Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

Rails 3 integration testing - Using webrat fill_in not finding fields

Rspec: access to instance inside Klass.any_instance.stub block

ruby rspec tdd bdd

Is there a way to pass command line arguments to spec/rspec?

ruby rspec automated-tests

how to test delayed_job callback hooks using RSpec

Capybara visit method is not working

What's the benefit of Class.new in this Rspec

Create users in Factory Girl with OmniAuth?

RSpec - how to exclude spec files in subdirectory?

How to test wash_out controller with Rspec

ruby-on-rails soap rspec

No route match in controller spec for my complex route

Test with input files in rspec. How to organize?

ruby rspec

Rspec any_instance should_receive should have received the following messages but didn't [closed]

Multiple Expectations in Rails Rspec test

ruby-on-rails rspec

How do I set an _id value in FactoryBot that isn't a foreign key?

Re-use failure message in rspec custom matcher

ruby rspec

Test an HTTPS (SSL) request in RSpec Rails

How can I test a rails 4 confirm dialog with Capybara and Poltergeist?

Auto-load the seed data from db/seeds.rb with rake

Capybara: should have html content

rspec capybara

Rails: Good Rspec2 example usage? (Also: Cucumber, Pickle, Capybara) [closed]