Sha256: 5306ecd540851df1aa36b724d7e2704413c69632b3594cfa3921f6b17b5051a4

Contents?: true

Size: 319 Bytes

Versions: 2

Compression:

Stored size: 319 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_no_file "config/compass.rb"
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
html5-slim-rails-0.0.2 test/generators/install_generator_test.rb
html5-slim-rails-0.0.1 test/generators/install_generator_test.rb