Skip to content

build(deps): Bump the production group across 1 directory with 4 updates #24

build(deps): Bump the production group across 1 directory with 4 updates

build(deps): Bump the production group across 1 directory with 4 updates #24

Triggered via push June 22, 2026 09:55
Status Failure
Total duration 44s
Artifacts

rspec.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test: spec/unit/cfa_eng_cli/config/profile_spec.rb#L151
CfaEngCli::Config::Profile#rename writes the new profile Failure/Error: return [option.to_s, value] unless collection?(option) NoMethodError: undefined method 'collection?' for an instance of CfaEngCli::Config::Profile
test: spec/unit/cfa_eng_cli/config/profile_spec.rb#L145
CfaEngCli::Config::Profile#rename creates a new profile Failure/Error: return [option.to_s, value] unless collection?(option) NoMethodError: undefined method 'collection?' for an instance of CfaEngCli::Config::Profile
test: spec/unit/cfa_eng_cli/bastion_spec.rb#L120
CfaEngCli::Bastion#tunnel uses the specified local port when provided Failure/Error: allow(Aws::EC2::Client).to receive(:new).and_return(ec2_client) RuntimeError: Unable to find a compatible xml library. Ensure that you have installed or added to your Gemfile one of ox, oga, libxml, nokogiri or rexml
test: spec/unit/cfa_eng_cli/bastion_spec.rb#L105
CfaEngCli::Bastion#tunnel starts a port forwarding session with valid parameters Failure/Error: allow(Aws::EC2::Client).to receive(:new).and_return(ec2_client) RuntimeError: Unable to find a compatible xml library. Ensure that you have installed or added to your Gemfile one of ox, oga, libxml, nokogiri or rexml
test: spec/unit/cfa_eng_cli/bastion_spec.rb#L85
CfaEngCli::Bastion#target when a profile is not set on the client uses the environment profile Failure/Error: allow(Aws::EC2::Client).to receive(:new).and_return(ec2_client) RuntimeError: Unable to find a compatible xml library. Ensure that you have installed or added to your Gemfile one of ox, oga, libxml, nokogiri or rexml
test: spec/unit/cfa_eng_cli/bastion_spec.rb#L79
CfaEngCli::Bastion#target when a profile is set on the client sets the correct id Failure/Error: allow(Aws::EC2::Client).to receive(:new).and_return(ec2_client) RuntimeError: Unable to find a compatible xml library. Ensure that you have installed or added to your Gemfile one of ox, oga, libxml, nokogiri or rexml
test: spec/unit/cfa_eng_cli/bastion_spec.rb#L75
CfaEngCli::Bastion#target when a profile is set on the client sets the correct region Failure/Error: allow(Aws::EC2::Client).to receive(:new).and_return(ec2_client) RuntimeError: Unable to find a compatible xml library. Ensure that you have installed or added to your Gemfile one of ox, oga, libxml, nokogiri or rexml
test: spec/unit/cfa_eng_cli/bastion_spec.rb#L71
CfaEngCli::Bastion#target when a profile is set on the client uses the client profile Failure/Error: allow(Aws::EC2::Client).to receive(:new).and_return(ec2_client) RuntimeError: Unable to find a compatible xml library. Ensure that you have installed or added to your Gemfile one of ox, oga, libxml, nokogiri or rexml
test: spec/unit/cfa_eng_cli/bastion_spec.rb#L49
CfaEngCli::Bastion#lookup when no running instances are found raises an exception Failure/Error: allow(Aws::EC2::Client).to receive(:new).and_return(ec2_client) RuntimeError: Unable to find a compatible xml library. Ensure that you have installed or added to your Gemfile one of ox, oga, libxml, nokogiri or rexml
test: spec/unit/cfa_eng_cli/bastion_spec.rb#L43
CfaEngCli::Bastion#lookup when running instances are found returns the first running bastion instance when found Failure/Error: allow(Aws::EC2::Client).to receive(:new).and_return(ec2_client) RuntimeError: Unable to find a compatible xml library. Ensure that you have installed or added to your Gemfile one of ox, oga, libxml, nokogiri or rexml