New posts in rspec

Rspec: Stub method that is in the controller

Is there a concept of an implicit subject to be passed to an rspec matcher?

Rspec: How to assign instance variable in controller spec

How do I get an ENV variable set for rspec?

Why are helper methods not working in view specs?

Why is RSpec so slow under Rails?

RSpec: stubbing Kernel::sleep?

How do I write a Rails 3.1 engine controller test in rspec?

How to attach a message to RSpec check?

Is it possible to test the order of elements via RSpec/Capybara?

Rails - RSpec - Difference between "let" and "let!"

"undefined method `env' for nil:NilClass" in 'setup_controller_for_warden' error when testing Devise using Rspec

RSpec test if all models respond_to attribute

How to test ElasticSearch in a Rails application (Rspec)

How to force an RSpec test to fail?

How to declare a variable shared between examples in RSpec?

Stop Rails generating spec tests for views and helpers?

before hook in rspec same as before :all?

How to Send RubyMine Notifications to Growl?

How to set up MiniTest?