Sha256: 4e045c4dad6b7542e40f4a185dc65f23738443355222ec90204521699a6e4a4e

Contents?: true

Size: 284 Bytes

Versions: 9

Compression:

Stored size: 284 Bytes

Contents

gem 'activesupport', ENV['ACTIVE_SUPPORT_VERSION']

$:.unshift(File.expand_path('../../lib', __FILE__))

require 'bin'
require 'spec'

connection = Mongo::Connection.new
DB = connection.db('bin-store-test')

puts "\n--- Active Support Version: #{ActiveSupport::VERSION::STRING} ---\n"

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
honkster-bin-0.6.3.3 spec/helper.rb
honkster-bin-0.6.3.2 spec/helper.rb
honkster-bin-0.6.3.1 spec/helper.rb
honkster-bin-0.6.3 spec/helper.rb
bin-0.6.3 spec/helper.rb
bin-0.6.2 spec/helper.rb
bin-0.6.1 spec/helper.rb
bin-0.6 spec/helper.rb
bin-0.5 spec/helper.rb