Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/requests/dashboard_spec.rb2
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