Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

`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

IntelliJ IDEA "Cannot find 'require'"

ruby intellij-idea rspec

RSpec should redirect_to problem

ruby-on-rails rspec

Using shoulda to refactor rspec tests on Rails models

How to get guard to only run slow specs if fast specs pass

Specs of my Rails app fail randomly because of wrong default locale

rake cucumber and rake spec always use "develop" environment

Capybara: NotSupportedByDriverError when trying to simulate pressing <ENTER>

How to set up rspec-rails to generate feature specs for capybara

What is the difference between 'env' and 'request.env' in Rails Controller?

ruby-on-rails rspec

RSpec response.body is still empty even with config.render_views

Adding rspec test for library module doesn't seem to pickup Expectations and Matchers

ruby-on-rails testing rspec

Is there a nicer way to set POST body data in rspec on rails?

ruby-on-rails rspec

Adopting "Growing Object-Oriented Software" techniques to Ruby on Rails

ruby interface rspec mocking

How to ignore extra messages with RSpec should_receive?

How to include several modules in RSpec?