Commit 4cb7f2e5 authored by Paul Slaughter's avatar Paul Slaughter

Remove pretty print from spec

parent 0f380821
......@@ -113,7 +113,6 @@ RSpec.describe Nav::TopNavHelper do
end
it 'has expected :active' do
pp subject
expect(subject[:primary].detect { |entry| entry[:id] == 'project' }[:active]).to eq(true)
end
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