Sha256: 3df09c9f9ce02d6af98fd8ef60b5a1235bea3dc9a90536ddc5019675c863423b

Contents?: true

Size: 465 Bytes

Versions: 10

Compression:

Stored size: 465 Bytes

Contents

#          Copyright (c) 2009 Michael Fellinger m.fellinger@gmail.com
# All files in this distribution are subject to the terms of the Ruby license.

require File.expand_path('../../../../spec/helper', __FILE__)
require 'ramaze/spec/helper/template_examples'

spec_require 'mustache'
require File.expand_path('../../../../examples/templates/template_mustache', __FILE__)

describe 'Template Mustache' do
  behaves_like :template_spec
  spec_template 'Mustache'
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
ramaze-2011.12.28 spec/examples/templates/template_mustache.rb
ramaze-2011.10.23 spec/examples/templates/template_mustache.rb
ramaze-2011.07.25 spec/examples/templates/template_mustache.rb
ramaze-2011.01.30 spec/examples/templates/template_mustache.rb
ramaze-2011.01 spec/examples/templates/template_mustache.rb
ramaze-2010.06.18 spec/examples/templates/template_mustache.rb
ramaze-2010.04.04 spec/examples/templates/template_mustache.rb
ramaze-2010.04 spec/examples/templates/template_mustache.rb
ramaze-2010.03 spec/examples/templates/template_mustache.rb
ramaze-2010.01 spec/examples/templates/template_mustache.rb