Sha256: a5e1a813e43386ef64d775adc6701e6a76964bb58d87f67fee2500f1f68bd8c5

Contents?: true

Size: 243 Bytes

Versions: 9

Compression:

Stored size: 243 Bytes

Contents

require 'rubygems'
require 'bundler/setup'

require 'fast_change_table'

RSpec.configure do |config|
  # some (optional) config here
end

ActiveRecord::Base.establish_connection(
:adapter => "mysql2",
:database => "fast_change_table_test"
)


Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
fast_change_table-1.5.1 spec/spec_helper.rb
fast_change_table-1.5.0 spec/spec_helper.rb
fast_change_table-1.4.0 spec/spec_helper.rb
fast_change_table-1.3.0 spec/spec_helper.rb
fast_change_table-1.2.0 spec/spec_helper.rb
fast_change_table-1.1.3 spec/spec_helper.rb
fast_change_table-1.1.2 spec/spec_helper.rb
fast_change_table-1.1.1 spec/spec_helper.rb
fast_change_table-1.0.0 spec/spec_helper.rb