Sha256: ccf765ce1fa3f8b1633e94ceef4aa51c7e3156cdbe9af61dd823fdfabe40bcce

Contents?: true

Size: 663 Bytes

Versions: 6

Compression:

Stored size: 663 Bytes

Contents

# *******************************************************************************
# OpenStudio(R), Copyright (c) Alliance for Sustainable Energy, LLC.
# See also https://openstudio.net/license
# *******************************************************************************

require 'bundler/setup'
require 'openstudio/GEM_NAME_UNDERSCORES'

RSpec.configure do |config|
  # Enable flags like --only-failures and --next-failure
  config.example_status_persistence_file_path = '.rspec_status'

  # Disable RSpec exposing methods globally on `Module` and `main`
  config.disable_monkey_patching!

  config.expect_with :rspec do |c|
    c.syntax = :expect
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
openstudio-extension-0.8.2 init_templates/spec_helper.rb
openstudio-extension-0.8.1 init_templates/spec_helper.rb
openstudio-extension-0.8.0 init_templates/spec_helper.rb
openstudio-extension-0.7.1 init_templates/spec_helper.rb
openstudio-extension-0.7.0 init_templates/spec_helper.rb
openstudio-extension-0.6.1 init_templates/spec_helper.rb