Sha256: 4fa7fe24ebc0a0b9cd0d101eb0d1ebb61b66aeab7bb928c49a08aa2e2532fef3

Contents?: true

Size: 260 Bytes

Versions: 30

Compression:

Stored size: 260 Bytes

Contents

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

require File.join(File.dirname(__FILE__), '..', 'lib', 'happymapper')

def fixture_file(filename)
  File.read(File.dirname(__FILE__) + "/fixtures/#{filename}")
end

Version data entries

30 entries across 30 versions & 11 rubygems

Version Path
dam5s-happymapper-0.3.2 spec/spec_helper.rb
jimmyz-happymapper-0.3.1 spec/spec_helper.rb
jimmyz-happymapper-0.3.2 spec/spec_helper.rb
jimmyz-happymapper-0.3.3 spec/spec_helper.rb
jnunemaker-happymapper-0.2.0 spec/spec_helper.rb
jnunemaker-happymapper-0.2.1 spec/spec_helper.rb
jnunemaker-happymapper-0.2.2 spec/spec_helper.rb
jnunemaker-happymapper-0.2.3 spec/spec_helper.rb
jnunemaker-happymapper-0.2.4 spec/spec_helper.rb
jnunemaker-happymapper-0.2.5 spec/spec_helper.rb
kdonovan-happymapper-0.3.4 spec/spec_helper.rb
kdonovan-happymapper-0.3.5 spec/spec_helper.rb
lightningdb-happymapper-0.3.0 spec/spec_helper.rb
lightningdb-happymapper-0.3.1 spec/spec_helper.rb
lightningdb-happymapper-0.3.2 spec/spec_helper.rb
macasek-happymapper-0.2.5 spec/spec_helper.rb
macasek-happymapper-0.2.6 spec/spec_helper.rb
robmitch-happymapper-0.2.5 spec/spec_helper.rb
kdonovan-happymapper-0.3.7 spec/spec_helper.rb
nokogiri-happymapper-0.3.4 spec/spec_helper.rb