Search code examples
Capybara::ElementNotFound: Unable to find file field "file"...


ruby-on-railsrubycapybararspec3

Read More
How to raise an exception in an RSpec test...


ruby-on-railsrubyrspecrspec3

Read More
Configure rspec to exclude a folder unless it is explicitly given to rspec to run...


rspecconfigurationrspec3

Read More
Testing mailers with Rspec and factory_bot...


ruby-on-railsrspec-railsactionmailerrspec3ruby-on-rails-6.1

Read More
Rspec to have(n).items undefined method...


rubyrspecrspec3

Read More
Is there a way in RSpec to assert both number of calls and the list of arguments together?...


rubyrspecrspec3

Read More
RSpec allow/expect vs just expect/and_return...


rubytestingrspecmockingrspec3

Read More
How to properly mock an instance of an Active Record model to test that a method has been called...


ruby-on-railsrubyrspecrspec-railsrspec3

Read More
How to resolve RSpec's deprecation warning about the new expect syntax?...


ruby-on-railsrspeccapybararspec-railsrspec3

Read More
RspecJunitFormatter not working after upgrading rspec 2 to 3...


ruby-on-railscirclecirspec3

Read More
Is it possible to have parameterized specs in RSpec?...


rubyrspectddrspec2rspec3

Read More
`require': cannot load such file -- spec_helper (LoadError)...


rubyrspecrspec2rspec-railsrspec3

Read More
RSpec HtmlMatchers have_tag: can we use regular expression to match HTML attributes?...


ruby-on-railsregexruby-on-rails-4rspecrspec3

Read More
Validate presence of attributes using RSpec...


rspec-railsrspec3

Read More
rspec pending results in falied test...


ruby-on-railsrubyrspecrspec3

Read More
How to mock my superclass in rspec...


rubyrspec3

Read More
Rspec assertion doesn't make sense: Double received unexpected message with <message>...


rubyunit-testingrspecstubrspec3

Read More
Can I alias a nested RSpec matcher?...


rubyrspecrspec3rspec-expectations

Read More
Rails 4, rspec 3: model validation test...


validationruby-on-rails-4rspec3

Read More
Rspec test case for model...


ruby-on-railsrspecruby-on-rails-5rspec-railsrspec3

Read More
Destroy action test cases rspec...


ruby-on-railsrspecrspec-railsruby-on-rails-6rspec3

Read More
Rails Rspec test case for edit...


rspecruby-on-rails-5rspec-railsruby-on-rails-6rspec3

Read More
RSpec collection without running tests...


rspecrspec-railsrspec3

Read More
Testing method that needs to sort hash by value in RSpec...


rubytestingrspecrspec2rspec3

Read More
stubbing a class method inside a method in rspec to return true...


rubyrspecruby-on-rails-5rspec-railsrspec3

Read More
Catch RSpec "error occured outside of example"...


bashrspeccontinuous-integrationruby-on-rails-5rspec3

Read More
Negating a custom RSpec matcher that contains expectations...


ruby-on-railsrspecrspec-railsrspec3

Read More
Rspec before validation issues...


ruby-on-railsrubyruby-on-rails-5rspec3

Read More
mocking active record invalid exception with Rspec...


ruby-on-railsrubyrspecruby-on-rails-5rspec3

Read More
rspec testing a class method giving object not spied or stubbed error...


rubyrspecruby-on-rails-5rspec3

Read More
BackNext