Sha256: a7904f58c8540047899594b4ac7fb83510d1ae8b2b0c58fd909fc280d21cc8e9

Contents?: true

Size: 449 Bytes

Versions: 14

Compression:

Stored size: 449 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 'haml'
require File.expand_path('../../../../examples/templates/template_haml', __FILE__)

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

Version data entries

14 entries across 14 versions & 3 rubygems

Version Path
Pistos-ramaze-2009.06.12 spec/examples/templates/template_haml.rb
manveru-ramaze-2009.07 spec/examples/templates/template_haml.rb
ramaze-2011.12.28 spec/examples/templates/template_haml.rb
ramaze-2011.10.23 spec/examples/templates/template_haml.rb
ramaze-2011.07.25 spec/examples/templates/template_haml.rb
ramaze-2011.01.30 spec/examples/templates/template_haml.rb
ramaze-2011.01 spec/examples/templates/template_haml.rb
ramaze-2010.06.18 spec/examples/templates/template_haml.rb
ramaze-2010.04.04 spec/examples/templates/template_haml.rb
ramaze-2010.04 spec/examples/templates/template_haml.rb
ramaze-2010.03 spec/examples/templates/template_haml.rb
ramaze-2010.01 spec/examples/templates/template_haml.rb
ramaze-2009.10 spec/examples/templates/template_haml.rb
ramaze-2009.07 spec/examples/templates/template_haml.rb