require 'test_helper' require 'generators/install/install_generator' module NewspaperWorks class InstallGeneratorTest < Rails::Generators::TestCase tests 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