summaryrefslogtreecommitdiff
path: root/spec/support/shoulda.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/shoulda.rb')
-rw-r--r--spec/support/shoulda.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/spec/support/shoulda.rb b/spec/support/shoulda.rb
new file mode 100644
index 0000000..2e087cf
--- /dev/null
+++ b/spec/support/shoulda.rb
@@ -0,0 +1,7 @@
+require 'shoulda-matchers'
+Shoulda::Matchers.configure do |config|
+ config.integrate do |with|
+ with.test_framework :rspec
+ with.library :rails
+ end
+end