Sha256: db7c933b525cf065e3dcb8c6ba64e62ffa8fe35c43a91cb565e223939ae06c84
Contents?: true
Size: 431 Bytes
Versions: 34
Compression:
Stored size: 431 Bytes
Contents
require 'test_helper' require 'generators/app_make_admin/app_make_admin_generator' module JsonVoorhees class AppMakeAdminGeneratorTest < Rails::Generators::TestCase tests AppMakeAdminGenerator destination Rails.root.join('tmp/generators') setup :prepare_destination # test "generator runs without errors" do # assert_nothing_raised do # run_generator ["arguments"] # end # end end end
Version data entries
34 entries across 34 versions & 1 rubygems