Sha256: b5a4a78d97fa305eaf792965f9c3234038ed03be6088c37a136cf2923bc32a75
Contents?: true
Size: 259 Bytes
Versions: 2
Compression:
Stored size: 259 Bytes
Contents
module AktionTest module Module class RSpec < Base def configure rspec.treat_symbols_as_metadata_keys_with_true_values = true rspec.run_all_when_everything_filtered = true rspec.order = 'random' end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
aktion_test-0.3.1 | lib/aktion_test/module/rspec.rb |
aktion_test-0.3.0 | lib/aktion_test/module/rspec.rb |