1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00

Reverting to require "rspec".

This commit is contained in:
Todd Bealmear 2013-03-19 11:55:45 -07:00
parent 706804ceb4
commit 3fcf3e44ae

View file

@ -1,5 +1,5 @@
# :enddoc:
require 'rspec/rails'
require 'rspec'
RSpec.configure do |config|
require 'shoulda/matchers/independent'