Sha256: 4457e29350ce7c758e6e9459d04322289c34b74cf83a9fb62ce5277cb8d8665c
Contents?: true
Size: 546 Bytes
Versions: 14
Compression:
Stored size: 546 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 '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
14 entries across 14 versions & 3 rubygems