cucumber_test_complete 0.1.3 → 0.1.4
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.
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
N2EyYWNiYmM0YTg5MzkwMzZjNzE2NjcyMGVkMTJlNDBjN2JjYWJlOQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
YjkyY2JmNGRiMWIyMjZmZjMzODBkOGRlZjI4OTM3MzM3MjA3YTk3ZQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
OGYxZDE1MTgxN2M2OTlkZjAxYTU2ZTUxMjBkZjI3MDRhNWY0MjZiYzk2Yzg1
|
|
10
|
+
ZTEyNjE0ODg1OWIwYTM2NzNiOTRiODY1OTFiOTdjMmZmOWNhNmE5MjA3Mzlj
|
|
11
|
+
YjFhNjA1Zjg4MzhiOWVlZDI3NjhhN2EwNzk4NTA2ZGY3NDc4MGI=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
YjQ4ZmQ2ODM5ZjVjMGE4YWU2MTA2MGI2ZTBlMGFiYzc3YjY0NGUwYTVlMjc2
|
|
14
|
+
YzRkYTk5MDg2YjViNzRkMWEwZTI3OWUxOTRiNWIyYWJjMzUwMzA0ZjIyMDI2
|
|
15
|
+
ZWU3YzM5ZDhhNjY3ODU2YWM3OTg4OTI5Y2QyMmQwYWM1ZmQ1YWE=
|
|
@@ -51,7 +51,7 @@ class TestCompleteWorld
|
|
|
51
51
|
@test_complete.Integration.GetLastResultDescription.Status.should_not eq 2
|
|
52
52
|
end
|
|
53
53
|
|
|
54
|
-
def run_routine_ex(name, *args
|
|
54
|
+
def run_routine_ex(name, *args)
|
|
55
55
|
puts "Running #{name} with arguments #{args} in project #{@project_name}"
|
|
56
56
|
begin
|
|
57
57
|
run_with_delays do
|
|
@@ -62,7 +62,7 @@ class TestCompleteWorld
|
|
|
62
62
|
end
|
|
63
63
|
end
|
|
64
64
|
|
|
65
|
-
def call_script(name, *args
|
|
65
|
+
def call_script(name, *args)
|
|
66
66
|
unless args.empty?
|
|
67
67
|
run_routine_ex(name, args)
|
|
68
68
|
else
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cucumber_test_complete
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nathan Holland
|
|
@@ -16,7 +16,7 @@ executables: []
|
|
|
16
16
|
extensions: []
|
|
17
17
|
extra_rdoc_files: []
|
|
18
18
|
files:
|
|
19
|
-
- lib/
|
|
19
|
+
- lib/cucumber_test_complete.rb
|
|
20
20
|
homepage: http://rubygems.org/gems/cucumber_test_complete
|
|
21
21
|
licenses:
|
|
22
22
|
- MIT
|