File: report_warnings.rb

package info (click to toggle)
ruby-shoulda-matchers 7.0.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,652 kB
  • sloc: ruby: 34,046; sh: 280; makefile: 9
file content (8 lines) | stat: -rw-r--r-- 203 bytes parent folder | download
1
2
3
4
5
6
7
8
require 'warnings_logger'

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

WarningsLogger.enable