Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

How to declare a variable shared between examples in RSpec?

ruby variables rspec

Rspec: How to assign instance variable in controller spec

ruby-on-rails rspec

Why is RSpec so slow under Rails?

ruby-on-rails ruby rspec

RSpec: stubbing Kernel::sleep?

ruby rspec

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

How to attach a message to RSpec check?

ruby tdd rspec xunit

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

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

How to force an RSpec test to fail?

ruby-on-rails testing rspec

Rspec stubbing method for only specific arguments

ruby rspec

Stop Rails generating spec tests for views and helpers?

ruby-on-rails rspec

How to Send RubyMine Notifications to Growl?

rspec rubymine growl spork

Why not use shared ActiveRecord connections for Rspec + Selenium?

How to set up MiniTest?

How to test ApplicationController method defined also as a helper method?

In RSpec, is there a method equivalent to "unstub" but for "should_receive"?

rspec mocking stub

Testing STDOUT output in Rspec

ruby rspec rspec2

How to test a Controller Concern in Rails 4

Is there a way to unstub in RSpec?

ruby rspec

RSpec: how to test file operations and file content

ruby file testing rspec file-io