Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

Rails: How do I write a spec for a route that does a redirect?

Testing instance variables in controller with RSpec

ruby-on-rails rspec

Disable SQL logging in terminal during testing with Rails 3.1? (RSPEC/Cucumber)

any_instance should_receive not working correctly

Why is capybara not available in request specs?

Checking existence of images and favicons with RSpec and Capybara

Rspec: using OR in expect .to eq statement [duplicate]

ruby-on-rails ruby rspec

Rspec how to stub module instance method?

ruby-on-rails rspec

RSpec sequence of returned values AND raised errors from stub

Good cucumber tutorial not dependent on rails [closed]

ruby rspec cucumber

Using database_cleaner, mongoid and active_admin causes specs to fail with ActiveRecord::ConnectionNotEstablished

undefined local variable or method `main_app' on helper test

How to wait for ES indexing to finish in Rspec and Capybara?

How to include routing in ApplicationHelper Spec when running trough Spork?

Rspec not generating *_spec.rb file in Rails 4 beta

how to reset expectations on a mocked class method?

Stub instance method different return value on second call using minitest

ruby rspec minitest

FactoryGirl: Assigning a value of false to a boolean

RSpec before in a helper

How to stub class instantiated inside tested class in rspec

ruby rspec