spec/minitest_helper.rb in fog-google-0.0.2 vs spec/minitest_helper.rb in fog-google-0.0.3

- old
+ new

@@ -1,24 +1,8 @@ -require 'minitest/spec' require 'minitest/autorun' -require 'turn' +require 'minitest/spec' -Turn.config do |c| - # use one of output formats: - # :outline - turn's original case/test outline mode [default] - # :progress - indicates progress with progress bar - # :dotted - test/unit's traditional dot-progress mode - # :pretty - new pretty reporter - # :marshal - dump output as YAML (normal run mode only) - # :cue - interactive testing - # c.format = :outline - # turn on invoke/execute tracing, enable full backtrace - c.trace = 20 - # use humanized test names (works only with :outline format) - c.natural = true -end - if ENV['COVERAGE'] require 'coveralls' require 'simplecov' SimpleCov.start do @@ -26,6 +10,6 @@ end end require File.join(File.dirname(__FILE__), '../lib/fog/google.rb') -Coveralls.wear! if ENV['COVERAGE'] \ No newline at end of file +Coveralls.wear! if ENV['COVERAGE']