Fix aruba 0.6.2 API usage
Use `check_file_content` instead of `check_exact_file_content` which has been deprecated.
This commit is contained in:
parent
7e3d753d5c
commit
2f34414bf8
@ -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|
|
||||
|
Loading…
x
Reference in New Issue
Block a user