require 'rails_helper'

RSpec.describe InicioController, type: :controller do

  # describe "GET #index" do
  #   it "returns http success" do
  #     get :index
  #     expect(response).to have_http_status(:success)
  #   end
  # end
  #
  # describe "GET #acesso_negado" do
  #   it "returns http success" do
  #     get :acesso_negado
  #     expect(response).to have_http_status(:success)
  #   end
  # end

end
