spec/spec_helper.rb in brcobranca-3.1.3 vs spec/spec_helper.rb in brcobranca-3.2.0

- old
+ new

@@ -1,13 +1,16 @@ # -*- encoding: utf-8 -*- -$:.push File.join(File.dirname(__FILE__), '..', 'lib') +require 'coveralls' +Coveralls.wear! -require 'rubygems' +require 'codeclimate-test-reporter' +CodeClimate::TestReporter.start + +$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) +$LOAD_PATH.unshift(File.dirname(__FILE__)) +require 'rspec' +require 'pry' require 'tempfile' -require 'bundler/setup' require 'brcobranca' require 'rghost' -RGhost::Config::GS[:path] = '/usr/local/bin/gs' - -RSpec.configure do |config| -end +RGhost::Config.config_platform \ No newline at end of file