Sha256: 198463118cef1cfc8fd10dd2d8b11c0ab201992cfe7d4122bb7a65f92cb0f607
Contents?: true
Size: 235 Bytes
Versions: 14
Compression:
Stored size: 235 Bytes
Contents
require File.dirname(__FILE__) + '/helper' class ViewTest < Test::Unit::TestCase def setup With.views.clear end def test_registers_views_as_call With.view(:foo) {} assert_equal :foo, With.view(:foo).name end end
Version data entries
14 entries across 14 versions & 1 rubygems