Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

How do i set a request.referrer inside my RSpec?

ruby-on-rails ruby rspec

Deprecation warnings after switching to the webdrivers gem

selenium-webdriver rspec

RSpec partial match against a nested hash

rspec

Capybara expect page to have content more than once

rspec cucumber capybara

How to complete the rspec put controller test from scaffold

rspec: How to stub an instance method called by constructor?

ruby rspec stub

How rspec array should include? another array

arrays testing rspec

Testing simple STI with FactoryGirl

How to use HTTP status code symbols in RSpec?

Do routing specs support redirect routes? [RSpec]

ruby-on-rails rspec

Find a list of slow rspec tests [duplicate]

Testing (RSpec) with Devise's confirmable module

ruby-on-rails rspec devise

Testing ActionMailer multipart emails(text and html version) with RSpec

mock Rails.env.development? using rspec

rspec rspec2 rspec-rails

What's the difference between mock, stub, and factory girl?

Factory not registered

ruby-on-rails ruby rspec

describe vs context in rspec. Differences? [duplicate]

ruby rspec describe

How to include lib directory in rspec tests

ruby testing rspec rspec-rails

RSpec: Stub chains with arguments?

ruby-on-rails rspec stub

How to test that a certain function uses a transaction in Rails and rspec 2