test/test_rubype.rb in haskell-0.2.0 vs test/test_rubype.rb in haskell-0.2.2

- old
+ new

@@ -2,10 +2,10 @@ class TypePair def to_s "#{last_arg_type} => #{rtn_type}" end end -class TestRubype < MiniTest::Unit::TestCase +class TestHaskell < MiniTest::Unit::TestCase def setup @string = 'str' @numeric = 1 @symbol = :test @array = [1, 2, 3]