Commit 6a4b948b authored by Sean McGivern's avatar Sean McGivern

Remove debugging code from every_controller_spec.rb

parent 79d36849
...@@ -31,12 +31,6 @@ RSpec.describe "Every controller" do ...@@ -31,12 +31,6 @@ RSpec.describe "Every controller" do
end end
it "has feature categories" do it "has feature categories" do
routes_without_category.map { |x| x.split('#') }.group_by(&:first).each do |controller, actions|
puts controller
puts actions.map { |x| ":#{x.last}" }.sort.join(', ')
puts ''
end
expect(routes_without_category).to be_empty, "#{routes_without_category} did not have a category" expect(routes_without_category).to be_empty, "#{routes_without_category} did not have a category"
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