Sha256: bebe8c8592c52b85ac481415444e2f9885d639e7163abf7edab8088d9293c048

Contents?: true

Size: 812 Bytes

Versions: 4

Compression:

Stored size: 812 Bytes

Contents

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

require 'fakefs/safe'
require 'minitest/autorun'
require 'mocha/setup'

if ENV["COVERAGE"]
  require 'simplecov'
  SimpleCov.command_name "unit"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
busser-0.8.0 spec/spec_helper.rb
busser-0.7.1 spec/spec_helper.rb
busser-0.7.0 spec/spec_helper.rb
busser-0.7.0.rc.1 spec/spec_helper.rb