Sha256: 02341fba1f399ba6a67b5ec6e629d5559092d8e2e9820df4632d8665e22528da

Contents?: true

Size: 285 Bytes

Versions: 2

Compression:

Stored size: 285 Bytes

Contents

Then(/^the following text is provided:$/) do |expected_text|
  expected_text.sub!('path_to', @default_file_directory)

  expect(@output).to eq(expected_text)
end

Then(/^the text provided is "(.*)"$/) do |text_string|
  expect(@output).to eq(text_string.gsub('\n', "\n"))
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cucumber_analytics-1.6.0 testing/cucumber/step_definitions/verification_steps.rb
cucumber_analytics-1.5.2 features/step_definitions/verification_steps.rb