New posts in rspec-rails

How do I get an ENV variable set for rspec?

POSTing raw JSON data with Rails 3.2.11 and RSpec

before hook in rspec same as before :all?

expected true to respond to true?

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

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

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?

test a file upload using rspec - rails