fixed commit commenting
This commit is contained in:
parent
3d7b35a37d
commit
f4e3ec29c4
7 changed files with 84 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue