Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

How to simulate pressing Enter in Rspec

RSpec/Capybara testing have_selector conundrum

FactoryGirl build_stubbed & RSpec - Generates ID but fails to find id when testing Show action

NoMethodError: undefined method `mock' for #<RSpec::ExampleGroups::CompetitionsController::Create>

RCov with RSpec-2

rspec rcov

Rspec Undefined method 'should receive'

ruby-on-rails rspec mongoid

Rails: How do I write a spec for a route that does a redirect?

Testing instance variables in controller with RSpec

ruby-on-rails rspec

Disable SQL logging in terminal during testing with Rails 3.1? (RSPEC/Cucumber)

any_instance should_receive not working correctly

Why is capybara not available in request specs?

Checking existence of images and favicons with RSpec and Capybara

Rspec: using OR in expect .to eq statement [duplicate]

ruby-on-rails ruby rspec

Rspec how to stub module instance method?

ruby-on-rails rspec

RSpec sequence of returned values AND raised errors from stub

Good cucumber tutorial not dependent on rails [closed]

ruby rspec cucumber

Using database_cleaner, mongoid and active_admin causes specs to fail with ActiveRecord::ConnectionNotEstablished

undefined local variable or method `main_app' on helper test

How to wait for ES indexing to finish in Rspec and Capybara?

How to include routing in ApplicationHelper Spec when running trough Spork?