sniff 0.0.14 → 0.0.15

Sign up to get free protection for your applications and to get access to all the features.
@@ -39,6 +39,7 @@ When /^emissions are calculated$/ do
39
39
  end
40
40
 
41
41
  Then /^the emission value should be within ([\d\.]+) kgs of ([\d\.]+)$/ do |cusion, emissions|
42
+ @emission.should_not be_nil
42
43
  @emission.should be_close(emissions.to_f, cusion.to_f)
43
44
  end
44
45
 
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: 3
4
+ hash: 1
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 14
10
- version: 0.0.14
9
+ - 15
10
+ version: 0.0.15
11
11
  platform: ruby
12
12
  authors:
13
13
  - Derek Kastner
@@ -93,12 +93,12 @@ dependencies:
93
93
  requirements:
94
94
  - - "="
95
95
  - !ruby/object:Gem::Version
96
- hash: 9
96
+ hash: 7
97
97
  segments:
98
98
  - 0
99
99
  - 0
100
- - 11
101
- version: 0.0.11
100
+ - 12
101
+ version: 0.0.12
102
102
  requirement: *id005
103
103
  - !ruby/object:Gem::Dependency
104
104
  type: :runtime