Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec-rails

Why is my RSpec not loading Devise::Test::ControllerHelpers?

rails-rspec error cannot load such file -- rspec/core/formatters/progress_formatter

Rails 5, Rspec: Environment data not found in the schema

Controller spec unknown keyword: id

Rails 3.1, RSpec: testing model validations

Unable to obtain stable firefox connection in 60 seconds (127.0.0.1:7055)

Object.any_instance should_receive vs expect() to receive

rspec rspec2 rspec-rails

Factory-girl create that bypasses my model validation

How is spec/rails_helper.rb different from spec/spec_helper.rb? Do I need it?

How do I turn on SQL debug logging for ActiveRecord in RSpec tests?

RSpec: What is the difference between a feature and a request spec?

RSpec: describe, context, feature, scenario?

rspec rspec2 rspec-rails

test a file upload using rspec - rails