thoughtbot--shoulda-matchers/spec/report_warnings.rb

9 lines
203 B
Ruby

require 'warnings_logger'
WarningsLogger.configure do |config|
config.project_name = 'shoulda-matchers'
config.project_directory = Pathname.new('..').expand_path(__dir__)
end
WarningsLogger.enable