Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

Confused - spec_helper.rb:94:in `<top (required)>': uninitialized constant Shoulda (NameError)

Silencing unnecessary capybara-webkit warnings

Rspec testing rake tasks

ruby-on-rails ruby rspec rake

raise an error on the xth time and after that return a value

Unexpected rspec behavior

ruby rspec

VCR says "no cassette in use" even after specifying cassette

Ruby 1.9.1 with rspec "can't modify frozen object"

ruby rspec

Excluding a folder from autotesting

Passing arguments to an Rspec SpecTask

ruby rspec rake

Rspec, CanCan and Devise

Efficiently check that a JSON response contains a specific element within an array

ruby json rspec rspec2

Rspec testing for oauth provider

How to test that a file is uploaded in a controller?

Getting NameError: `format' is not allowed as an instance variable name when testing instance variable with rspec

ruby rspec

DatabaseCleaner + RSpec : what is the correct configuration?

How to set a value in the params hash when testing a Rails helper method with RSpec?

How can I mock super in ruby using rspec?

ruby rspec rspec2

Rails Time inconsistencies with rspec

ruby-on-rails time rspec

How to access (devise) current_user in a rspec feature test?

What is the best practice when it comes to testing "infinite loops"?

ruby-on-rails ruby tdd rspec rr