Sha256: 00ac30cf2286981a2dba070202041b335ed879b333a2e4a81c22413fe53234c5
Contents?: true
Size: 612 Bytes
Versions: 2
Compression:
Stored size: 612 Bytes
Contents
require 'trakio' require 'webmock/rspec' require 'json' # See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration RSpec.configure do |config| config.treat_symbols_as_metadata_keys_with_true_values = true config.run_all_when_everything_filtered = true # Run specs in random order to surface order dependencies. If you find an # order dependency and want to debug it, you can fix the order by providing # the seed, which is printed after each run. # --seed 1234 config.order = 'random' config.color = true config.formatter = "Fuubar" config.filter_run_excluding :wip => true end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
trakio-ruby-0.1.1 | spec/spec_helper.rb |
trakio-ruby-0.1.0 | spec/spec_helper.rb |