Sha256: bc85938a2510d8f8bc7a1435e4916d6afb3c72d960b3a3e902915e5e82fe99bf

Contents?: true

Size: 324 Bytes

Versions: 3

Compression:

Stored size: 324 Bytes

Contents

require 'stillwater'

RSpec.configure do |config|
  # 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

  config.mock_framework = :mocha
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
stillwater-0.0.3 spec/spec_helper.rb
stillwater-0.0.2 spec/spec_helper.rb
stillwater-0.0.1 spec/spec_helper.rb