Sha256: e2bd19c95507cc163a87311a4410819af3a6b8dc50313d85248fba145230fd3c

Contents?: true

Size: 575 Bytes

Versions: 15

Compression:

Stored size: 575 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 '%GEM_NAME%'
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

15 entries across 15 versions & 1 rubygems

Version Path
schema_dev-3.3.0 templates/gem/spec/spec_helper.rb
schema_dev-3.2.4 templates/gem/spec/spec_helper.rb
schema_dev-3.2.3 templates/gem/spec/spec_helper.rb
schema_dev-3.2.2 templates/gem/spec/spec_helper.rb
schema_dev-3.2.1 templates/gem/spec/spec_helper.rb
schema_dev-3.2.0 templates/gem/spec/spec_helper.rb
schema_dev-3.1.1 templates/gem/spec/spec_helper.rb
schema_dev-3.1.0 templates/gem/spec/spec_helper.rb
schema_dev-3.0.1 templates/gem/spec/spec_helper.rb
schema_dev-3.0.0 templates/gem/spec/spec_helper.rb
schema_dev-2.0.4 templates/gem/spec/spec_helper.rb
schema_dev-2.0.3 templates/gem/spec/spec_helper.rb
schema_dev-2.0.2 templates/gem/spec/spec_helper.rb
schema_dev-2.0.1 templates/gem/spec/spec_helper.rb
schema_dev-2.0.0 templates/gem/spec/spec_helper.rb