diff --git a/features/steps/remote_steps.rb b/features/steps/remote_steps.rb index 0db6927..b260312 100644 --- a/features/steps/remote_steps.rb +++ b/features/steps/remote_steps.rb @@ -19,7 +19,7 @@ Then /^the remote file "([^"]+)" must contain "([^"]+)"$/ do |path, content| end Then /^the remote file "([^"]+)" must contain exactly "([^"]+)"$/ do |path, content| - check_exact_file_content path, content + check_file_content path, content end Then /^the remote file "([^"]+)" must match \/([^\/]+)\/$/ do |path, pattern|