Sha256: 725c7f843b23722bbe476e9f645bf3821d22acd4622adabef31050860063cf19

Contents?: true

Size: 418 Bytes

Versions: 8

Compression:

Stored size: 418 Bytes

Contents

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

require 'openstudio-analysis'
require 'rspec'

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

8 entries across 8 versions & 1 rubygems

Version Path
openstudio-analysis-0.3.7 spec/spec_helper.rb
openstudio-analysis-0.3.6 spec/spec_helper.rb
openstudio-analysis-0.3.5 spec/spec_helper.rb
openstudio-analysis-0.3.4 spec/spec_helper.rb
openstudio-analysis-0.3.3 spec/spec_helper.rb
openstudio-analysis-0.3.2 spec/spec_helper.rb
openstudio-analysis-0.3.1 spec/spec_helper.rb
openstudio-analysis-0.3.0 spec/spec_helper.rb