Sha256: 2ab9e828a5759d2452950b0a7dd7fcb9aafe6ddd3f8c4eebd0ba334dd86f1f0b
Contents?: true
Size: 203 Bytes
Versions: 2
Compression:
Stored size: 203 Bytes
Contents
module AktionTest module Module class Timecop < Base def prepare require 'timecop' end def configure rspec.after { ::Timecop.return } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
aktion_test-0.3.1 | lib/aktion_test/module/timecop.rb |
aktion_test-0.3.0 | lib/aktion_test/module/timecop.rb |