1
0
Fork 0
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:
Nick Hoffman 2011-01-23 10:08:01 -05:00
parent 0d59fee41c
commit 5a144cdc47

View file

@ -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