Sha256: aa19d0e64b6182934f5e3235663d8e151356f348061d4f980d802c5f6d358188

Contents?: true

Size: 582 Bytes

Versions: 9

Compression:

Stored size: 582 Bytes

Contents

require 'simplecov'
require 'simplecov-gem-profile'
SimpleCov.start "gem"

$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))

require 'rspec'
require 'active_record'
require 'schema_plus_enums'
require 'schema_dev/rspec'

SchemaDev::Rspec.setup

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

RSpec.configure do |config|
  config.warnings = true
end

SimpleCov.command_name "[ruby #{RUBY_VERSION} - ActiveRecord #{::ActiveRecord::VERSION::STRING} - #{ActiveRecord::Base.connection.adapter_name}]"

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
schema_plus_enums-0.1.8 spec/spec_helper.rb
schema_plus_enums-0.1.7 spec/spec_helper.rb
schema_plus_enums-0.1.6 spec/spec_helper.rb
schema_plus_enums-0.1.5 spec/spec_helper.rb
schema_plus_enums-0.1.4 spec/spec_helper.rb
schema_plus_enums-0.1.3 spec/spec_helper.rb
schema_plus_enums-0.1.2 spec/spec_helper.rb
schema_plus_enums-0.1.1 spec/spec_helper.rb
schema_plus_enums-0.1.0 spec/spec_helper.rb