Sha256: 2a8aa0d1bdd65b37166a3224d146a203e7314d42742bd0726f814fbdafd49787
Contents?: true
Size: 404 Bytes
Versions: 22
Compression:
Stored size: 404 Bytes
Contents
require 'test_helper' require 'generators/loco/view/view_generator' module Loco class Loco::ViewGeneratorTest < Rails::Generators::TestCase tests Loco::ViewGenerator 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