Commit 315b1220 authored by Walmyr Lima's avatar Walmyr Lima

Fix epic test description

parent ceff1529
......@@ -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