Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Corey Hemminger <[email protected]>
  • Loading branch information
Stromweld committed Jun 27, 2024
1 parent 39576db commit 3f3364a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion kitchen-rackspace.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 3.1"

spec.add_dependency "fog-rackspace", "~> 0.1.6"
spec.add_dependency "fog-core", ">= 1.35" ,"< 3.0"
spec.add_dependency "fog-core", ">= 1.35" ,"< 2.4"
spec.add_dependency "test-kitchen", ">= 1.1", "< 4.0"
end
2 changes: 0 additions & 2 deletions spec/kitchen/driver/rackspace_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@
end
end

# TODO: fix test
platforms = {
"ubuntu-12.04" => "f2d30a56-bc2b-4906-8027-92f8a45bbb10",
"ubuntu-12" => "f2d30a56-bc2b-4906-8027-92f8a45bbb10",
Expand Down Expand Up @@ -554,7 +553,6 @@
end
end

# TODO: fix test
it "has the user specified network, plus default Rackspace networks" do
driver.send(:create_server)
expect(servers).to have_received(:bootstrap) do |arg|
Expand Down

0 comments on commit 3f3364a

Please sign in to comment.