Sha256: ff8b9017641d7968baa44ecd145257868da2c55a7f34c0afc61515123b2ace38
Contents?: true
Size: 394 Bytes
Versions: 6
Compression:
Stored size: 394 Bytes
Contents
require 'test_helper' require 'generators/lth/lth_generator' module LeadsToHighrise class LthGeneratorTest < Rails::Generators::TestCase tests LthGenerator 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
6 entries across 6 versions & 1 rubygems