Sha256: dd2b02e9f91a98709c7334938ab10e68de20661713ac167d29bf988df30910f9

Contents?: true

Size: 377 Bytes

Versions: 8

Compression:

Stored size: 377 Bytes

Contents

ENV['RUBY_ENV'] ||= 'test'

require 'support/klass'

puts RUBY_DESCRIPTION

if RUBY_DESCRIPTION.start_with? "ruby 1.9"
  require 'simplecov'
  SimpleCov.start
end

require 'tp'

RSpec.configure do |config|
  config.treat_symbols_as_metadata_keys_with_true_values = true
  config.run_all_when_everything_filtered = true
  config.filter_run :focus
  config.order = 'random'
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
tp-0.5.1 spec/spec_helper.rb
tp-0.5.0 spec/spec_helper.rb
tp-0.4.1 spec/spec_helper.rb
tp-0.4.0 spec/spec_helper.rb
tp-0.3.1 spec/spec_helper.rb
tp-0.3.0 spec/spec_helper.rb
tp-0.2.1 spec/spec_helper.rb
tp-0.2.0 spec/spec_helper.rb