DFE-Digital/govuk-formbuilder

View on GitHub
spec/support/logger.rb

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
# :nocov:
module Rails
  def self.logger
    Logger.new($stdout)
  end
end
# :nocov: