Sha256: adbb648f785a97cc8d9786e029dfe69223c6ab592db5a2e61ef73261ef0f136e

Contents?: true

Size: 584 Bytes

Versions: 15

Compression:

Stored size: 584 Bytes

Contents

require 'simplecov'
SimpleCov.start

require 'rspec'
require 'spec_utilities'

TESTFILES = File.dirname(__FILE__) + '/testfiles'

# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}

RSpec.configure do |config|
  config.treat_symbols_as_metadata_keys_with_true_values = true
  config.color_enabled = true
  config.tty = true
  config.formatter = :documentation  # :progress, :html, :textmate
  #config.formatter = :progress # :progress, :html, :textmate
end


Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
mspire-0.10.8.0 spec/spec_helper.rb
mspire-0.10.7.3 spec/spec_helper.rb
mspire-0.10.7.2 spec/spec_helper.rb
mspire-0.10.7.1 spec/spec_helper.rb
mspire-0.10.7 spec/spec_helper.rb
mspire-0.10.6 spec/spec_helper.rb
mspire-0.10.5 spec/spec_helper.rb
mspire-0.10.4 spec/spec_helper.rb
mspire-0.10.3 spec/spec_helper.rb
mspire-0.10.2 spec/spec_helper.rb
mspire-0.10.1 spec/spec_helper.rb
mspire-0.10.0 spec/spec_helper.rb
mspire-0.9.2 spec/spec_helper.rb
mspire-0.9.1 spec/spec_helper.rb
mspire-0.9.0 spec/spec_helper.rb