Sha256: 4a4a1595d2d7e0ff9ed4c2852aa6da8551435cac9428d22632b6a01c9f8d59b9
Contents?: true
Size: 437 Bytes
Versions: 39
Compression:
Stored size: 437 Bytes
Contents
require 'test_helper' require 'generators/engine_scaffold/engine_scaffold_generator' module JsonVoorhees class EngineScaffoldGeneratorTest < Rails::Generators::TestCase tests EngineScaffoldGenerator 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
39 entries across 39 versions & 1 rubygems