Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

rail3/rspec/devise: rspec controller test fails unless I add a dummy=subject.current_user.inspect

ruby-on-rails rspec devise

testing routes with subdomain constraints using rspec

Relative File Path in RSpec

ruby rspec

Rspec: add some header requests inside routing specs

RSpec: difference between "should == ..." and "should eql(...)"

ruby testing rspec

Capybara webkit invalid response error, how to debug?

RSpec stub helper method in controller spec

How to add "config.include FactoryBot::Syntax::Methods" to rspec config block in spec_helper.rb?

Test not passing: undefined method `authenticate!' for nil:NilClass?

ruby-on-rails rspec

Speeding up associations in model specs with FactoryGirl - create vs build vs build_stubbed

Creating rspec files for existing model (beginner)

ruby-on-rails-4 rspec

Using vcr to stub ViewPoint gem returns Unauthorize response from ews API

Rspec failing with load_missing_constant when classes live in subdirectories and are subclassed

`require': cannot load such file -- capybara/rspec (LoadError)

Authenticated Route not working for Rspec test

ruby-on-rails-4 rspec

Omniauth Rspec testing problem

Access to request object in request specs

Devise and Rspec - undefined method `authenticate!' for nil:NilClass

ruby-on-rails rspec devise