Sha256: b1d03a532ec385691539c788ff94d68d133369e86f3b2a4030f693741b51b64d
Contents?: true
Size: 500 Bytes
Versions: 42
Compression:
Stored size: 500 Bytes
Contents
Then(/^the temporary Puppetfile should contain \/(.*)\/$/) do |regex| puppetfile = File.read(@repo.onceover_temp_puppetfile) expect(puppetfile).to match(Regexp.new(regex)) end Then(/^the temporary Puppetfile should contain the git branch/) do git_branch = `git rev-parse --abbrev-ref HEAD`.chomp step %Q(the temporary Puppetfile should contain /#{git_branch}/) end When(/^I make local modifications$/) do FileUtils.rm_rf("#{@repo.onceover_temp_root_folder}/modules/apache/manifests") end
Version data entries
42 entries across 42 versions & 1 rubygems