Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

RSpec: specifying multiple calls to a method with different argument each time

ruby testing rspec

Correct way of testing "associations" with Rspec?

Counting the number of queries performed

is Rails.cache purged between tests?

expected true to respond to true?

RSpec allow/expect vs just expect/and_return

Minitest and Rspec [closed]

How to test rendering a partial with RSpec

Suppress console output during RSpec tests

ruby rspec

With RSpec, how to seed the database on load?