Sha256: 76c5f01c0878a1c5e0069b7fb14a6c21b6f53501b45580e85c7d0f9b407c8f3a
Contents?: true
Size: 451 Bytes
Versions: 34
Compression:
Stored size: 451 Bytes
Contents
require 'test_helper' require 'generators/engine_create_model/engine_create_model_generator' module JsonVoorhees class EngineCreateModelGeneratorTest < Rails::Generators::TestCase tests EngineCreateModelGenerator 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
34 entries across 34 versions & 1 rubygems