RSpec.describe ItemCategoriesController, type: :routing do
  describe "routing" do

    it "routes to #index" do
      expect(:get => "/item_categories").to route_to("item_categories#index")