summaryrefslogtreecommitdiff
path: root/spec/features
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-04-08 22:52:15 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-04-08 22:52:15 +0300
commit6474675becc92ebd455085f919b00621c8ee17e1 (patch)
treee8e5c9c8389641ff6bcdfefa6349a112f42be7db /spec/features
parent9a1e62aec32d2e177b1669f40f8746bea1f6434a (diff)
downloadgitlab-ci-6474675becc92ebd455085f919b00621c8ee17e1.tar.gz
show build commit message on project show page
Diffstat (limited to 'spec/features')
-rw-r--r--spec/features/projects_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/features/projects_spec.rb b/spec/features/projects_spec.rb
index a67b7f1..cb56fb7 100644
--- a/spec/features/projects_spec.rb
+++ b/spec/features/projects_spec.rb
@@ -21,6 +21,7 @@ describe "Projects" do
end
it { page.should have_content @project.name }
+ it { page.should have_content 'All builds' }
end
end