Sha256: daa13847a8fca4fa2adad895cf8ac469ce55e9a199dfcbf9d84fd2d4ac1ccbdf
Contents?: true
Size: 737 Bytes
Versions: 4
Compression:
Stored size: 737 Bytes
Contents
require 'coveralls' Coveralls.wear! require 'trakio' require 'webmock/rspec' require 'json' require 'pry' require 'active_support/core_ext/numeric/time' require 'active_support/core_ext/date/calculations' # See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration RSpec.configure do |config| config.raise_errors_for_deprecations! 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
trakio-ruby-0.2.3 | spec/spec_helper.rb |
trakio-ruby-0.2.2 | spec/spec_helper.rb |
trakio-ruby-0.2.1 | spec/spec_helper.rb |
trakio-ruby-0.2.0 | spec/spec_helper.rb |