test/api_test.rb in dougbarth-actionwebservice-2.1.1 vs test/api_test.rb in dougbarth-actionwebservice-2.3.3
- old
+ new
@@ -10,10 +10,10 @@
api_method :string_types, :expects => ['int', 'string', 'bool', 'base64']
api_method :class_types, :expects => [TrueClass, Bignum, String]
end
end
-class TC_API < Test::Unit::TestCase
+class TC_API < ActiveSupport::TestCase
API = APITest::API
def test_api_method_declaration
%w(
void