Sha256: c5e0e20c478379ffaf464d2831b4e6cd469706669fd275bdc793a5ecb6c233d7
Contents?: true
Size: 242 Bytes
Versions: 1
Compression:
Stored size: 242 Bytes
Contents
#loaded by .rspec RSpec.configure do |config| config.register_ordering :global do |examples| unit, integration = examples.partition { |example| example.metadata[:type] != :integration } unit.shuffle + integration.shuffle end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sidekiq-restart-0.0.1 | spec/spec_helper.rb |