Sha256: 8db0ea4cfd1771a0420619ffbbf52cebac65bacb860c242f64be4f56791d0cf2
Contents?: true
Size: 344 Bytes
Versions: 3
Compression:
Stored size: 344 Bytes
Contents
require 'test/unit' require 'rubygems' require 'action_controller' require 'action_view' $:.unshift(File.dirname(__FILE__) + '/../lib') require File.dirname(__FILE__) + '/../init' class Test::Unit::TestCase #:nodoc: private def assert_html_equal(expected, actual) assert_equal expected.strip.gsub(/\n\s*/, ''), actual end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
table_helper-0.0.5 | test/test_helper.rb |
table_helper-0.0.3 | test/test_helper.rb |
table_helper-0.0.4 | test/test_helper.rb |