Sha256: 75ed32953c61696286baa85a875d154648ea0c53cb36874ed15fdb6867087aa9

Contents?: true

Size: 689 Bytes

Versions: 8

Compression:

Stored size: 689 Bytes

Contents

require 'non_rails_app'

RSpec.configure do |config|
  # ## Mock Framework
  #
  # If you prefer to use mocha, flexmock or RR, uncomment the appropriate line:
  #
  # config.mock_with :mocha
  # config.mock_with :flexmock
  # config.mock_with :rr

  # Run specs in random order to surface order dependencies. If you find an
  # order dependency and want to debug it, you can fix the order by providing
  # the seed, which is printed after each run.
  #     --seed 1234
  config.order = 'random'

  RabbitFeed::TestingSupport.setup(config)
end

RabbitFeed.log = Logger.new('log/rabbit_feed.log')
RabbitFeed.environment = 'test'
RabbitFeed.configuration_file_path = 'config/rabbit_feed.yml'

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rabbit_feed-2.1.5 example/non_rails_app/spec/spec_helper.rb
rabbit_feed-2.1.2 example/non_rails_app/spec/spec_helper.rb
rabbit_feed-2.1.1 example/non_rails_app/spec/spec_helper.rb
rabbit_feed-2.1.0 example/non_rails_app/spec/spec_helper.rb
rabbit_feed-2.0.0 example/non_rails_app/spec/spec_helper.rb
rabbit_feed-1.0.2 example/non_rails_app/spec/spec_helper.rb
rabbit_feed-1.0.1 example/non_rails_app/spec/spec_helper.rb
rabbit_feed-1.0.0 example/non_rails_app/spec/spec_helper.rb