Sha256: 977b218601b9d45a774a02f6aebab5208cea2eccafd14bdeb0c50ebd8d99a867

Contents?: true

Size: 148 Bytes

Versions: 1

Compression:

Stored size: 148 Bytes

Contents

require 'test_helper'

class HamlTest < MiniTest::Test
  def test_template_engine
    assert_equal :haml, Cell::ViewModel.template_engine
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cells-haml-0.0.1 test/haml_test.rb