forked from External/greenlight
rework tests
This commit is contained in:
9
spec/support/shoulda_matchers.rb
Normal file
9
spec/support/shoulda_matchers.rb
Normal file
@ -0,0 +1,9 @@
|
||||
# Configure Shoulda-Matchers.
|
||||
|
||||
Shoulda::Matchers.configure do |config|
|
||||
config.integrate do |with|
|
||||
with.test_framework :rspec
|
||||
|
||||
with.library :rails
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user