Commit a6b99319381c2d62ec4b92d64805e8de8965859e

Authored by gitlabhq
1 parent 3f562027

fix dashboard test

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
spec/requests/dashboard_spec.rb
@@ -22,7 +22,7 @@ describe "Dashboard" do @@ -22,7 +22,7 @@ describe "Dashboard" do
22 22
23 it "should have news feed" do 23 it "should have news feed" do
24 within "#news-feed" do 24 within "#news-feed" do
25 - page.should have_content("master") 25 + page.should have_content("commit")
26 page.should have_content(@project.commit.author.name) 26 page.should have_content(@project.commit.author.name)
27 page.should have_content(@project.commit.safe_message) 27 page.should have_content(@project.commit.safe_message)
28 end 28 end