Sha256: c17efdaa2400d85ccf36f3dfb46cfa8ce149846cff363a4130967bf809ce42c9
Contents?: true
Size: 406 Bytes
Versions: 4
Compression:
Stored size: 406 Bytes
Contents
require 'test_helper' require 'generators/yaml_conf/install/install_generator' class InstallGeneratorTest < Rails::Generators::TestCase tests YamlConf::Generators::InstallGenerator destination File.expand_path("../../../../tmp", File.dirname(__FILE__)) setup :prepare_destination test "application config file is created" do run_generator assert_file "config/config.yml" end end
Version data entries
4 entries across 4 versions & 1 rubygems