summaryrefslogtreecommitdiff
path: root/spec/features/task_lists_spec.rb
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-05-06 17:27:10 -0400
committerRobert Speicher <rspeicher@gmail.com>2015-05-06 17:27:10 -0400
commit1108915f758db254187d47d6a2e626ed6abcbbf3 (patch)
treef13ace4ad8735dbd58aa172b1a996821781d3447 /spec/features/task_lists_spec.rb
parent0a99e6e2facee4126509c41b987aa88f1520626e (diff)
downloadgitlab-ce-1108915f758db254187d47d6a2e626ed6abcbbf3.tar.gz
Change wording for task list summaries
Diffstat (limited to 'spec/features/task_lists_spec.rb')
-rw-r--r--spec/features/task_lists_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/task_lists_spec.rb b/spec/features/task_lists_spec.rb
index 651792601ed..2099fc40cca 100644
--- a/spec/features/task_lists_spec.rb
+++ b/spec/features/task_lists_spec.rb
@@ -69,7 +69,7 @@ feature 'Task Lists' do
it 'provides a summary on Issues#index' do
visit namespace_project_issues_path(project.namespace, project)
- expect(page).to have_content("6 tasks (2 done, 4 unfinished)")
+ expect(page).to have_content("6 tasks (2 completed, 4 remaining)")
end
end
@@ -145,7 +145,7 @@ feature 'Task Lists' do
it 'provides a summary on MergeRequests#index' do
visit namespace_project_merge_requests_path(project.namespace, project)
- expect(page).to have_content("6 tasks (2 done, 4 unfinished)")
+ expect(page).to have_content("6 tasks (2 completed, 4 remaining)")
end
end
end