summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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