Sha256: 6c10b67fe2bc613d6972dc1efd57c62a5fbd543feee82878dd40d72bcdbf9a18

Contents?: true

Size: 422 Bytes

Versions: 1

Compression:

Stored size: 422 Bytes

Contents

require 'test_helper'
require 'generators/haml/scaffold/scaffold_generator'

module ScCore
  class Haml::ScaffoldGeneratorTest < Rails::Generators::TestCase
    tests Haml::ScaffoldGenerator
    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

1 entries across 1 versions & 1 rubygems

Version Path
sc_core-0.0.7 test/lib/generators/sc_core/haml/scaffold_generator_test.rb