Sha256: c6a6fd1bc5a6ea522a278ed81cef312662f4a97a8e4c949d5b18f8f28d8a4c62
Contents?: true
Size: 403 Bytes
Versions: 1
Compression:
Stored size: 403 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["./spec/support/**/*.rb"].each {|f| require f} RSpec.configure do |config| config.include Helpers end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pivot_table-0.2.0 | spec/spec_helper.rb |