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:
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-11-12 17:18:56 +0400
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-11-12 17:18:56 +0400
commit4dd5d9c8cce5c596a159277c464026cf0f50f1c4 (patch)
tree1383f4dde7ceee3a94e7eaf4d86b756aafe4cbbe /spec/requests/dashboard_spec.rb
parentc1c64d985ec66433b9e990c5595997850727d8aa (diff)
Issue #185 – Show branch name for commits on activities & dashboard pages
Diffstat (limited to 'spec/requests/dashboard_spec.rb')
-rw-r--r--spec/requests/dashboard_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/requests/dashboard_spec.rb b/spec/requests/dashboard_spec.rb
index 6940366af41..d54c6154b55 100644
--- a/spec/requests/dashboard_spec.rb
+++ b/spec/requests/dashboard_spec.rb
@@ -22,6 +22,7 @@ describe "Dashboard" do
it "should have news feed" do
within "#news-feed" do
+ page.should have_content("master")
page.should have_content(@project.commit.author.name)
page.should have_content(@project.commit.safe_message)
end