Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec-rails

RSpec accessing application_controller methods such as 'current_user'

RSpec undefined method "errors_on"

Rails generator error rspec [not found]

Testing after_create hooks with rspec

Rspec's instance_double creating intermittent spec failures

Rspec System Test passes when run individually, fails when run with entire suite

DatabaseCleaner.clean_with(:truncate) does not reset auto incremented id

How should I test a Rails application with RSpec to get complete test coverage?

ArgumentError: SMTP To address may not be blank: []

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

RSpec hates Rails scope named :public when stubbing object

Why do RSpec feature specs using Capybara, Poltergeist and Javascript fail inconsistently?

how to clean database before running the each spec file?

Controller test with RSPEC error does not implement

How to add first Cucumber test to a Rails app

RSpec Controller Testing - "assigns" behaving unexpectedly

Test datetime fields as a JSON string using rspec

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

ruby rspec2 rspec-rails

Testing "Post create" with Rspec

Rails and RSpec: `rake spec` runs all specs twice

ruby-on-rails rspec-rails