stadtratmonitor/spec/support/shoulda.rb

9 lines
165 B
Ruby
Raw Permalink Normal View History

2020-03-09 11:27:52 +01:00
# frozen_string_literal: true
2016-02-17 08:35:59 +01:00
Shoulda::Matchers.configure do |config|
config.integrate do |with|
with.test_framework :rspec
with.library :rails
end
end