Sha256: 371d92fcbae346efec5c38f57c450eb25e20ecb91778f7f3ad7c1a97041fca63
Contents?: true
Size: 364 Bytes
Versions: 15
Compression:
Stored size: 364 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 # def test_generator_runs_without_errors # run_generator ["arguments"] # end end <% end -%>
Version data entries
15 entries across 15 versions & 1 rubygems