Sha256: 8a0d363e8d14172ee00ce39b55a2d385ef69c0e4844b2a24fbe8b4b76640982c

Contents?: true

Size: 490 Bytes

Versions: 1

Compression:

Stored size: 490 Bytes

Contents

$:.unshift(File.dirname(__FILE__)+"/../lib")
require 'rspec'
require 'rserve'
require 'matrix'
require 'pp'

INFINITY = +1.0/0.0 if RUBY_VERSION < "1.9"

RSpec.configure do |config|
  config.expect_with :rspec do |c|
    c.syntax = [:should, :expect]
  end

  # Use color in STDOUT
  config.color = 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

1 entries across 1 versions & 1 rubygems

Version Path
rserve-client-0.3.3 spec/spec_helper.rb