Sha256: ca644060d87bb3a52eca5eb30a7b04deb4a1b14a1dca55ba04d339a6892448ad

Contents?: true

Size: 1013 Bytes

Versions: 4

Compression:

Stored size: 1013 Bytes

Contents

#
# Copyright:: Copyright (c) 2014 Chef Software Inc.
# License:: Apache License, Version 2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

require 'test_helpers'
require 'simplecov'
require 'json'

SimpleCov.start do
  add_filter '/spec/'
end

RSpec.configure do |c|
  c.include TestHelpers

  c.expect_with :rspec do |config|
    config.syntax = [:should, :expect]
  end
  c.filter_run :focus => true
  c.run_all_when_everything_filtered = true
  c.treat_symbols_as_metadata_keys_with_true_values = true
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
knife-container-0.2.4 spec/spec_helper.rb
knife-container-0.2.2 spec/spec_helper.rb
knife-container-0.2.1 spec/spec_helper.rb
knife-container-0.2.0 spec/spec_helper.rb