# encoding: utf-8 class SimpleTest < Test::Unit::TestCase should "comfirm should move" do assert_equal true, true end end