Sha256: 3680d31828c553cb2b7cd0bdb9ad51e80060f084303199e9433f737294219954
Contents?: true
Size: 339 Bytes
Versions: 6
Compression:
Stored size: 339 Bytes
Contents
# To change this template, choose Tools | Templates # and open the template in the editor. $:.unshift File.join(File.dirname(__FILE__),'..','lib') require 'test/unit' require 'form_cell' class FormCellTest < Test::Unit::TestCase def test_foo #TODO: Write test flunk "TODO: Write test" # assert_equal("foo", bar) end end
Version data entries
6 entries across 6 versions & 1 rubygems