Sha256: eddf19db8d94875f3848c308295455443f45ca981c4ac9f04752c9f89824f992

Contents?: true

Size: 445 Bytes

Versions: 7

Compression:

Stored size: 445 Bytes

Contents

# encoding: utf-8


require File.expand_path(File.dirname(__FILE__) + "/../init")

class Caterpillar::TestCase < Test::Unit::TestCase # :nodoc:
  #fixtures [ :portletitem, :portlet_names, :portletpreferences ]

  def setup
    @config = Caterpillar::Util.eval_configuration
    @config.routes = Caterpillar::Util.parse_routes(@config)
    @portlets = Caterpillar::Parser.new(@config).portlets
  end

  def default_test
    assert true
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
caterpillar-1.6.0 test/test_helper.rb
caterpillar-1.4.4 test/test_helper.rb
caterpillar-1.4.3 test/test_helper.rb
caterpillar-1.4.2 test/test_helper.rb
caterpillar-1.4.1 test/test_helper.rb
caterpillar-1.4.0 test/test_helper.rb
caterpillar-1.3.1 test/test_helper.rb