Sha256: ce4bc64e595bf540f13bd6b40066025acfa2bea5026422d676bf71a94d3c49d6

Contents?: true

Size: 298 Bytes

Versions: 1

Compression:

Stored size: 298 Bytes

Contents

Then /^the file "([^"]*)" must be executable$/ do |file_path|
  prep_for_fs_check do
    File.executable?(file_path).should be_true
  end
end

Then /^the file "([^"]*)" must contain exactly:$/ do |file_path, file_content|
  Then %{the file "#{file_path}" should contain exactly:}, file_content
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
alternator-0.0.2 features/steps/wrapper_step.rb