summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-11-06 12:45:43 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-11-06 12:45:43 +0200
commit11f9c310e51e99a6e629860e40a6124513017ffa (patch)
tree7ff09286b61bededaae02eccf9f9f130b5008bcc
parenta06a423359cf47fa92776814e47389e38ef78208 (diff)
downloadgitlab-ci-11f9c310e51e99a6e629860e40a6124513017ffa.tar.gz
Fix specs
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--spec/features/projects_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects_spec.rb b/spec/features/projects_spec.rb
index c6320b7..269f273 100644
--- a/spec/features/projects_spec.rb
+++ b/spec/features/projects_spec.rb
@@ -42,7 +42,7 @@ describe "Projects" do
it { page.should have_content 'Builds chart for last week' }
it { page.should have_content 'Builds chart for last month' }
it { page.should have_content 'Builds chart for last year' }
- it { page.should have_content 'Build duration in minutes for last 30 builds' }
+ it { page.should have_content 'Commit duration in minutes for last 30 commits' }
end
describe "GET /projects/:id/details" do