Sha256: 78da4a067b9af4e5cb70d516e0aff60dcaf1d67a2a5dc25f09ddc4e93406137f
Contents?: true
Size: 441 Bytes
Versions: 39
Compression:
Stored size: 441 Bytes
Contents
require 'test_helper' require 'generators/massive_scaffold/massive_scaffold_generator' module JsonVoorhees class MassiveScaffoldGeneratorTest < Rails::Generators::TestCase tests MassiveScaffoldGenerator 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