Sha256: 3b381200db1e72ca40174d6ba148cc872fb72e18fa20ec667a38ac0b66265e0c
Contents?: true
Size: 365 Bytes
Versions: 22
Compression:
Stored size: 365 Bytes
Contents
require 'test_helper' class Authlogic::Generators::SessionGeneratorTest < Rails::Generators::TestCase destination File.join(Rails.root) tests Authlogic::Generators::SessionGenerator arguments %w(user_session) setup :prepare_destination test 'Authlogic is installed' do content = run_generator assert_file "app/models/user_session.rb" end end
Version data entries
22 entries across 22 versions & 1 rubygems