Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec-rails

How can you get rspec to print failed test backtraces *as* it is running?

rspec rspec2 rspec-rails guard

RSpec check the count of an array

How to resolve RSpec's deprecation warning about the new expect syntax?

Rails: Shoulda-matchers belong_to optional test

RSpec "count" change.by?

ruby-on-rails rspec-rails

How to solve the "[BUG] Segmentation fault"?

rspec not_to change from not behaving as expected

What does assign do in rspec-rails?

How to request (GET/POST) routes in RSpec that have a wildcard

Rspec test in ruby on rails, cannot load such file webmock/rspec

How to do request spec for JWT authenticate app using RSpec

RSpec authorization testing with raise_error not working

RSpec 2: NoMethodError on 'route_to' with rspec-rails?

`require': cannot load such file -- spec_helper (LoadError)

How to run multiple specific RSpec tests?

Rails RSpec Testing: Undefined method 'deliver' for nil:NilClass

How to structure my RSpec test folders, files and database?

Rspec Rails 3.1 Integration test. How to send post request headers for mobile, http basic authentication and JSON?

What's the difference between stub_model and mock_model in RSpec?

How to convert errors_on to RSpec 3 syntax?