Sha256: 82eb2da31e54063adc2e14b3d24a69c6b15721f3fbe72aaa3f9ea056dd9976ca
Contents?: true
Size: 465 Bytes
Versions: 5
Compression:
Stored size: 465 Bytes
Contents
require 'test_helper' require 'generators/express_analytics/install/install_generator' module ExpressAnalytics class ExpressAnalytics::InstallGeneratorTest < Rails::Generators::TestCase tests ExpressAnalytics::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
5 entries across 5 versions & 1 rubygems