summaryrefslogtreecommitdiff
path: root/spec/support
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/support
parent0a99e6e2facee4126509c41b987aa88f1520626e (diff)
downloadgitlab-ce-1108915f758db254187d47d6a2e626ed6abcbbf3.tar.gz
Change wording for task list summaries
Diffstat (limited to 'spec/support')
-rw-r--r--spec/support/taskable_shared_examples.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/support/taskable_shared_examples.rb b/spec/support/taskable_shared_examples.rb
index 77e0ed5f578..927c72c7409 100644
--- a/spec/support/taskable_shared_examples.rb
+++ b/spec/support/taskable_shared_examples.rb
@@ -15,8 +15,8 @@ shared_examples 'a Taskable' do
it 'returns the correct task status' do
expect(subject.task_status).to match('5 tasks')
- expect(subject.task_status).to match('2 done')
- expect(subject.task_status).to match('3 unfinished')
+ expect(subject.task_status).to match('2 completed')
+ expect(subject.task_status).to match('3 remaining')
end
describe '#tasks?' do