mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
7 lines
116 B
Ruby
7 lines
116 B
Ruby
if RAILS_ENV == 'test'
|
|
if defined? Spec
|
|
require 'shoulda/rspec'
|
|
else
|
|
require 'shoulda/rails'
|
|
end
|
|
end
|