diff options
author | Kazuhiro NISHIYAMA <[email protected]> | 2020-05-25 20:12:41 +0900 |
---|---|---|
committer | Kazuhiro NISHIYAMA <[email protected]> | 2020-05-25 20:12:41 +0900 |
commit | b10b37924aef33426ea6e2fda5ce17804796ecc4 (patch) | |
tree | 9a5a9787e81c9267deacd292d707ccfe17b4e559 /include/ruby/assert.h | |
parent | fcc8be0198a16cc5fa7d4827be0c781209b70f98 (diff) |
Fix failures in ./spec/bundler/quality_spec.rb
```
Failures:
1) The library itself does not contain any warnings
Failure/Error: raise "Invoking #{method}!(#{args.map(&:inspect).join(", ")}) failed:\n#{last_command.stdboth}"
RuntimeError:
Invoking sys_exec!("ruby -w") failed:
/home/user/snapshot-master/lib/bundler/cli/add.rb:4:in `<module:Bundler>': uninitialized constant Bundler::CLI (NameError)
from /home/user/snapshot-master/lib/bundler/cli/add.rb:3:in `<top (required)>'
from /home/user/snapshot-master/lib/rubygems/core_ext/kernel_require.rb:91:in `require'
from /home/user/snapshot-master/lib/rubygems/core_ext/kernel_require.rb:91:in `require'
from -:2:in `<main>'
Commands:
$ ruby -w
/home/user/snapshot-master/lib/bundler/cli/add.rb:4:in `<module:Bundler>': uninitialized constant Bundler::CLI (NameError)
from /home/user/snapshot-master/lib/bundler/cli/add.rb:3:in `<top (required)>'
from /home/user/snapshot-master/lib/rubygems/core_ext/kernel_require.rb:91:in `require'
from /home/user/snapshot-master/lib/rubygems/core_ext/kernel_require.rb:91:in `require'
from -:2:in `<main>'
# $? => 1
```
Diffstat (limited to 'include/ruby/assert.h')
0 files changed, 0 insertions, 0 deletions