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

Version Path
lolita-3.1.0 test/cells/form_cell_test.rb
lolita-3.0.7 test/cells/form_cell_test.rb
lolita-3.0.6 test/cells/form_cell_test.rb
lolita-3.0.5 test/cells/form_cell_test.rb
lolita-3.0.4 test/cells/form_cell_test.rb
lolita-3.0.3 test/cells/form_cell_test.rb