Sha256: 99188449162388ed138dd190aa33ecc97b01f6c5673534cc911fac81f12cf636
Contents?: true
Size: 367 Bytes
Versions: 20
Compression:
Stored size: 367 Bytes
Contents
Given(/^a proxy\.pac named "([^"]*)" does not exist$/) do |name| FileUtils.rm_rf absolute_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
20 entries across 20 versions & 1 rubygems