Commit 0ff5b0f4 authored by Ronald van Zon's avatar Ronald van Zon

Removed the print in test

parent 473138f1
......@@ -371,9 +371,6 @@ describe Milestone do
expected_count = { opened: 5, closed: 6, all: 11 }
count = described_class.states_count(Project.all, Group.all)
p Project.all, Group.all
expect(count).to eq(expected_count)
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