Sha256: 150735ca8bfcf6e798945fcf43a33dc19b12484bb78b5da199cb3828e73835ab
Contents?: true
Size: 479 Bytes
Versions: 67
Compression:
Stored size: 479 Bytes
Contents
require 'test_helper' require 'generators/<%= project_name %>/install/install_generator' module <%= project_class %> class <%= project_class %>::InstallGeneratorTest < Rails::Generators::TestCase tests <%= project_class %>::InstallGenerator 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
67 entries across 67 versions & 1 rubygems