Sha256: e85ab7a7a6fd5d64b2e9702e56522f04cb69d1294bbaefcb902edda7c44e798c

Contents?: true

Size: 247 Bytes

Versions: 5

Compression:

Stored size: 247 Bytes

Contents

require "rspec"
require "normalize_attributes"

ActiveRecord::Base.establish_connection :adapter => "sqlite3", :database => ":memory:"

# Load database schema
load "schema.rb"

Dir[File.dirname(__FILE__) + "/support/**/*.rb"].each {|f| require f}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
normalize_attributes-0.1.7 spec/spec_helper.rb
normalize_attributes-0.1.6 spec/spec_helper.rb
normalize_attributes-0.1.5 spec/spec_helper.rb
normalize_attributes-0.1.4 spec/spec_helper.rb
normalize_attributes-0.1.3 spec/spec_helper.rb