spec/notification_spec.rb in bugsnag-1.3.4 vs spec/notification_spec.rb in bugsnag-1.3.5
- old
+ new
@@ -1,6 +1,7 @@
require 'spec_helper'
require 'securerandom'
+require 'ostruct'
module ActiveRecord; class RecordNotFound < RuntimeError; end; end
class NestedException < StandardError; attr_accessor :original_exception; end
class BugsnagTestExceptionWithMetaData < Exception; include Bugsnag::MetaData; end