Sha256: 4faea767b0645fb64f56d8d5ef7396e9a5ff70337f6cf7ca1ebb98434d356078

Contents?: true

Size: 220 Bytes

Versions: 1

Compression:

Stored size: 220 Bytes

Contents

Given(/^I have stubbed ARGF to contain "(.*?)"$/) do |file|
  expect(ARGF).to receive(:read).and_return(File.read(file))
end

Then(/^nothing should be outputted to STDERR$/) do
  expect(STDERR).to_not receive(:puts)
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
csvlint-0.2.4 features/step_definitions/cli_steps.rb