Sha256: 45ae1701299dcda1aee2fb172803653fae787ef8b7c3633447417304e66ee411

Contents?: true

Size: 624 Bytes

Versions: 12

Compression:

Stored size: 624 Bytes

Contents

require 'firehose'

# This file was generated by the `rspec --init` command. Conventionally, all
# specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
# Require this file using `require "spec_helper.rb"` to ensure that it is only
# loaded once.
#
# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
RSpec.configure do |config|
  config.treat_symbols_as_metadata_keys_with_true_values = true
  config.run_all_when_everything_filtered = true
  config.filter_run :focus
  config.before(:each) do
    # For now, this resets the AMQP configuration between runs.
    Firehose.reset!
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
firehose-0.0.14 spec/spec_helper.rb
firehose-0.0.13 spec/spec_helper.rb
firehose-0.0.12 spec/spec_helper.rb
firehose-0.0.11 spec/spec_helper.rb
firehose-0.0.10 spec/spec_helper.rb
firehose-0.0.9 spec/spec_helper.rb
firehose-0.0.8 spec/spec_helper.rb
firehose-0.0.7 spec/spec_helper.rb
firehose-0.0.6 spec/spec_helper.rb
firehose-0.0.5 spec/spec_helper.rb
firehose-0.0.4 spec/spec_helper.rb
firehose-0.0.3 spec/spec_helper.rb