pdqtest 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/exe/pdqtest +2 -2
- data/lib/pdqtest/version.rb +1 -1
- data/res/skeleton/dot_gitignore +2 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5a3db6bf6eb666f467a1640f917316f26d640178
|
4
|
+
data.tar.gz: 9cdc440fbcc012898246a4788f36994a3c87b73f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 96d521b15b3919aa0206d955149c577f9799076cd99dd6265140851df7df199ce60739d0f29ef513029c035fe784766c565211e540e42f4faae0980b13eae222
|
7
|
+
data.tar.gz: df949276ef365fd002adbd4c388dbe47ec13518753b7e056612ed6b90ddf90315e60e8a32d0fc19dd217ef3f998ab52c5a2f9419b6f27d085dad5ed06a3ae8e5
|
data/exe/pdqtest
CHANGED
@@ -97,7 +97,7 @@ Escort::App.create do |app|
|
|
97
97
|
end
|
98
98
|
end
|
99
99
|
|
100
|
-
app.command :
|
100
|
+
app.command :generate_acceptance do |command|
|
101
101
|
command.summary "Generate Acceptance test"
|
102
102
|
command.description "Create a testcase in /examples and the corresponding files for acceptance testing"
|
103
103
|
command.options do |opts|
|
@@ -110,7 +110,7 @@ Escort::App.create do |app|
|
|
110
110
|
end
|
111
111
|
command.action do |options, arguments|
|
112
112
|
PDQTest::Emoji.disable(options[:global][:options][:disable_emoji])
|
113
|
-
example = options[:global][:commands][:
|
113
|
+
example = options[:global][:commands][:generate_acceptance][:options][:example]
|
114
114
|
|
115
115
|
PDQTest::Skeleton.generate_acceptance(example)
|
116
116
|
end
|
data/lib/pdqtest/version.rb
CHANGED
data/res/skeleton/dot_gitignore
CHANGED