Sha256: 8c71bf390bbd9c7605922a0ab6c2d50368e5e8f16b6fad752b76414794d08153
Contents?: true
Size: 408 Bytes
Versions: 80
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
80 entries across 76 versions & 8 rubygems