File: spec_helper.rb

package info (click to toggle)
ruby-climate-control 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 140 kB
  • sloc: ruby: 374; makefile: 4
file content (13 lines) | stat: -rw-r--r-- 300 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
begin
  require "simplecov"
  SimpleCov.start
rescue LoadError
  warn "warning: simplecov gem not found; skipping coverage"
end

$LOAD_PATH << File.join(File.dirname(__FILE__), "..", "lib")
$LOAD_PATH << File.join(File.dirname(__FILE__))

require "rubygems"
require "rspec"
require "climate_control"