Sha256: 880ab1b395f62ffe3bc0c7f5ec78e1de9caa83906d2cea13fa4d2708085ca54f

Contents?: true

Size: 150 Bytes

Versions: 1

Compression:

Stored size: 150 Bytes

Contents

require 'test_helper'

class SlimTest < MiniTest::Test

  def test_template_engine
   assert_equal 'slim', Cell::ViewModel.template_engine
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cells-slim-0.0.1 test/slim_test.rb