summaryrefslogtreecommitdiff
path: root/spec/support/shoulda.rb
blob: 2e087cfe1d5162a21e0b2d8eb37035ba5bf19d6f (plain)
1
2
3
4
5
6
7
require 'shoulda-matchers'
Shoulda::Matchers.configure do |config|
  config.integrate do |with|
    with.test_framework :rspec
    with.library :rails
  end
end