Sha256: a075385dfcd57b36c9fd1141f2ed842544516219699e13cf8023a04201648242

Contents?: true

Size: 428 Bytes

Versions: 13

Compression:

Stored size: 428 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

13 entries across 13 versions & 1 rubygems

Version Path
openstudio-analysis-0.1.16 spec/spec_helper.rb
openstudio-analysis-0.1.15 spec/spec_helper.rb
openstudio-analysis-0.1.14 spec/spec_helper.rb
openstudio-analysis-0.1.13 spec/spec_helper.rb
openstudio-analysis-0.1.12 spec/spec_helper.rb
openstudio-analysis-0.1.11 spec/spec_helper.rb
openstudio-analysis-0.1.10 spec/spec_helper.rb
openstudio-analysis-0.1.9 spec/spec_helper.rb
openstudio-analysis-0.1.8 spec/spec_helper.rb
openstudio-analysis-0.1.7 spec/spec_helper.rb
openstudio-analysis-0.1.6 spec/spec_helper.rb
openstudio-analysis-0.1.5 spec/spec_helper.rb
openstudio-analysis-0.1.4 spec/spec_helper.rb