Skip to content

Commit

Permalink
Merge branch 'fix_tests' into rspec-fail-fast
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanratcliffe committed Feb 10, 2022
2 parents 64c71c8 + 1fdd2c8 commit 954d11d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ if ENV['PUPPET_VERSION']
gem 'puppet', ENV['PUPPET_VERSION']
end

group :test do
# Required for the final controlrepo tests
gem 'toml-rb'
end


# Evaluate Gemfile.local if it exists
if File.exist? "#{__FILE__}.local"
eval(File.read("#{__FILE__}.local"), binding)
Expand Down

0 comments on commit 954d11d

Please sign in to comment.