Sha256: 027b715b24c597d78b84e3ffaeab991c8e2b41763ad55fc5a6bd266462f60d3c
Contents?: true
Size: 427 Bytes
Versions: 34
Compression:
Stored size: 427 Bytes
Contents
require 'test_helper' require 'generators/app_make_user/app_make_user_generator' module JsonVoorhees class AppMakeUserGeneratorTest < Rails::Generators::TestCase tests AppMakeUserGenerator 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
34 entries across 34 versions & 1 rubygems