Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec2

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

How to format rspec 2 output with rails 3

Rspec 2 - name of class inside of tag

How to get the current test filename from RSpec?

Rails Integration Testing

RSpec let error

Rails and Rspec - checking for existence of errors when form submission fails

RSpec Deprecated

rspec rspec2 deprecated

undefined method `sign_in' for #<RSpec::Core::ExampleGroup::Nested_1::Nested_1:0x1057fd428> error while trying to set up RSpec with Devise

Rspec2 and Rails 3 - View Spec Routing for Nested Resources

ruby-on-rails-3 rspec2

After Rails 3 upgrade rake db:test:prepare not working?

TypeError: wrong argument type String (expected Module)

Multiple assertions for single setup in RSpec