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-2.0.0.rc1 spec/spec_helper.rb
protobuf-activerecord-2.0.0.beta spec/spec_helper.rb
protobuf-activerecord-1.2.6 spec/spec_helper.rb
protobuf-activerecord-1.2.5 spec/spec_helper.rb
protobuf-activerecord-1.2.4 spec/spec_helper.rb
protobuf-activerecord-1.2.3 spec/spec_helper.rb
protobuf-activerecord-1.2.2 spec/spec_helper.rb
protobuf-activerecord-1.2.1 spec/spec_helper.rb
protobuf-activerecord-1.2.0 spec/spec_helper.rb
protobuf-activerecord-1.2.0.rc1 spec/spec_helper.rb
protobuf-activerecord-1.1.1 spec/spec_helper.rb
protobuf-activerecord-1.1.0 spec/spec_helper.rb
protobuf-activerecord-1.0.5 spec/spec_helper.rb
protobuf-activerecord-1.0.4 spec/spec_helper.rb
protobuf-activerecord-1.0.3 spec/spec_helper.rb
protobuf-activerecord-1.0.2 spec/spec_helper.rb
protobuf-activerecord-1.0.1 spec/spec_helper.rb