Sha256: e266cfcecbc5d324f21693a7f773aae509227a1ba54f49b93fe8650959693cd0
Contents?: true
Size: 343 Bytes
Versions: 5
Compression:
Stored size: 343 Bytes
Contents
# frozen_string_literal: true require "rails/generators/test_unit" module TestUnit # :nodoc: module Generators # :nodoc: class AuthenticationGenerator < Rails::Generators::Base # :nodoc: def create_user_test_files template "test/fixtures/users.yml" template "test/models/user_test.rb" end end end end
Version data entries
5 entries across 5 versions & 1 rubygems