Sha256: 31fccb1cc491151c5a2989c1fb33a60dd51b313c1f560472eb5c0b4102cfccc6
Contents?: true
Size: 437 Bytes
Versions: 13
Compression:
Stored size: 437 Bytes
Contents
require 'test_helper' require 'generators/app_environment/app_environment_generator' module JsonVoorhees class AppEnvironmentGeneratorTest < Rails::Generators::TestCase tests AppEnvironmentGenerator 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