Search code examples
ActiveRecord::AssociationTypeMismatch: User(#70180695416600) expected, got Hash(#70180672006440)...


ruby-on-railsrubyactiverecordrspec-rails

Read More
Travis CI. How to make pass specs which use Faye server?...


travis-cirspec-railsprivate-pub

Read More
How to use capybara console with google chrome and firefox too?...


ruby-on-railsseleniumcapybararspec-rails

Read More
Adding helper module to Rspec...


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

Read More
Send reminder email every three days after certain date...


ruby-on-railsruby-on-rails-4rspecrspec-rails

Read More
How to make my RSpec describe blocks run independently of one another?...


rubyrspeccapybararspec-rails

Read More
FactoryGirl creates incomplete model...


ruby-on-railsrspecmongoidfactory-botrspec-rails

Read More
How do I test complex relationships in Rails with RSpec?...


ruby-on-railsrspecrspec-rails

Read More
Rspec controller spec on namespaced controller finds the global controller with same name...


ruby-on-railsrubyrspecrspec-rails

Read More
RSpec/Capybara "expect(page).to have_content" test fails while content is in page.html...


ruby-on-rails-4capybararspec-rails

Read More
rails 4 refactor factorygirl creates inaccurate data...


ruby-on-railsrubyfactory-botrspec-rails

Read More
RSpec: how do I correctly simulate #destroy failure...


ruby-on-railsrspecrspec-rails

Read More
Capybara having trouble finding and filling in first form element...


ruby-on-railsrubyrspeccapybararspec-rails

Read More
Spring will not start...


ruby-on-railsrubyrspecrspec-rails

Read More
Rails Phantomjs, poltergeist, and Capybara not playing well together...


ruby-on-rails-3capybararspec-railsphantomjspoltergeist

Read More
Specs of my Rails app fail randomly because of wrong default locale...


ruby-on-railsrubyrspecrspec-railsrails-i18n

Read More
Is `sauce_whisk` gem compatible with capybara...


ruby-on-railscapybararspec-railscapybara-webkitsaucelabs

Read More
Unable to fill in input field using capybara-webkit...


ruby-on-railsrspeccapybararspec-railscapybara-webkit

Read More
How to test if a class receives a message in RSpec?...


ruby-on-railsrubyrspecrspec-railsrspec-mocks

Read More
How to stub Searchkick in search method in controller...


ruby-on-railsrspecrspec-railssearchkickrspec-mocks

Read More
How to test that I am validating that a relationship has at least one entry in RSpec?...


ruby-on-railsrspecrspec-rails

Read More
Rails observers are not firing when running Capybara integration tests...


ruby-on-railscapybararspec-rails

Read More
Test that a toast fires off in a Capybara feature spec?...


ruby-on-railsrspeccapybararspec-railsmaterialize

Read More
Why are instance variables sometimes overused in RSpec tests?...


ruby-on-railsrubytestingrspecrspec-rails

Read More
RSpec - How to add default content-type?...


ruby-on-railsrubyrspecrspec-rails

Read More
FactoryGirl Factory not registered -- other SO posts not cutting it...


ruby-on-railsfactory-botrspec-rails

Read More
Rspec expect passing when it should not...


ruby-on-railsruby-on-rails-4rspecrspec-rails

Read More
Rspec controller - object persistence in database/ which instance as tests build...


ruby-on-railsrspecrspec-rails

Read More
What is the difference between visit and current_path and use of .should in rails?...


ruby-on-railstestingcapybararspec-rails

Read More
How to set a value in the params hash when testing a Rails helper method with RSpec?...


ruby-on-railsruby-on-rails-4rspecrspec-railsrspec3

Read More
BackNext