sniff 0.5.2 → 0.5.3
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.
|
@@ -13,11 +13,11 @@ Given /^a "([^\"]*)" data import fetches results listed in "(.*)"$/ do |model, f
|
|
|
13
13
|
end
|
|
14
14
|
|
|
15
15
|
When /^a data import verifies "(.*)"$/ do |verification_step_name|
|
|
16
|
-
@verification = @data_import_model.
|
|
16
|
+
@verification = @data_import_model.data_miner_config.steps.find { |f|
|
|
17
17
|
f.respond_to?(:description) and f.description == verification_step_name
|
|
18
18
|
}
|
|
19
19
|
@verification_result = begin
|
|
20
|
-
@verification.run
|
|
20
|
+
@verification.run
|
|
21
21
|
true
|
|
22
22
|
rescue => e
|
|
23
23
|
false
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"name","fuel_efficiency_city","fuel_efficiency_city_units","fuel_efficiency_highway","fuel_efficiency_highway_units","annual_distance","annual_distance_units","
|
|
1
|
+
"name","fuel_efficiency_city","fuel_efficiency_city_units","fuel_efficiency_highway","fuel_efficiency_highway_units","annual_distance","annual_distance_units","hybrid_fuel_efficiency_city_multiplier","hybrid_fuel_efficiency_highway_multiplier","conventional_fuel_efficiency_city_multiplier","conventional_fuel_efficiency_highway_multiplier"
|
|
2
2
|
"Compact Car","8.93","kilometres_per_litre","12.33","kilometres_per_litre","16332","kilometres","2.09","1.67","0.99","0.99"
|
|
3
3
|
"Large Car","7.14","kilometres_per_litre","10.71","kilometres_per_litre","16332","kilometres","NULL","NULL","NULL","NULL"
|
|
4
4
|
"Large Pickup","5.65","kilometres_per_litre","7.53","kilometres_per_litre","20918","kilometres","1.57","1.2","0.98","0.99"
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 5
|
|
8
|
-
-
|
|
9
|
-
version: 0.5.
|
|
8
|
+
- 3
|
|
9
|
+
version: 0.5.3
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Derek Kastner
|
|
@@ -350,7 +350,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
350
350
|
requirements:
|
|
351
351
|
- - ">="
|
|
352
352
|
- !ruby/object:Gem::Version
|
|
353
|
-
hash:
|
|
353
|
+
hash: 1063255825
|
|
354
354
|
segments:
|
|
355
355
|
- 0
|
|
356
356
|
version: "0"
|