Sha256: e14287cc14f67bcd650a5ce308a020250fbe98815170b930922d759171ac5e91
Contents?: true
Size: 286 Bytes
Versions: 2
Compression:
Stored size: 286 Bytes
Contents
module Rapporteur module Checks autoload :ActiveRecordCheck, 'rapporteur/checks/active_record_check' TimeCheck = lambda { |checker| checker.add_message(:time, Time.now.utc) } RevisionCheck = lambda { |checker| checker.add_message(:revision, Revision.current) } end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rapporteur-2.0.1 | lib/rapporteur/checks.rb |
rapporteur-2.0.0 | lib/rapporteur/checks.rb |