summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-11-12 16:19:34 +0200
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-11-12 16:19:34 +0200
commit8786aff25a8e68e1dd6c50f3802eadb35908f151 (patch)
tree682abafef9a6508bad935bd4a98d7da81ae93f93 /spec
parent4dd5d9c8cce5c596a159277c464026cf0f50f1c4 (diff)
downloadgitlab-ce-8786aff25a8e68e1dd6c50f3802eadb35908f151.tar.gz
project avtivity page
Diffstat (limited to 'spec')
-rw-r--r--spec/requests/projects_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/requests/projects_spec.rb b/spec/requests/projects_spec.rb
index 87f76fdb3a7..85c2d27525b 100644
--- a/spec/requests/projects_spec.rb
+++ b/spec/requests/projects_spec.rb
@@ -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)