Sha256: a16a9bd9320335a6f2f9f9aeee140c9fa6f81dbc4c984a33cac6fcbee8c532bc

Contents?: true

Size: 395 Bytes

Versions: 3

Compression:

Stored size: 395 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'rubygems'
require 'rspec'
require 'pivot_table'
require 'ostruct'

# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}

RSpec.configure do |config|

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pivot_table-0.1.3 spec/spec_helper.rb
pivot_table-0.1.1 spec/spec_helper.rb
pivot_table-0.0.3 spec/spec_helper.rb