diff options
author | Dmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com> | 2011-11-12 16:19:34 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com> | 2011-11-12 16:19:34 +0200 |
commit | 8786aff25a8e68e1dd6c50f3802eadb35908f151 (patch) | |
tree | 682abafef9a6508bad935bd4a98d7da81ae93f93 /spec | |
parent | 4dd5d9c8cce5c596a159277c464026cf0f50f1c4 (diff) | |
download | gitlab-ce-8786aff25a8e68e1dd6c50f3802eadb35908f151.tar.gz |
project avtivity page
Diffstat (limited to 'spec')
-rw-r--r-- | spec/requests/projects_spec.rb | 2 |
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) |