sniff 0.0.8 → 0.0.9
Sign up to get free protection for your applications and to get access to all the features.
@@ -38,7 +38,7 @@ When /^emissions are calculated$/ do
|
|
38
38
|
@characteristics = @activity.deliberations[:emission].characteristics
|
39
39
|
end
|
40
40
|
|
41
|
-
Then /^the emission value should be within (\d+) kgs of (\d+)$/ do |cusion, emissions|
|
41
|
+
Then /^the emission value should be within ([\d\.]+) kgs of ([\d\.]+)$/ do |cusion, emissions|
|
42
42
|
@emission.should be_close(emissions.to_f, cusion.to_f)
|
43
43
|
end
|
44
44
|
|
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:
|
4
|
+
hash: 13
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 9
|
10
|
+
version: 0.0.9
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Derek Kastner
|