Sha256: 98e3e71ed3a3a037d92e5ec33aacb25f262e4c3cafbe0cb13a1df47d37133ca5
Contents?: true
Size: 428 Bytes
Versions: 22
Compression:
Stored size: 428 Bytes
Contents
require 'test_helper' require 'generators/loco/controller/controller_generator' module Loco class Loco::ControllerGeneratorTest < Rails::Generators::TestCase tests Loco::ControllerGenerator 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
22 entries across 22 versions & 1 rubygems