Sha256: 5de39ef51bce5c59540860c21d3f5437d11a203e12c8b7ab46fea1840723094f

Contents?: true

Size: 341 Bytes

Versions: 2

Compression:

Stored size: 341 Bytes

Contents

require 'rubygems'
require 'bundler/setup'

require 'rbconfig'
require 'simplecov'

RSpec.configure do |c|
  if !ENV['TRAVIS']
    if RbConfig::CONFIG['host_os'] =~ /darwin/i
      c.formatter = 'NyanCatMusicFormatter'
    else
      # No music allowed for neckbeards or polo shirts.
      c.formatter = 'NyanCatFormatter'
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
git-duet-0.1.2 spec/spec_helper.rb
git-duet-0.1.1 spec/spec_helper.rb