Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

How to check a checkbox in capybara?

How to set request headers in rspec request spec?

All Ruby tests raising: undefined method `authenticate' for nil:NilClass

RSpec vs Cucumber (RSpec stories) [closed]

How to click first link in list of items after upgrading to Capybara 2.0?

ruby rspec capybara

Trouble comparing time with RSpec

How to get current path with query string using Capybara

How can I check that a form field is prefilled correctly using capybara?

forms rspec capybara

How to check for a JSON response using RSpec?

ruby-on-rails json rspec

How do I globally configure RSpec to keep the '--color' and '--format specdoc' options turned on

Set up RSpec to test a gem (not Rails)

testing rspec rubygems rspec2

How can I tell Rails to use RSpec instead of test-unit when creating a new Rails app?

How do I run only specific tests in Rspec?

ruby rspec

Testing modules in RSpec

ruby unit-testing rspec

How to use RSpec's should_raise with any kind of exception?

Rails: Missing host to link to! Please provide :host parameter or set default_url_options[:host]

ruby-on-rails rspec

iOS Tests/Specs TDD/BDD and Integration & Acceptance Testing

Rspec: "array.should == another_array" but without concern for order

ruby testing rspec

How do you run a single test/spec file in RSpec?

ruby testing rspec

How to run a single RSpec test?