rspectacular 0.9.0 → 0.9.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,8 @@
1
1
  RSpec.configure do |config|
2
- config.before(:suite, :time_mock => true) do
2
+ config.before(:all, :time_mock => true) do
3
3
  require 'timecop'
4
+
5
+ Timecop.freeze(Time.utc(2012, 7, 26, 18, 0, 0))
4
6
  end
5
7
 
6
8
  config.after(:each, :time_mock => true) do
@@ -1,3 +1,3 @@
1
1
  module RSpectacular
2
- VERSION = '0.9.0'
2
+ VERSION = '0.9.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspectacular
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: