Sha256: f8cc4402399accbbcf9b41472520a3b75aa7f7842e48b8afa8cc875f2a8dac11

Contents?: true

Size: 426 Bytes

Versions: 6

Compression:

Stored size: 426 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_enabled = 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

6 entries across 6 versions & 1 rubygems

Version Path
openstudio-analysis-0.2.3 spec/spec_helper.rb
openstudio-analysis-0.2.2 spec/spec_helper.rb
openstudio-analysis-0.2.1 spec/spec_helper.rb
openstudio-analysis-0.2.0 spec/spec_helper.rb
openstudio-analysis-0.1.18 spec/spec_helper.rb
openstudio-analysis-0.1.17 spec/spec_helper.rb