Sha256: fd73eb7f7fcce1e6b9e546e2a273cd0595480422324c68685d43a6f09fbeff33

Contents?: true

Size: 492 Bytes

Versions: 9

Compression:

Stored size: 492 Bytes

Contents

GEM_ROOT = File.expand_path(File.join(File.dirname(__FILE__),'..'))
ENV['RAILS_ENV']  ||= 'test'
require 'pwwka'
require 'pwwka/test_handler'
Dir["#{GEM_ROOT}/spec/support/**/*.rb"].sort.each {|f| require f}

RSpec.configure do |config|

  config.expect_with :rspec do |c|
    c.syntax = :expect
  end

end

Pwwka.configure do |config|
  config.topic_exchange_name     = "topics-test"
  config.logger                  = MonoLogger.new("/dev/null")
  config.options[:allow_delayed] = true
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
pwwka-0.5.2 spec/spec_helper.rb
pwwka-0.5.1 spec/spec_helper.rb
pwwka-0.5.0 spec/spec_helper.rb
pwwka-0.4.2 spec/spec_helper.rb
pwwka-0.4.1 spec/spec_helper.rb
pwwka-0.4.0 spec/spec_helper.rb
pwwka-0.3.2 spec/spec_helper.rb
pwwka-0.3.1 spec/spec_helper.rb
pwwka-0.3.0 spec/spec_helper.rb