RSpec.describe ItemTypesController, :type => :routing do
  describe "routing" do

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