We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a145d56 commit 510f720Copy full SHA for 510f720
spec/metadata_json_deps_spec.rb
@@ -69,7 +69,7 @@
69
let(:module_name) { 'theforeman/motd' }
70
let(:module_version) { '< 0.1.0' }
71
72
- it { expect { subject }.to output(%r{\AChecking .+puppet-module.+json\n theforeman/motd \(< 0\.1\.0\) doesn't match 1\.0\.0\Z}).to_stdout }
+ it { expect { subject }.to output(%r{\AChecking .+puppet-module.+json\n theforeman/motd \(< 0\.1\.0\) doesn't match 2\.0\.0\Z}).to_stdout }
73
it { expect { subject }.to_not output.to_stderr }
74
end
75
0 commit comments