Sha256: c7c88499c7944694622f050c24242c3d500a7270663ee84b1aa18964774784b1

Contents?: true

Size: 224 Bytes

Versions: 37

Compression:

Stored size: 224 Bytes

Contents

require 'rubygems'
require 'bundler'

require 'simplecov'
SimpleCov.start do
  add_filter '/spec/'
end

Bundler.require(:default, :development, :test)

require 'support/db'
require 'support/models'
require 'support/protobuf'

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
protobuf-activerecord-3.1.1 spec/spec_helper.rb
protobuf-activerecord-3.1.0 spec/spec_helper.rb
protobuf-activerecord-3.1.0.rc1 spec/spec_helper.rb
protobuf-activerecord-3.1.0.alpha2 spec/spec_helper.rb
protobuf-activerecord-3.1.0.alpha spec/spec_helper.rb
protobuf-activerecord-3.0.2 spec/spec_helper.rb
protobuf-activerecord-3.0.1 spec/spec_helper.rb
protobuf-activerecord-3.0.0 spec/spec_helper.rb
protobuf-activerecord-3.0.0.rc4 spec/spec_helper.rb
protobuf-activerecord-3.0.0.rc3 spec/spec_helper.rb
protobuf-activerecord-3.0.0.rc2 spec/spec_helper.rb
protobuf-activerecord-3.0.0.pre spec/spec_helper.rb
protobuf-activerecord-2.1.0 spec/spec_helper.rb
protobuf-activerecord-2.1.0.rc2 spec/spec_helper.rb
protobuf-activerecord-2.1.0.rc1 spec/spec_helper.rb
protobuf-activerecord-2.1.0.beta3 spec/spec_helper.rb
protobuf-activerecord-2.1.0.beta2 spec/spec_helper.rb
protobuf-activerecord-2.1.0.beta spec/spec_helper.rb
protobuf-activerecord-2.0.1 spec/spec_helper.rb
protobuf-activerecord-2.0.0 spec/spec_helper.rb