mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Corrected a typo in a test name.
This commit is contained in:
parent
0d59fee41c
commit
5a144cdc47
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ class RemoteDependencyTest < Test::Unit::TestCase
|
|||
assert !@dependency.file("/data/foo.txt").pass?
|
||||
end
|
||||
|
||||
def test_should_pas_if_file_found
|
||||
def test_should_pass_if_file_found
|
||||
setup_for_a_configuration_run("test -f /data/foo.txt", true)
|
||||
assert @dependency.file("/data/foo.txt").pass?
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue