test/test_setup.rb in ringcentral_sdk-0.3.0 vs test/test_setup.rb in ringcentral_sdk-0.4.0
- old
+ new
@@ -8,9 +8,13 @@
"myAppSecret",
RingCentralSdk::Sdk::RC_SERVER_SANDBOX
)
assert_equal "RingCentralSdk::Sdk", rcsdk.class.name
- assert_equal "RingCentralSdk::Platform::Platform", rcsdk.platform.class.name
+ assert_equal "RingCentralSdk::Platform", rcsdk.platform.class.name
+
+ assert_raise do
+ rcsdk.request(nil)
+ end
end
end
\ No newline at end of file