Sha256: 89b8376ca14bf1e49c8da14a2889acfad33710b3304ffc6696927445034b8b22
Contents?: true
Size: 421 Bytes
Versions: 4
Compression:
Stored size: 421 Bytes
Contents
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) $LOAD_PATH.unshift(File.dirname(__FILE__)) require 'rubygems' require 'rspec' require 'rspec/its' 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
pivot_table-1.0.0 | spec/pivot_table_helper.rb |
pivot_table-0.5.0 | spec/pivot_table_helper.rb |
pivot_table-0.4.0 | spec/pivot_table_helper.rb |
pivot_table-0.3.0 | spec/pivot_table_helper.rb |