Sha256: 337ee7d404e27fcfb3faa332702ef991d894b7b8d811ae4397d049649c233f55
Contents?: true
Size: 409 Bytes
Versions: 13
Compression:
Stored size: 409 Bytes
Contents
require 'test_helper' require 'generators/disco_app/disco_app_generator' module DiscoApp class DiscoAppGeneratorTest < Rails::Generators::TestCase tests DiscoAppGenerator 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
13 entries across 13 versions & 1 rubygems