Search code examples
How to check a check box in Capybara test when using simple_form...


capybararspec-rails

Read More
RSpec test custom validator...


ruby-on-railsrubyrspecvalidationrspec-rails

Read More
Test service Rspec always return empty array...


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

Read More
Data persisting with RSpec-rails in a before(:each)...


ruby-on-railsrubyrspecfactory-botrspec-rails

Read More
rspec Cannot load such file after working the first time...


rubyrspecrspec-rails

Read More
Devise not logging in user in tests...


ruby-on-railsdeviserspec-rails

Read More
RSpec giving undefined method `key?' for controller testing...


ruby-on-railsrspecrspec-rails

Read More
How to create a fake data for testing my ruby on rails controller...


rspecfactory-botrspec-rails

Read More
How do I fix undefined method `merge!' for "a-sample-blog-post":String...


ruby-on-railsruby-on-rails-3.1rspec-rails

Read More
Rspec passing view params to controller spec...


ruby-on-railsrspecrspec-rails

Read More
How to find a variable with rspec tests using page.find...


ruby-on-railstestingrspec-rails

Read More
I can't create object with FactoryGirl.create, validation failed User has already been taken...


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

Read More
Rspec and current user id saved in different model from devise...


ruby-on-railsrspecdeviserspec-rails

Read More
Rspec allow_any_instance_of to return instance id...


ruby-on-railsrubyruby-on-rails-3rspecrspec-rails

Read More
How to updated nested attribute value in factory girl...


ruby-on-rails-3factory-botrspec-rails

Read More
Use of Spies for detecting method calls...


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

Read More
Upgrading to Rails4 and I cant pass this devise test that passed in Rails3...


rubyrspecrspec-rails

Read More
Rails test with rspec failure...


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

Read More
Rspec rails TDD...


ruby-on-railstddrspec-rails

Read More
rspec not_to change from not behaving as expected...


ruby-on-railsrspec2rspec-rails

Read More
Rspec: Rendering partials...


rspecrspec-rails

Read More
Raise exception if RSpec fails...


ruby-on-railsrubyrspecrspec-railsnewrelic

Read More
Using the rails gem database_cleaner when rSpec testing and using activerecord-sqlserver-adapter...


sql-server-2008rspec-railsdatabase-cleaner

Read More
Testing custom devise registration controller update action with Rspec...


ruby-on-rails-4deviserspec-railsrspec3

Read More
In views tests, when to use before(:all)?...


ruby-on-railsrubyrspec-rails

Read More
Shoulda::Matchers::ActiveModel::AllowValueMatcher::CouldNotSetAttributeError...


ruby-on-railsrspec-railsruby-on-rails-4.2shouldarspec3

Read More
Why are my factories and test not working like I expect?...


ruby-on-railsruby-on-rails-4rspecfactory-botrspec-rails

Read More
How do I get at the params included in an RSpec response to examine it?...


ruby-on-railsruby-on-rails-4rspecdeviserspec-rails

Read More
RSpec skip one of many validations in creating an object...


ruby-on-railsvalidationrspecrspec-rails

Read More
Rails RSpec test for patch update (via web) of associated model...


rubyruby-on-rails-4patchrspec-railsmodel-associations

Read More
BackNext