Sha256: c52435111b3531a8cc2bcfd0a31fc4a8fc6c295ed829ef74a78aa376ec7dd0f2

Contents?: true

Size: 418 Bytes

Versions: 4

Compression:

Stored size: 418 Bytes

Contents

$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

4 entries across 4 versions & 1 rubygems

Version Path
openstudio-analysis-0.4.3 spec/spec_helper.rb
openstudio-analysis-0.4.2 spec/spec_helper.rb
openstudio-analysis-0.4.1 spec/spec_helper.rb
openstudio-analysis-0.4.0 spec/spec_helper.rb