Commit 039760d8 authored by Sean McGivern's avatar Sean McGivern

Merge branch 'fix-epic-test-description' into 'master'

Fix epic test description

See merge request gitlab-org/gitlab-ee!12065
parents f8b8de6a 315b1220
......@@ -102,7 +102,7 @@ describe Epic do
end
describe '#descendants', :nested_groups do
it 'returns all ancestors for an epic' do
it 'returns all descendants for an epic' do
expect(epic1.descendants).to match_array([epic2, epic3])
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment