Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
smortex committed Mar 6, 2022
1 parent 0da23b4 commit 8097455
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .fixtures.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
fixtures:
repositories:
apt: https://github.com/puppetlabs/puppetlabs-apt.git
apt:
repo: https://github.com/root-expert/puppetlabs-apt.git
branch: safe-facts
archive: https://github.com/voxpupuli/puppet-archive.git
augeas_core: https://github.com/puppetlabs/puppetlabs-augeas_core.git
concat: https://github.com/puppetlabs/puppetlabs-concat.git
Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

require 'voxpupuli/acceptance/spec_helper_acceptance'

configure_beaker
configure_beaker(modules: :fixtures)

Dir['./spec/support/acceptance/**/*.rb'].sort.each { |f| require f }

0 comments on commit 8097455

Please sign in to comment.