# # testing ruote # # Wed May 20 11:21:39 JST 2009 # require File.expand_path('../../test_helper', __FILE__) require 'ruote/svc/expression_map' class UtExpMapTest < Test::Unit::TestCase def test_zero assert true end end