Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec2

undefined method `each' in a factory_girl / rspec2 scenario

Rspec format Post parameters to String values

Repeated test descriptions with RSpec for every user role

rspec: undefined method 'double'

ruby rspec rubygems rspec2

Rspec Integration Test not Cleaning the Database

rspec: Stub a template's helper method call from a controller spec using render_views

mongoid, rspec and assigns(:people) issue

set session for object in Rspec integration test

Testing entire Rspec suite fails

testing mailers in rspec

actionmailer rspec2

What's a proper way of writing request specs in RSpec?

Testing after_create hooks with rspec

How to match hashes that contain arrays ignoring order of array elements?

ruby rspec2

When writing RSpec tests with rails, what should go in the spec/requests folder vs spec/controllers?

NoMethodError: undefined method `get' when running rspec and making get/visit calls

Rspec + Capybara : undefined last_response

rspec user test gives "undefined local variable or method `confirmed_at' "

how do I use Rspec to test the contents of a textarea in a view?

Ruby 1.9.3-p0 and RSpec causes frequent segmentation faults

Using RSpec how can I test the results of a rescue exception block

ruby rspec2 rspec-rails