diff options
author | gitlabhq <m@gitlabhq.com> | 2011-11-22 09:01:53 -0500 |
---|---|---|
committer | gitlabhq <m@gitlabhq.com> | 2011-11-22 09:01:53 -0500 |
commit | a6b99319381c2d62ec4b92d64805e8de8965859e (patch) | |
tree | 65133922689f6c0e2bb49aa8349ac661785c9c9e /spec | |
parent | 3f562027139913f3ee46f8c97b86fc7ef536319f (diff) | |
download | gitlab-ce-a6b99319381c2d62ec4b92d64805e8de8965859e.tar.gz |
fix dashboard test
Diffstat (limited to 'spec')
-rw-r--r-- | spec/requests/dashboard_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/requests/dashboard_spec.rb b/spec/requests/dashboard_spec.rb index b38630fe193..331aeeb99c2 100644 --- a/spec/requests/dashboard_spec.rb +++ b/spec/requests/dashboard_spec.rb @@ -22,7 +22,7 @@ describe "Dashboard" do it "should have news feed" do within "#news-feed" do - page.should have_content("master") + page.should have_content("commit") page.should have_content(@project.commit.author.name) page.should have_content(@project.commit.safe_message) end |