sandwich 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.8
1
+ 0.0.9
@@ -0,0 +1,6 @@
1
+ require 'spec/stubs/cucumber'
2
+
3
+ Given /^today is "([^\"]*)"$/ do |date|
4
+ Date.stub!(:today).and_return(Date.parse(date))
5
+ Time.stub!(:now).and_return(Time.parse("#{date} 13:00:00"))
6
+ end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 8
9
- version: 0.0.8
8
+ - 9
9
+ version: 0.0.9
10
10
  platform: ruby
11
11
  authors:
12
12
  - David Leal
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-04-27 00:00:00 +01:00
17
+ date: 2010-04-29 00:00:00 +01:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -99,6 +99,7 @@ files:
99
99
  - lib/sandwich/cucumber/debug_steps.rb
100
100
  - lib/sandwich/cucumber/model_steps.rb
101
101
  - lib/sandwich/cucumber/table_steps.rb
102
+ - lib/sandwich/cucumber/time_steps.rb
102
103
  - lib/sandwich/cucumber/web_steps.rb
103
104
  - lib/sandwich/cucumber/world.rb
104
105
  - lib/sandwich/ext/active_record.rb