Sha256: 2924e654a63cee6aea602b83d33621be75013f4b49768688ce03e84a205bc740

Contents?: true

Size: 411 Bytes

Versions: 8

Compression:

Stored size: 411 Bytes

Contents

require 'rubygems'
require 'bundler/setup'

$: << File.dirname(__FILE__) + '/../lib'

require 'yakg'
Yakg.DEFAULT_SERVICE_NAME = "yakg-rspec"
require 'securerandom'

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

8 entries across 8 versions & 1 rubygems

Version Path
yakg-0.0.10 spec/spec_helper.rb
yakg-0.0.9 spec/spec_helper.rb
yakg-0.0.8 spec/spec_helper.rb
yakg-0.0.6 spec/spec_helper.rb
yakg-0.0.4 spec/spec_helper.rb
yakg-0.0.3 spec/spec_helper.rb
yakg-0.0.2 spec/spec_helper.rb
yakg-0.0.1 spec/spec_helper.rb