Sha256: 263695526388ab9c1d15d411c78ad9cf38859d8c76aad9b5375eab9fdce479d1

Contents?: true

Size: 288 Bytes

Versions: 10

Compression:

Stored size: 288 Bytes

Contents

require 'calculated_attributes'

ActiveRecord::Base.establish_connection(adapter: 'sqlite3',
                                        database: File.dirname(__FILE__) + '/calculated_attributes.sqlite3')

%w(schema models data).each { |f| load File.dirname(__FILE__) + "/support/#{f}.rb" }

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
calculated_attributes-0.5.0 spec/spec_helper.rb
calculated_attributes-0.4.0 spec/spec_helper.rb
calculated_attributes-0.3.0 spec/spec_helper.rb
calculated_attributes-0.2.0 spec/spec_helper.rb
calculated_attributes-0.1.5 spec/spec_helper.rb
calculated_attributes-0.1.4 spec/spec_helper.rb
calculated_attributes-0.1.3 spec/spec_helper.rb
calculated_attributes-0.1.2 spec/spec_helper.rb
calculated_attributes-0.1.1 spec/spec_helper.rb
calculated_attributes-0.1.0 spec/spec_helper.rb