sniff 0.2.5 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -57,6 +57,7 @@ Then /^the conclusion of the committee should be "(.*)"$/ do |conclusion|
57
57
  end
58
58
 
59
59
  Then /^the conclusion of the committee should be timeframe "(.*)"$/ do |conclusion|
60
+ timeframe = Timeframe.interval(conclusion)
60
61
  compare_values(@report.andand.conclusion, timeframe)
61
62
  end
62
63
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sniff
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 5
10
- version: 0.2.5
9
+ - 6
10
+ version: 0.2.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Derek Kastner
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-11-04 00:00:00 -07:00
18
+ date: 2010-11-05 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency