Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

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?

Selenium::WebDriver::Error::JavascriptError: waiting for evaluate.js load failed Firefox 23

rspec selenium-webdriver

Set Rspec default GET request format to JSON

How to load a spec_helper.rb automatically in RSpec 2

ruby rspec rspec2