Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

How to make Rspec save_and_open_page automatically when any spec fails

rspec capybara

RSpec and protected methods, controller spec for current_user

ruby-on-rails rspec

RSpec list all pending examples

Rake db:test:prepare in Rails 3 app fails with file not found

ruby-on-rails rspec rake

How to convert errors_on to RSpec 3 syntax?

undefined method `build' for #<RSpec::ExampleGroups::UserName:>

rspec testing a controller post changing my params from symbols to strings and breaking my tests

ruby-on-rails rspec

testing nested routes with rspec

ruby-on-rails rspec routes

rubyMine 'Unable to attach test reporter to test framework'

Preserve variable in cucumber?

How to ignore some calls to the same method with different argument in Rspec?

Using Cookies with Rack::Test

ruby cookies rspec sinatra rack

How to avoid circular creation of associated models in factory_girl?

RSpec: How to pass a "let" variable as a parameter to shared examples

ruby-on-rails rspec

mocking an error/exception in rspec (not just its type)

ruby-on-rails ruby rspec

Rails 3 and Rspec 2 turn off transactional fixtures for individual tests

ruby-on-rails rspec rspec2

Running Rake tasks in RSpec multiple times returns nil?

ruby-on-rails rspec rake

RSpec expect to receive method with array but order does not matter

Testing ActiveAdmin with rspec

Ruby metaprogramming, how does RSpec's 'should' work?

ruby metaprogramming rspec