Sha256: 65ffdabeaa8fe461b0832c7cb7dbb0e43066e3b344ecbe87426a3599185752b7
Contents?: true
Size: 745 Bytes
Versions: 2
Compression:
Stored size: 745 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.log.formatter = RabbitFeed::JsonLogFormatter RabbitFeed.environment = 'test' RabbitFeed.configuration_file_path = 'config/rabbit_feed.yml'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rabbit_feed-2.3.1 | example/non_rails_app/spec/spec_helper.rb |
rabbit_feed-2.3.0 | example/non_rails_app/spec/spec_helper.rb |