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 6bc5294 commit e24792cCopy full SHA for e24792c
spec/lib/ruby_dep/warning_spec.rb
@@ -53,7 +53,7 @@
53
end
54
55
context 'with an insecure base Ruby' do
56
- let(:ruby_version) { '2.2.3' }
+ let(:ruby_version) { '2.2.0' }
57
it 'shows warning about vulnerability' do
58
expect(STDERR).to have_received(:puts).with(
59
/RubyDep: WARNING: your Ruby has security vulnerabilities!/)
@@ -79,7 +79,7 @@
79
80
81
context 'with an untracked ruby' do
82
- context 'when the JRuby is not known to be vulnerable' do
+ context 'when the Ruby is not listed' do
83
let(:ruby_version) { '1.2.3' }
84
let(:ruby_engine) { 'ironruby' }
85
0 commit comments