Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

Silencing Factory Girl logging

Why are my cucumber scenarios failing when steps are run together, but pass when run singularly?

Selenium Webdriver - How do I skip the wait for page load after a click and continue

ruby selenium rspec webdriver

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]

Rails mailer previews not available from spec/mailers/previews

ruby-on-rails 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

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