diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-11-06 12:45:43 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-11-06 12:45:43 +0200 |
commit | 11f9c310e51e99a6e629860e40a6124513017ffa (patch) | |
tree | 7ff09286b61bededaae02eccf9f9f130b5008bcc | |
parent | a06a423359cf47fa92776814e47389e38ef78208 (diff) | |
download | gitlab-ci-11f9c310e51e99a6e629860e40a6124513017ffa.tar.gz |
Fix specs
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r-- | spec/features/projects_spec.rb | 2 |
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 |