Sha256: fda5b7582bb7d7bf999e0910be42c2a3a03862f443eee4cb81590e1ab7067258
Contents?: true
Size: 277 Bytes
Versions: 15
Compression:
Stored size: 277 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/helper') describe "Padrino::Helpers" do it 'should allow including without registering' do class Foo include Padrino::Helpers end assert_equal '<div>bar</div>', Foo.new.content_tag(:div, 'bar') end end
Version data entries
15 entries across 15 versions & 2 rubygems