cucumber_test_complete 0.1.6 → 0.1.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/lib/cucumber_test_complete.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ZDQzMzM4MDc2OTVjOTc1N2ZiZmIyN2VlODc0NmNkYWM2MDRjNzIxOQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MzFlZWIzMTFhODA2ZjcxMTA1NzlhMGIyM2ZmMjc5ODUxZjQ3ODVkYg==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MDMwZDNkMWZjMWFlZDExOWFlY2FlZjk1ODEwMDQ5NmQzODFhOTg4ODZmYjAy
|
10
|
+
MGFmOGJlNGJmMGJjNTFhZmQ0YzU5NTA1MjI1ZWU3NTEzMzg1ZmNkN2Q4OTVj
|
11
|
+
ZDgyZTFmNWMyMzFhYjg3ZmI3N2UzMzlkNGQzMDY3MzVhMWEyZTk=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
ODk0N2RjZjI2MjQ3ZjMwNTYyMzAzZDJiYWY5Mjg0NGM1NjQwODI5Nzc4MWUx
|
14
|
+
ZWEyMThlMDhiOGEzMTZjOWE2ZmM1ZTE5ZTNmODg5MWJkMDU0ZDAyZDUxNzdj
|
15
|
+
ZGVkZGViZmE5YzA3ODdkYmRiOTM4NjJhYWM0OTZlMGZmYzQ2MzQ=
|
@@ -20,7 +20,7 @@ class TestCompleteWorld
|
|
20
20
|
@test_execute.Integration
|
21
21
|
rescue
|
22
22
|
puts "#{options[:application]} does not appear to be running - starting instead"
|
23
|
-
|
23
|
+
@test_execute = WIN32OLE.new(application_to_use)
|
24
24
|
end
|
25
25
|
|
26
26
|
# dumb windows thing
|