Sha256: fb521eab2730cdbbee4549e34eca3872f95a6dc00d2d452cfd032b151d22311e

Contents?: true

Size: 491 Bytes

Versions: 1

Compression:

Stored size: 491 Bytes

Contents

if RUBY_PLATFORM =~ /linux/
  require 'coveralls'
  Coveralls.wear!
end

$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))

require 'rspec'
require 'openstudio-analysis'

RSpec.configure do |config|
  # Use color in STDOUT
  config.color = true

  # Use color not only in STDOUT but also in pagers and files
  config.tty = true

  # Use the specified formatter
  config.formatter = :documentation # :progress, :html, :textmate
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
openstudio-analysis-1.0.0 spec/spec_helper.rb