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