Sha256: 4c57e588c6543c2f163cf43a212c7b9d5cf1b87813cd4b6d67689b53079b7c15
Contents?: true
Size: 397 Bytes
Versions: 24
Compression:
Stored size: 397 Bytes
Contents
require 'test_helper' require 'generators/model/model_generator' module HorsePower class ModelGeneratorTest < Rails::Generators::TestCase tests ModelGenerator 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
24 entries across 24 versions & 1 rubygems