spec/spec_helper.rb in mspire-0.6.1 vs spec/spec_helper.rb in mspire-0.6.2
- old
+ new
@@ -11,11 +11,11 @@
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}
RSpec.configure do |config|
config.color_enabled = true
config.tty = true
- #config.formatter = :documentation # :progress, :html, :textmate
- config.formatter = :progress # :progress, :html, :textmate
+ config.formatter = :documentation # :progress, :html, :textmate
+ #config.formatter = :progress # :progress, :html, :textmate
end
def benchmark(*args, &block)
if ENV['BENCHMARK']