Release 7.4.0 #1028
Annotations
4 warnings
|
Ruby 3.2:
spec/beaker/subcommand_spec.rb#L122
Beaker::Subcommand#init requires hosts flag
Failure/Error: expect { subcommand.init }.to raise_error(NotImplementedError)
expected NotImplementedError, got #<Errno::ENOENT: No such file or directory @ rb_sysopen - .beaker/subcommand_options.yaml> with backtrace:
# ./lib/beaker/subcommand.rb:87:in `write'
# ./lib/beaker/subcommand.rb:87:in `write'
# ./lib/beaker/subcommand.rb:87:in `init'
# ./spec/beaker/subcommand_spec.rb:124:in `block (4 levels) in <module:Beaker>'
# ./spec/beaker/subcommand_spec.rb:124:in `block (3 levels) in <module:Beaker>'
|
|
Ruby 3.3:
spec/beaker/subcommand_spec.rb#L122
Beaker::Subcommand#init requires hosts flag
Failure/Error: expect { subcommand.init }.to raise_error(NotImplementedError)
expected NotImplementedError, got #<Errno::ENOENT: No such file or directory @ rb_sysopen - .beaker/subcommand_options.yaml> with backtrace:
# ./lib/beaker/subcommand.rb:87:in `write'
# ./lib/beaker/subcommand.rb:87:in `write'
# ./lib/beaker/subcommand.rb:87:in `init'
# ./spec/beaker/subcommand_spec.rb:124:in `block (4 levels) in <module:Beaker>'
# ./spec/beaker/subcommand_spec.rb:124:in `block (3 levels) in <module:Beaker>'
|
|
Ruby 4.0:
spec/beaker/subcommand_spec.rb#L122
Beaker::Subcommand#init requires hosts flag
Failure/Error: expect { subcommand.init }.to raise_error(NotImplementedError)
expected NotImplementedError, got #<Errno::ENOENT: No such file or directory - .beaker/subcommand_options.yaml> with backtrace:
# ./vendor/bundle/ruby/4.0.0/gems/fakefs-3.2.0/lib/fakefs/file.rb:1071:in 'FakeFS::File#create_missing_file'
# ./vendor/bundle/ruby/4.0.0/gems/fakefs-3.2.0/lib/fakefs/file.rb:558:in 'FakeFS::File#initialize'
# ./vendor/bundle/ruby/4.0.0/gems/fakefs-3.2.0/lib/fakefs/file.rb:782:in 'StringIO.open'
# ./vendor/bundle/ruby/4.0.0/gems/fakefs-3.2.0/lib/fakefs/file.rb:782:in 'FakeFS::File.write'
# ./lib/beaker/subcommand.rb:87:in 'Pathname#write'
# ./lib/beaker/subcommand.rb:87:in 'Beaker::Subcommand#init'
# ./spec/beaker/subcommand_spec.rb:124:in 'block (4 levels) in <module:Beaker>'
# ./spec/beaker/subcommand_spec.rb:124:in 'block (3 levels) in <module:Beaker>'
|
|
Ruby 3.4:
spec/beaker/subcommand_spec.rb#L122
Beaker::Subcommand#init requires hosts flag
Failure/Error: expect { subcommand.init }.to raise_error(NotImplementedError)
expected NotImplementedError, got #<Errno::ENOENT: No such file or directory @ rb_sysopen - .beaker/subcommand_options.yaml> with backtrace:
# ./lib/beaker/subcommand.rb:87:in 'IO.write'
# ./lib/beaker/subcommand.rb:87:in 'Pathname#write'
# ./lib/beaker/subcommand.rb:87:in 'Beaker::Subcommand#init'
# ./spec/beaker/subcommand_spec.rb:124:in 'block (4 levels) in <module:Beaker>'
# ./spec/beaker/subcommand_spec.rb:124:in 'block (3 levels) in <module:Beaker>'
|