Skip to content

Commit 026308b

Browse files
authored
Merge pull request #806 from agrare/remove_suports_authentication_specs
The supports_authentication? method is unused, we can remove the spec tests
2 parents 17f0dd2 + 46c4ab4 commit 026308b

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

spec/models/manageiq/providers/vmware/infra_manager_spec.rb

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -131,17 +131,6 @@
131131
end
132132
end
133133

134-
context ".supports_authentication?" do
135-
it "returns true for supported auth types" do
136-
expect(ems.supports_authentication?("default")).to be_truthy
137-
expect(ems.supports_authentication?("console")).to be_truthy
138-
end
139-
140-
it "returns false for non-supported auth types" do
141-
expect(ems.supports_authentication?("metrics")).to be_falsey
142-
end
143-
end
144-
145134
context "#queue_name_for_ems_operations" do
146135
it "returns the per-ems queue_name" do
147136
expect(ems.queue_name_for_ems_operations).to eq(ems.queue_name)

0 commit comments

Comments
 (0)