Sha256: f61aabef8d87de4716fa1a41e265d2edb05a0251be99d365d91d09734d2b9922
Contents?: true
Size: 445 Bytes
Versions: 13
Compression:
Stored size: 445 Bytes
Contents
Given /^the client has file "(.*?)"$/ do |local_path| client.add_file local_path end Then /^the local file "(.*?)" should have (unix|windows) line endings$/ do |local_path, line_ending_type| line_ending_type(client.file_contents(local_path)).should == line_ending_type.to_sym end Then /^the local file "(.*?)" should match its template$/ do |local_path| client.template(local_path).should == client.file_contents(local_path) end
Version data entries
13 entries across 13 versions & 1 rubygems