require 'test_helper' module Vedeu describe ApplicationController do let(:described) { Vedeu::ApplicationController } let(:instance) { described.new } # @todo end # ApplicationController end # Vedeu