Sha256: decbede7ba490907e044474bd3c1b019afa9a606a5ce22b2675277c9bc9109b5
Contents?: true
Size: 403 Bytes
Versions: 8
Compression:
Stored size: 403 Bytes
Contents
require 'test_helper' require 'generators/install/install_generator' module FlyAdmin class InstallGeneratorTest < Rails::Generators::TestCase tests InstallGenerator 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
8 entries across 8 versions & 1 rubygems