Sha256: 0d1dd650a2d881eff256a044ff7267afd607ca4249e60b923e2a0ee6bc0dfbb9

Contents?: true

Size: 367 Bytes

Versions: 3

Compression:

Stored size: 367 Bytes

Contents

module AktionTest
  module Module
    module RSpec
      extend ActiveSupport::Concern
      
      included do |spec_helper|
        ::RSpec.configure do |config|
          config.treat_symbols_as_metadata_keys_with_true_values = true
          config.run_all_when_everything_filtered = true
          config.order = 'random'
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
aktion_test-0.2.2 lib/aktion_test/module/rspec.rb
aktion_test-0.2.1 lib/aktion_test/module/rspec.rb
aktion_test-0.2.0 lib/aktion_test/module/rspec.rb