Sha256: 762d30e5bb55b65d07afa19cd7352cb0c55b954366b3fd3115606f43bdf20bfa

Contents?: true

Size: 283 Bytes

Versions: 4

Compression:

Stored size: 283 Bytes

Contents

$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), "..", "lib"))

require 'pry'
require 'notification_center'

RSpec.configure do |config|
  config.before do
    NotificationCenter.forget_observers!
    NotificationCenter.reset
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
notification_center-0.3.2 spec/spec_helper.rb
notification_center-0.3.1 spec/spec_helper.rb
notification_center-0.3 spec/spec_helper.rb
notification_center-0.2 spec/spec_helper.rb