Sha256: cbc77b4e564428c86736342ebbd7977a4cc6e7e55a1dede4e65babde632f7763
Contents?: true
Size: 624 Bytes
Versions: 3
Compression:
Stored size: 624 Bytes
Contents
require 'kontena_cli' require 'kontena_cli_plugin' RSpec.configure do |config| config.expect_with :rspec do |expectations| expectations.include_chain_clauses_in_custom_matcher_descriptions = true end config.mock_with :rspec do |mocks| mocks.verify_partial_doubles = true end config.filter_run :focus config.run_all_when_everything_filtered = true config.disable_monkey_patching! config.expose_dsl_globally = true #config.warnings = true config.default_formatter = 'doc' if config.files_to_run.one? config.order = :random Kernel.srand config.seed end require_relative 'helpers/cli_helper'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
kontena-plugin-shell-0.2.0 | spec/spec_helper.rb |
kontena-plugin-shell-0.1.3 | spec/spec_helper.rb |
kontena-plugin-shell-0.1.2 | spec/spec_helper.rb |