Skip to content

Commit

Permalink
Add foreman_fog_proxmox dependency to fix bootdisk tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernhard committed Mar 31, 2020
1 parent 904453b commit a2e0e6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ source 'http://rubygems.org'

gemspec

group :test do
gem 'foreman_fog_proxmox'
end

FOREMAN_GEMFILE = File.expand_path('.foreman_app/Gemfile', __dir__)
if File.exist?(FOREMAN_GEMFILE)
instance_eval(Bundler.read_file(FOREMAN_GEMFILE))
Expand Down

0 comments on commit a2e0e6b

Please sign in to comment.