Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec-rails

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?

Testing mailer 'from' header using rspec

Testing ActiveAdmin with rspec

How to test strong params with Rspec?

Appending headers to Rspec controller tests

Rspec : PG::ConnectionBad: PQsocket() can't get socket descriptor

Testing controllers with Minitest

create method in Rspec

Rspec Mocks on any_instance with exactly(n) times

Rspec stubing view for anonymous controller

RSpec: Flush table / destroy objects after each context

Testing Default scope in RSpec

Factory Girl / Capybara deleting records from database mid-test?