Sha256: fcb9db0730f4b9ddc9a286055c046ad12aa8a886c011fd7bb4feb91a95947cc1

Contents?: true

Size: 960 Bytes

Versions: 13

Compression:

Stored size: 960 Bytes

Contents

# -*- encoding: utf-8 -*-
#
# Author:: Fletcher Nichol (<fnichol@nichol.ca>)
#
# Copyright (C) 2015, Fletcher Nichol
#
# 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.

if ENV["CODECLIMATE_REPO_TOKEN"]
  require "simplecov"
  SimpleCov.start
elsif ENV["COVERAGE"]
  require "simplecov"
  SimpleCov.profiles.define "gem" do
    command_name "Specs"

    add_filter ".gem/"
    add_filter "/spec/"

    add_group "Libraries", "/lib/"
  end
  SimpleCov.start "gem"
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
kitchen-vagrant-1.3.4 spec/spec_helper.rb
kitchen-vagrant-1.3.3 spec/spec_helper.rb
kitchen-vagrant-1.3.2 spec/spec_helper.rb
kitchen-vagrant-1.3.1 spec/spec_helper.rb
kitchen-vagrant-1.3.0 spec/spec_helper.rb
kitchen-vagrant-1.2.1 spec/spec_helper.rb
kitchen-vagrant-1.2.0 spec/spec_helper.rb
kitchen-vagrant-1.1.1 spec/spec_helper.rb
kitchen-vagrant-1.1.0 spec/spec_helper.rb
kitchen-vagrant-1.0.2 spec/spec_helper.rb
kitchen-vagrant-1.0.1 spec/spec_helper.rb
kitchen-vagrant-1.0.0 spec/spec_helper.rb
kitchen-vagrant-0.21.1 spec/spec_helper.rb