Sha256: a6b14731b4f03dd4873dbda51913e12463f88b45db2410c056c70d7568c9728b

Contents?: true

Size: 395 Bytes

Versions: 4

Compression:

Stored size: 395 Bytes

Contents

# frozen_string_literal: true
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

4 entries across 4 versions & 1 rubygems

Version Path
proxy_pac_rb-3.0.0 features/step_definitions.rb
proxy_pac_rb-2.1.0 features/step_definitions.rb
proxy_pac_rb-2.0.0 features/step_definitions.rb
proxy_pac_rb-1.0.0 features/step_definitions.rb