Sha256: c443719b651637b45f98f8c2e1638f06231d51e762bcc9364e01fa020f4681e1

Contents?: true

Size: 1.19 KB

Versions: 30

Compression:

Stored size: 1.19 KB

Contents

################################################################################
#
#      Author: Stephen Nelson-Smith <stephen@atalanta-systems.com>
#      Author: Zachary Patten <zachary@jovelabs.com>
#   Copyright: Copyright (c) 2011-2013 Atalanta Systems Ltd
#     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 'cucumber-chef'

dev_null = File.open("/dev/null", "w")
$logger = ZTK::Logger.new(dev_null)

require 'simplecov'
SimpleCov.start do
  add_filter '/spec/'
end if ENV["COVERAGE"]

################################################################################

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
cucumber-chef-3.0.8 spec/spec_helper.rb
cucumber-chef-3.0.7 spec/spec_helper.rb
cucumber-chef-3.0.6 spec/spec_helper.rb
cucumber-chef-3.0.5 spec/spec_helper.rb
cucumber-chef-3.0.4 spec/spec_helper.rb
cucumber-chef-3.0.3 spec/spec_helper.rb
cucumber-chef-3.0.2 spec/spec_helper.rb
cucumber-chef-3.0.1 spec/spec_helper.rb
cucumber-chef-3.0.0 spec/spec_helper.rb
cucumber-chef-3.0.0.rc.5 spec/spec_helper.rb
cucumber-chef-3.0.0.rc.4 spec/spec_helper.rb
cucumber-chef-3.0.0.rc.3 spec/spec_helper.rb
cucumber-chef-3.0.0.rc.2 spec/spec_helper.rb
cucumber-chef-3.0.0.rc.1 spec/spec_helper.rb
cucumber-chef-3.0.0.rc.0 spec/spec_helper.rb
cucumber-chef-2.1.0.rc.15 spec/spec_helper.rb
cucumber-chef-2.1.0.rc.14 spec/spec_helper.rb
cucumber-chef-2.1.0.rc.12 spec/spec_helper.rb
cucumber-chef-2.1.0.rc.11 spec/spec_helper.rb
cucumber-chef-2.1.0.rc.10 spec/spec_helper.rb