aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/test/api_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionwebservice/test/api_test.rb')
-rw-r--r--actionwebservice/test/api_test.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/actionwebservice/test/api_test.rb b/actionwebservice/test/api_test.rb
index 42b1dfbef2..4a61ae8de7 100644
--- a/actionwebservice/test/api_test.rb
+++ b/actionwebservice/test/api_test.rb
@@ -73,4 +73,8 @@ class TC_API < Test::Unit::TestCase
end
end
end
+
+ def test_to_s
+ assert_equal 'void Expects(int p1, bool p2)', APITest::API.api_methods[:expects].to_s
+ end
end