Sha256: 5def90c40adb91e00e4473ee64c0766afa75e88b5e0cdd9307e96d20f98be797

Contents?: true

Size: 221 Bytes

Versions: 4

Compression:

Stored size: 221 Bytes

Contents

module Refinery
  module Testing
    module ControllerMacros
      module Authentication

        def refinery_login
          let(:logged_in_user) { Refinery::Core::NilUser.new }
        end

      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
refinerycms-testing-4.0.3 lib/refinery/testing/controller_macros/authentication.rb
refinerycms-testing-4.0.2 lib/refinery/testing/controller_macros/authentication.rb
refinerycms-testing-4.0.1 lib/refinery/testing/controller_macros/authentication.rb
refinerycms-testing-4.0.0 lib/refinery/testing/controller_macros/authentication.rb