From a6b99319381c2d62ec4b92d64805e8de8965859e Mon Sep 17 00:00:00 2001 From: gitlabhq Date: Tue, 22 Nov 2011 09:01:53 -0500 Subject: [PATCH] fix dashboard test --- spec/requests/dashboard_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/requests/dashboard_spec.rb b/spec/requests/dashboard_spec.rb index b38630f..331aeeb 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 -- libgit2 0.21.2