norad_cli 0.1.10 → 0.1.11

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: 39442f45d57eb7b0ad190c28b9016e917a0a9e02
4
- data.tar.gz: d28a213caf79c18651dff57e11cc048ec8715e12
3
+ metadata.gz: c00d2c1bb51417cc84332328108efdaa46b6b179
4
+ data.tar.gz: cdc6c35792e91676d53fc9757486049e1fe9bb24
5
5
  SHA512:
6
- metadata.gz: 041463bb0a524f04c605d1f64be1ce0431f98bb8e335236b4638d150bc7ff9ae7dca37a511fbe398873cccc7a0cb61a9648323fb2585ef7daac2965f1f9af32b
7
- data.tar.gz: d3e5ca9f6c057d9f9829b05bc3e1093ea43f0a52508f034b8e714fd170db83d526c9e5a5c0d9286a2ce385b41847b93391540e6af4e7edb09e2227499c7f2b38
6
+ metadata.gz: 33c819f86f5880148c6d78d8305ee48e373e3a12654c5fe1badb48567914929f519f5294502a1a133a0bb8f4f1f845b5988e55a80d1238114cdec48bbb0aa9aa
7
+ data.tar.gz: 4277170a41dfef82c4d462ccc02f5f7a32681f1e84648449fc40b44193939c7b63a75ff4ca4f3a06c454115e56ff9a37304b061945ad1281f8a035242e3745d9
@@ -176,6 +176,7 @@ class Sectest < Thor
176
176
 
177
177
  # Run the tests
178
178
  if File.exist?("spec/#{name}/#{name}_spec.rb")
179
+ RSpec.clear_examples
179
180
  RSpec::Core::Runner.run(["spec/#{name}/#{name}_spec.rb"], $stderr, $stdout)
180
181
  else
181
182
  say("Warning: spec/#{name}/#{name}_spec.rb does not exist!\n", :yellow)
@@ -217,9 +218,11 @@ class Sectest < Thor
217
218
 
218
219
  # Validate the readme file
219
220
  ENV['sectest_name'] = name
221
+ RSpec.clear_examples
220
222
  RSpec::Core::Runner.run(["#{File.dirname(File.expand_path(__FILE__))}/../support/readme_spec.rb"], $stderr, $stdout)
221
223
 
222
224
  # Validate the manifest file
225
+ RSpec.clear_examples
223
226
  RSpec::Core::Runner.run(["#{File.dirname(File.expand_path(__FILE__))}/../support/manifest_spec.rb"], $stderr, $stdout)
224
227
  end
225
228
 
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module NoradCli
3
- VERSION = '0.1.10'
3
+ VERSION = '0.1.11'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: norad_cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Blake Hitchcock