Search code examples
Error "undefined method `<' for nil:NilClass" when testing a model with RSpec....


ruby-on-railsruby-on-rails-4rspecrspec3

Read More
How to test parameterized scope method using rspec(v3.4.1) in rails(v4.2.5)?...


ruby-on-rails-4rspec3

Read More
How to test readonly property of Puppet type...


rubyrspecpuppetruby-1.8.7rspec3

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
How to get all factory_girl factories defined for a particular model class?...


ruby-on-railsrubyruby-on-rails-4factory-botrspec3

Read More
RSpec controller specs not working unless explicitly adding :type => :controller...


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

Read More
How can I stub a controller helper method in a view spec with RSpec 3.4?...


ruby-on-rails-4rspecrspec-railsrspec3decent-exposure

Read More
Upgrading to RSpec 3 and following deprecation notice results in "undefined method 'allow&#...


ruby-on-railsrubyrspeccucumberrspec3

Read More
How do I test the rescue block of a method with rspec mocks 3.3...


ruby-on-railsrubyrspecrspec3rspec-mocks

Read More
expected true to respond to true?...


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

Read More
capybara-email email after click from email...


emailruby-on-rails-4rspeccapybararspec3

Read More
What is the fastest / easiest way to Upgrade to Rspec 3.x...


rubyrspecrspec2rspec3

Read More
Spec validate_uniqueness_of test scoped with conditional...


ruby-on-railsruby-on-rails-4testingmodelrspec3

Read More
Rspec be_a not matching object correctly...


rubyrspecrspec3

Read More
How to stub Date.today.strftime in rspec 3?...


rubyrspecrspec3

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


ruby-on-rails-4deviserspec-railsrspec3

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


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

Read More
Why do my tests pass even though the method it tests has no code?...


ruby-on-railsruby-on-rails-4rspectddrspec3

Read More
Alternatives to pending or skip in RSpec 3...


rubyrspecrspec3

Read More
change event not getting triggered with poltergeist...


backbone.jscapybarapoltergeistrspec3

Read More
How do I check for an existing user in Rspec on a Post#Create?...


ruby-on-railsrubyruby-on-rails-4rspecrspec3

Read More
Upgrade to rspec 3 cause error when using should have(1).error_on...


ruby-on-railsrspecrspec3

Read More
Passing Capybara session to an page object...


rubycapybararspec3

Read More
How to fix RSpec SystemStackError...


ruby-on-railsrubyruby-on-rails-4rspecrspec3

Read More
What is the difference between "be_true" and "be true" in RSpec...


ruby-on-railsrubyrspecrspec3

Read More
How can I check if my subject raises an exception?...


rubyrspecrspec3

Read More
Rspec can't find route in controller test...


ruby-on-railsruby-on-rails-3rspecrspec3

Read More
Stubing a model constant for assosiation (undefined method `relation_delegate_class')...


ruby-on-railsruby-on-rails-4rspecrspec3

Read More
Testing Rake in Rails: Multiple Error Raises Silenced In Test...


ruby-on-railsruby-on-rails-4rspecrakerspec3

Read More
Passing parameters for Testing Ransack Search output with RSpec 3...


ruby-on-railsruby-on-rails-4rspec-railsransackrspec3

Read More
BackNext