Sha256: 51c8c5d3ad691610899f0629a8f44966250e1c5be6988f5cd0a7b469f3f88083
Contents?: true
Size: 408 Bytes
Versions: 37
Compression:
Stored size: 408 Bytes
Contents
require "test_helper" require "<%= generator_path %>" <% module_namespacing do -%> class <%= class_name %>GeneratorTest < Rails::Generators::TestCase tests <%= class_name %>Generator 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
37 entries across 37 versions & 4 rubygems