test/twilio/notification_test.rb in twilio-2.8.0 vs test/twilio/notification_test.rb in twilio-2.9.0
- old
+ new
@@ -1,5 +1,5 @@
-require File.dirname(__FILE__) + '/../test_helper'
+require 'test_helper'
class NotificationTest < Test::Unit::TestCase #:nodoc: all
context "A recording" do
setup do
Twilio.connect('mysid', 'mytoken')
\ No newline at end of file