Sha256: dbd327abad1b209d0260ad63b23b6e2ecc75aa142dc511b05070772f3731c658
Contents?: true
Size: 438 Bytes
Versions: 27
Compression:
Stored size: 438 Bytes
Contents
require 'test_helper' require 'generators/loco/file_injector/file_injector_generator' module Loco class Loco::FileInjectorGeneratorTest < Rails::Generators::TestCase tests Loco::FileInjectorGenerator 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
27 entries across 27 versions & 1 rubygems