Sha256: 5d1ce94814c810c84780cd92b7d14f611c2fbfa37c1128976af30d885400baf8
Contents?: true
Size: 395 Bytes
Versions: 18
Compression:
Stored size: 395 Bytes
Contents
require "test_helper" require "generators/sitepress/install/install_generator" class Sitepress::InstallGeneratorTest < Rails::Generators::TestCase tests Sitepress::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
Version data entries
18 entries across 18 versions & 1 rubygems