Skip to content

Commit

Permalink
unit test fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Corey Hemminger <[email protected]>
  • Loading branch information
Stromweld committed Jun 26, 2024
1 parent 4ecf85f commit ee00776
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ group :test do
gem "bundler"
gem "rake"
gem "rspec", "~> 3.2"
gem "fog-rackspace"
end

group :chefstyle do
Expand Down
1 change: 1 addition & 0 deletions spec/kitchen/driver/rackspace_spec.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require_relative "../../spec_helper"
require "fog/rackspace"

describe Kitchen::Driver::Rackspace do
let(:logged_output) { StringIO.new }
Expand Down

0 comments on commit ee00776

Please sign in to comment.