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.11.20 test/compiler_test.rb
express_templates-0.11.20.rc1 test/compiler_test.rb
express_templates-0.11.19 test/compiler_test.rb
express_templates-0.11.18 test/compiler_test.rb
express_templates-0.11.17 test/compiler_test.rb
express_templates-0.11.16 test/compiler_test.rb
express_templates-0.11.16.rc1 test/compiler_test.rb
express_templates-0.11.15 test/compiler_test.rb
express_templates-0.11.14 test/compiler_test.rb
express_templates-0.11.13 test/compiler_test.rb
express_templates-0.11.11 test/compiler_test.rb
express_templates-0.11.10 test/compiler_test.rb
express_templates-0.11.9 test/compiler_test.rb
express_templates-0.11.8 test/compiler_test.rb
express_templates-0.11.7 test/compiler_test.rb
express_templates-0.11.6 test/compiler_test.rb
express_templates-0.11.5 test/compiler_test.rb
express_templates-0.11.4 test/compiler_test.rb
express_admin-1.7.5 vendor/gems/express_templates/test/compiler_test.rb
express_admin-1.7.4 vendor/gems/express_templates/express_templates/test/compiler_test.rb