Sha256: bc01bd9ff246275a690e10c2163c5aa55b69836b7d722dc3fc4f131db75cb2c6
Contents?: true
Size: 429 Bytes
Versions: 24
Compression:
Stored size: 429 Bytes
Contents
require 'test_helper' require 'generators/authorization/authorization_generator' module HorsePower class AuthorizationGeneratorTest < Rails::Generators::TestCase tests AuthorizationGenerator 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
24 entries across 24 versions & 1 rubygems