Sha256: f47e83efccadc08c8c1d5711113a89e7a6e49a8e3dcf5d6506e9dfe1bed8c33f

Contents?: true

Size: 331 Bytes

Versions: 16

Compression:

Stored size: 331 Bytes

Contents

# encoding: utf-8
$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))

if ENV['coverage']
  raise "simplecov only works on Ruby 1.9" unless RUBY_VERSION =~ /^1\.9/

  require 'simplecov'
  SimpleCov.start { add_filter "spec/" }
end

require 'rspec'
require 'fig_newton'



Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
fig_newton-1.0 spec/spec_helper.rb
fig_newton-0.15 spec/spec_helper.rb
fig_newton-0.14 spec/spec_helper.rb
fig_newton-0.13 spec/spec_helper.rb
fig_newton-0.12 spec/spec_helper.rb
fig_newton-0.11 spec/spec_helper.rb
fig_newton-0.10 spec/spec_helper.rb
fig_newton-0.9 spec/spec_helper.rb
fig_newton-0.8 spec/spec_helper.rb
fig_newton-0.7 spec/spec_helper.rb
fig_newton-0.6 spec/spec_helper.rb
fig_newton-0.5 spec/spec_helper.rb
fig_newton-0.4 spec/spec_helper.rb
fig_newton-0.3 spec/spec_helper.rb
fig_newton-0.2 spec/spec_helper.rb
fig_newton-0.1 spec/spec_helper.rb