require "rails_helper"

RSpec.describe Ppa::SubFuncoesController, type: :routing do
	describe "routing" do
		it "routes to #index" do
			expect(:get => "/ppa/sub_funcoes/").to route_to("ppa/sub_funcoes#index")
		end

	end
end
