setup/git/010_TestSetup.rb in beaker-puppet-1.0.0 vs setup/git/010_TestSetup.rb in beaker-puppet-1.0.1
- old
+ new
@@ -1,10 +1,5 @@
test_name "Install packages and repositories on target machines..." do
- extend Beaker::DSL::InstallUtils
-
- SourcePath = Beaker::DSL::InstallUtils::SourcePath
- GitHubSig = Beaker::DSL::InstallUtils::GitHubSig
-
repositories = options[:install].map do |url|
extract_repo_info_from(build_git_url(url))
end
hosts.each_with_index do |host, index|