Commit d49ee208 authored by Brett Walker's avatar Brett Walker

Add :nested_groups to spec

parent b6d5a7c1
......@@ -29,7 +29,7 @@ describe EpicPresenter do
expect(presenter.show_data.keys).to match_array([:initial, :meta])
end
it 'has correct ancestors' do
it 'has correct ancestors', :nested_groups do
metadata = JSON.parse(presenter.show_data[:meta])
ancestor_url = metadata['ancestors'].first['url']
......
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