Sha256: 049ff02a1086bffd84b7594bcdde9b1ff2de160f737d89b8137b29d41845354e
Contents?: true
Size: 488 Bytes
Versions: 1
Compression:
Stored size: 488 Bytes
Contents
require 'zlogger' # Requires supporting ruby files with custom matchers and macros, etc, # in spec/support/ and its subdirectories. Dir["spec/support/**/*.rb"].each { |file| load file } require 'timecop' RSpec.configure do |config| # 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" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zlogger-0.1.0 | spec/spec_helper.rb |