Sha256: ecd2c4fb0967ea672223339901f716c88f09190a37b70b419c4effd935b4c9b9
Contents?: true
Size: 315 Bytes
Versions: 1
Compression:
Stored size: 315 Bytes
Contents
require "test_helper" class InstallGeneratorTest < Rails::Generators::TestCase tests Html5::Generators::InstallGenerator destination File.expand_path("../../tmp", __FILE__) setup :prepare_destination test "Assert config file is generated" do run_generator assert_file "config/compass.rb" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
html5-rails-0.0.2 | test/generators/install_generator_test.rb |