Sha256: 6a5b0cb7b9ad5a79dbaee60ebc252db80ccf86c7c08033f998d10739929c0813
Contents?: true
Size: 365 Bytes
Versions: 5
Compression:
Stored size: 365 Bytes
Contents
Given(/^a proxy\.pac named "([^"]*)" does not exist$/) do |name| FileUtils.rm_rf expand_path("#{name}.pac") end Then(/^the proxy\.pac "([^"]*)" should contain:$/) do |name, string| step %(the file "#{name}.pac" should contain:), string end Given(/^a proxy\.pac named "([^"]*)" with:$/) do |name, string| step %(a file named "#{name}.pac" with:), string end
Version data entries
5 entries across 5 versions & 1 rubygems