fixed commit commenting

This commit is contained in:
Dmitriy Zaporozhets 2012-01-21 14:54:32 +02:00
parent 3d7b35a37d
commit f4e3ec29c4
7 changed files with 84 additions and 7 deletions

View file

@ -19,5 +19,10 @@ describe "Issues" do
it "should conatin new note" do
page.should have_content("I commented this commit")
end
it "should be displayed when i visit this commit again" do
visit project_commit_path(project, commit)
page.should have_content("I commented this commit")
end
end
end