Skip to content

Commit

Permalink
fix description assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
pjhyett committed Dec 2, 2009
1 parent 5251fd6 commit c4c1068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_repo.rb
Expand Up @@ -54,7 +54,7 @@ def test_new_should_raise_on_non_existant_path
# descriptions

def test_description
assert_equal "Unnamed repository; edit this file to name it for gitweb.", @r.description
assert_equal "Unnamed repository; edit this file 'description' to name the repository.", @r.description
end

# refs
Expand Down

0 comments on commit c4c1068

Please sign in to comment.