Search code examples
Undefined method response when using let and subject in RSpec...


ruby-on-railsrubyrspecrspec-rails

Read More
(Bundler::GemRequireError) Gem Load Error is: uninitialized constant AbstractController::Rendering...


ruby-on-railsrspecrspec-railsruby-on-rails-5sendgrid-rails

Read More
Does RSpec have a built in matcher for seeing if a String is one value or another?...


ruby-on-railsrspecrspec-rails

Read More
How to use `or` in RSpec equality matchers (Rails)...


ruby-on-railsrspec-rails

Read More
How to use the `it_returns_status(200)` RSpec method in Rails?...


ruby-on-railsrspec-rails

Read More
How to call the other of two similar routes in an RSpec controller spec?...


ruby-on-railsrubyrspecrspec-rails

Read More
Rspec test mailer from controller with params in helper...


ruby-on-railsrspecrspec-rails

Read More
How to identify the route being called in a RSpec controller spec...


ruby-on-railsrubyrspecrspec-rails

Read More
Error `comparison of Symbol with Module failed` after upgrading to Rspec 3...


ruby-on-railsrspecrspec-rails

Read More
How to validate locals of render template in rspec...


ruby-on-railsrspecrspec-rails

Read More
Passing argument to a rspec test example...


ruby-on-railsrspecrspec-railsdatabase-cleaner

Read More
Include Rails config_for settings in rspec helper...


ruby-on-railsrubyruby-on-rails-4rspecrspec-rails

Read More
RuntimeError: Circular dependency detected while autoloading constant...


rubyruby-on-rails-4webrspec-rails

Read More
RSpec 3.4/Rails 4.2: how to test view containing button_to...


ruby-on-rails-4rspecrspec-railsrspec3

Read More
After filtering sensitive data using VCR, re-running the spec fails with bad URI error...


ruby-on-railsrspecrspec-railsvcr

Read More
Rspec failure for relationships controller, Couldn't find User with 'id'=...


ruby-on-railsunit-testingrspecrspec-rails

Read More
How to fix my RSpec syntax for version 2.99?...


ruby-on-railsrubyrspecrspec-railsrspec3

Read More
Testing a Rails App using Devise with Capybara and Rspec causes no Method Error...


ruby-on-rails-3devisecapybararspec-rails

Read More
Rails factory girl how can I create a factory for this set of associated models...


ruby-on-railsrspecfactory-botrspec-rails

Read More
Rspec yield in let helper...


rubyrspec-rails

Read More
Rspec Helper Method Not Accessible to Features...


testingrspectddrspec-rails

Read More
RSpec doesn't load my class even though it loads in the Rails console...


ruby-on-railsrubyruby-on-rails-4rspecrspec-rails

Read More
Error message Capybara::ElementNotFound when using css selectors with dom_id in Rspec testing with R...


ruby-on-railsrspeccss-selectorscapybararspec-rails

Read More
capybara: save_and_open_page. Error - no display specified Couldn't find a suitable web browser...


ruby-on-railsrspeccapybararspec-rails

Read More
How to test whether right template is rendered (RSpec Rails)?...


ruby-on-railsrspecrspec-rails

Read More
Capybara is failing to find a checkbox by id / name...


ruby-on-railsrspeccapybararspec-railscapybara-webkit

Read More
How to sign in user when testing controllers with rspec...


rubyruby-on-rails-4rspecrspec-rails

Read More
Is there any difference between a feature spec and a view spec?...


ruby-on-railsrspeccapybarabddrspec-rails

Read More
rspec model testing; method doesn't work...


ruby-on-railsrspecrspec-rails

Read More
Conditional filters for contexts in rspec?...


ruby-on-railstddrspec-rails

Read More
BackNext