refinery/refinerycms

View on GitHub
testing/lib/refinery/testing/feature_macros/authentication.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Refinery
  module Testing
    module FeatureMacros
      module Authentication

        def refinery_login
          # NO-OP, Overwrite this in an extension.
        end

      end
    end
  end
end