Initial commit
This commit is contained in:
6
spec/support/shoulda_matchers.rb
Normal file
6
spec/support/shoulda_matchers.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
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