pdqtest 0.3.0 → 0.3.1

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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a0ea0994090ec12f98d62f75eb95cdaa98aec982
4
- data.tar.gz: 388fec4606165f561b92049ca7bd5a91d2322566
3
+ metadata.gz: 5a3db6bf6eb666f467a1640f917316f26d640178
4
+ data.tar.gz: 9cdc440fbcc012898246a4788f36994a3c87b73f
5
5
  SHA512:
6
- metadata.gz: 6e4098facbb04bdd3fb57f0f98200f80829d01fa5d5a166d3d0fb223aa9dcc6351d245cb0e855ba0ff29fdaa46e35a11df2ed62027721693581867e42cd390ca
7
- data.tar.gz: 771f55dd4ab0d274f2cf2aa75e2280f9013d6a17cec4a34d705ff8c7029977cd8c9301f207216b425a6ee89e90d4e8575498210e92bce8103ebd5232217d2e60
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 :generate_rspec do |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][:acceptance][:options][:example]
113
+ example = options[:global][:commands][:generate_acceptance][:options][:example]
114
114
 
115
115
  PDQTest::Skeleton.generate_acceptance(example)
116
116
  end
@@ -1,3 +1,3 @@
1
1
  module PDQTest
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
@@ -3,3 +3,5 @@ Gemfile.lock
3
3
  Puppetfile.lock
4
4
  .librarian
5
5
  .tmp
6
+ .yardoc
7
+ /pkg
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pdqtest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Geoff Williams