Sha256: 29229d62258831b2426052195834ba73392120351308d7759580ba2e013207f6

Contents?: true

Size: 166 Bytes

Versions: 12

Compression:

Stored size: 166 Bytes

Contents

begin
  require 'spec'
rescue LoadError
  require 'rubygems'
  gem 'rspec'
  require 'spec'
end

$:.unshift(File.dirname(__FILE__) + '/../lib')
require 'hash_mapper'

Version data entries

12 entries across 12 versions & 3 rubygems

Version Path
ismasan-hash_mapper-0.0.2 spec/spec_helper.rb
ismasan-hash_mapper-0.0.3 spec/spec_helper.rb
ismasan-hash_mapper-0.0.4 spec/spec_helper.rb
ismasan-hash_mapper-0.0.5 spec/spec_helper.rb
ismasan-hash_mapper-0.0.6 spec/spec_helper.rb
ismasan-hash_mapper-0.0.7 spec/spec_helper.rb
ismasan-hash_mapper-0.0.8 spec/spec_helper.rb
newbamboo-hash_mapper-0.0.5 spec/spec_helper.rb
newbamboo-hash_mapper-0.0.6 spec/spec_helper.rb
hash_mapper-0.0.10 spec/spec_helper.rb
hash_mapper-0.0.9 spec/spec_helper.rb
hash_mapper-0.0.8 spec/spec_helper.rb