Skip to content

Commit

Permalink
Corrected a typo in a test name.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickhoffman committed Jan 23, 2011
1 parent 0d59fee commit 5a144cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/deploy/remote_dependency_test.rb
Expand Up @@ -58,7 +58,7 @@ def test_should_fail_if_file_not_found
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
Expand Down

0 comments on commit 5a144cd

Please sign in to comment.