Sha256: d014a0f975e9b5e940ac56b28d1b0d9641c38a29fef9826c637ad96fc464be73

Contents?: true

Size: 260 Bytes

Versions: 4

Compression:

Stored size: 260 Bytes

Contents

# -*- coding: utf-8 -*-
require 'minitest/autorun'
require 'sixarm_ruby_ramp'


class SymbolTest < Minitest::Test


  def test_comparable
    assert_equal(-1,:foo<=>:goo)
    assert_equal( 0,:foo<=>:foo)
    assert_equal( 1,:goo<=>:foo)
  end


end











Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
sixarm_ruby_ramp-4.2.2 test/sixarm_ruby_ramp_test/symbol_test.rb
sixarm_ruby_ramp-4.1.0 test/sixarm_ruby_ramp_test/symbol_test.rb
sixarm_ruby_ramp-4.0.0 test/sixarm_ruby_ramp_test/symbol_test.rb
sixarm_ruby_ramp-3.0.0 test/sixarm_ruby_ramp_test/symbol_test.rb