Sha256: 36d6e9b94a013a59bda61a9917903ea17a501448c6ea491402ae218b2d1ce5bb

Contents?: true

Size: 376 Bytes

Versions: 3

Compression:

Stored size: 376 Bytes

Contents

require 'rspec/autorun'
$: << File.expand_path('../../lib/radiodan', __FILE__)

RSpec.configure do |config|
  #config.mock_with :mocha

  # Use color in STDOUT
  config.color_enabled = true

  # Use color not only in STDOUT but also in pagers and files
  config.tty = true

  # Use the specified formatter
  config.formatter = :documentation # :progress, :html, :textmate
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
radiodan-0.0.4 spec/spec_helper.rb
radiodan-0.0.3 spec/spec_helper.rb
radiodan-0.0.2 spec/spec_helper.rb