sniff 0.0.8 → 0.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -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
|