rating/spec/support/shoulda.rb

11 lines
193 B
Ruby
Raw Normal View History

2017-10-30 01:44:23 +00:00
# frozen_string_literal: true
require 'shoulda-matchers'
Shoulda::Matchers.configure do |config|
config.integrate do |with|
with.library :rails
with.test_framework :rspec
end
end