Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

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

Testing nested namespaced controller with RSpec 2 and Rails3

Rspec: How to stub private method?

ruby-on-rails rspec rspec2

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

Find elements by data attributes

DatabaseCleaner + RSpec : what is the correct configuration?

How to test class methods in RSPEC

ruby testing rspec rspec2

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