Sha256: c2f1ef11f0bb6d01e4f09cceb185f4ab1b8ff68b1e7e402fbfe5b59169c8f4be

Contents?: true

Size: 359 Bytes

Versions: 1

Compression:

Stored size: 359 Bytes

Contents

require 'simplecov'
SimpleCov.start

require 'egnyte'
require 'webmock/rspec'

RSpec.configure do |c|
  c.filter_run_excluding :skip => true
  # Use color in STDOUT
  c.color = true

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruby-egnyte-0.1.6 spec/spec_helper.rb