external_user_test.rb
316 Bytes
# encoding: UTF-8
require_relative "../test_helper"
class ExternalUserTest < ActiveSupport::TestCase
# Be sure to include AuthenticatedTestHelper in test/test_helper.rb instead.
# Then, you can remove it from this and the functional test.
include AuthenticatedTestHelper
fixtures :users, :environments
end