Sha256: 79fc6b821dcdce29fd322ca425c2ab86f70f11d50de7e774aaabecf48869bc45

Contents?: true

Size: 545 Bytes

Versions: 5

Compression:

Stored size: 545 Bytes

Contents

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

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

# spec_require 'markaby'
# require File.expand_path('../../../../examples/templates/template_erubis', __FILE__)

describe 'Template Markaby' do
  # behaves_like :template_spec
  # spec_template 'Markaby'
  it("isn't yet implemented"){ should.flunk('needed Ramaze::View::Markaby') }
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ramaze-2023.01.06 spec/examples/templates/template_markaby.rb
ramaze-2012.12.08 spec/examples/templates/template_markaby.rb
ramaze-2012.12.08b spec/examples/templates/template_markaby.rb
ramaze-2012.04.14 spec/examples/templates/template_markaby.rb
ramaze-2012.03.07 spec/examples/templates/template_markaby.rb