project avtivity page

This commit is contained in:
Dmitriy Zaporozhets 2011-11-12 16:19:34 +02:00
parent 4dd5d9c8cc
commit 8786aff25a
6 changed files with 45 additions and 67 deletions

View file

@ -73,7 +73,7 @@ describe "Projects" do
end
it "should beahave like activities page" do
within ".commit" do
within ".project-update" do
page.should have_content("master")
page.should have_content(@project.commit.author.name)
page.should have_content(@project.commit.safe_message)