Sha256: 62d55eeb3c6a1a4b1b60aa749e9c5dbdaec34288f819b614a8c9326fc574225d

Contents?: true

Size: 137 Bytes

Versions: 9

Compression:

Stored size: 137 Bytes

Contents

# encoding: utf-8

class SimpleTest < Test::Unit::TestCase
  should "テストの作動確認" do
    assert_equal true, true
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
flextures-2.1.0 test/unit/test_simple.rb
flextures-2.0.9 test/unit/test_simple.rb
flextures-2.0.8 test/unit/test_simple.rb
flextures-2.0.7 test/unit/test_simple.rb
flextures-2.0.6 test/unit/test_simple.rb
flextures-2.0.5 test/unit/test_simple.rb
flextures-2.0.4 test/unit/test_simple.rb
flextures-2.0.3 test/unit/test_simple.rb
flextures-2.0.2 test/unit/test_simple.rb