Sha256: 184d785a3e559fc957fda55c334be07b4fb0b7ac4c9b045d93a87e22e16b0bd9

Contents?: true

Size: 354 Bytes

Versions: 8

Compression:

Stored size: 354 Bytes

Contents

require 'calculated_attributes'

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

load File.dirname(__FILE__) + '/support/schema.rb'
load File.dirname(__FILE__) + '/support/models.rb'
load File.dirname(__FILE__) + '/support/data.rb'

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
calculated_attributes-0.0.22 spec/spec_helper.rb
calculated_attributes-0.0.21 spec/spec_helper.rb
calculated_attributes-0.0.20 spec/spec_helper.rb
calculated_attributes-0.0.19 spec/spec_helper.rb
calculated_attributes-0.0.18 spec/spec_helper.rb
calculated_attributes-0.0.17 spec/spec_helper.rb
calculated_attributes-0.0.16 spec/spec_helper.rb
calculated_attributes-0.0.15 spec/spec_helper.rb