Sha256: 444f0c7e14470388997cca4f5583d4313dbd2a124df147ca30dd744307e871b3
Contents?: true
Size: 356 Bytes
Versions: 3
Compression:
Stored size: 356 Bytes
Contents
if ENV["TRAVIS"] require "codeclimate-test-reporter" CodeClimate::TestReporter.start else require "simplecov" SimpleCov.start end require "celsius" begin require "pry" rescue LoadError end RSpec.configure do |config| end def read_asset(path_to_file) File.read(File.expand_path(File.join(File.dirname(__FILE__), "assets", path_to_file))) end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
celsius-0.4.3 | spec/spec_helper.rb |
celsius-0.4.2 | spec/spec_helper.rb |
celsius-0.4.1 | spec/spec_helper.rb |