Sha256: fa2e67dca7a609a8ec6acc26298bac214d453ef9ea9d24bdb4dfa7db71e4a689
Contents?: true
Size: 382 Bytes
Versions: 110
Compression:
Stored size: 382 Bytes
Contents
require "test_helper" class InstallGeneratorTest < Rails::Generators::TestCase tests Devise::Generators::InstallGenerator destination File.expand_path("../../tmp", __FILE__) setup :prepare_destination test "Assert all files are properly created" do run_generator assert_file "config/initializers/devise.rb" assert_file "config/locales/devise.en.yml" end end
Version data entries
110 entries across 104 versions & 14 rubygems