Sha256: 5e036da780ceb82f82bc255e062c67092dee7d3895a2e87e2a7cd976f7b8e671

Contents?: true

Size: 136 Bytes

Versions: 8

Compression:

Stored size: 136 Bytes

Contents

if defined? Timecop
  RSpec.configure do |config|
    config.after(:each, :time_mock => true) do
      Timecop.return
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rspectacular-0.8.0 lib/rspectacular/plugins/timecop.rb
rspectacular-0.7.0 lib/rspectacular/plugins/timecop.rb
rspectacular-0.6.1 lib/rspectacular/plugins/timecop.rb
rspectacular-0.5.0 lib/rspectacular/plugins/timecop.rb
rspectacular-0.4.0 lib/rspectacular/plugins/timecop.rb
rspectacular-0.3.0 lib/rspectacular/plugins/timecop.rb
rspectacular-0.2.0 lib/rspectacular/plugins/timecop.rb
rspectacular-0.1.0 lib/rspectacular/plugins/timecop.rb