test/resources/notification_test.rb in meducation_sdk-1.5.1 vs test/resources/notification_test.rb in meducation_sdk-1.5.2
- old
+ new
@@ -1,6 +1,6 @@
-require File.expand_path('../../test_helper', __FILE__)
-require File.expand_path('../../resource_test', __FILE__)
+require_relative '../test_helper'
+require_relative '../resource_test'
module MeducationSDK
class NotificationTest < ResourceTest
test_resource(Notification, '/notifications')
end