Sha256: 522fd9e85be66d97118577bf94af8ae29605b17d78f674a1ac1d3368231c3c8a

Contents?: true

Size: 214 Bytes

Versions: 85

Compression:

Stored size: 214 Bytes

Contents

require 'test_helper'

class CompilerTest < ActiveSupport::TestCase
  test ".compile returns a string"  do
    source = "h1"
    result = ExpressTemplates.compile(source)
    assert_kind_of String, result
  end
end

Version data entries

85 entries across 85 versions & 2 rubygems

Version Path
express_templates-0.2.6 test/compiler_test.rb
express_templates-0.2.5 test/compiler_test.rb
express_templates-0.2.4 test/compiler_test.rb
express_templates-0.2.3 test/compiler_test.rb
express_templates-0.2.2 test/compiler_test.rb