test/twilio/notification_test.rb in webficient-twilio-1.0.0 vs test/twilio/notification_test.rb in webficient-twilio-1.2.0

- old
+ new

@@ -1,7 +1,7 @@ require File.dirname(__FILE__) + '/../test_helper' -class NotificationTest < Test::Unit::TestCase +class NotificationTest < Test::Unit::TestCase #:nodoc: all context "A recording" do setup do @connection = Twilio::Connection.new('mysid', 'mytoken') @notification = Twilio::Notification.new(@connection) end \ No newline at end of file