Sha256: be7558ac0e362c43aaf64ce226628bc880e2cc05a4b765719fbef0b0f038a7bb

Contents?: true

Size: 387 Bytes

Versions: 12

Compression:

Stored size: 387 Bytes

Contents

require File.expand_path(File.dirname(__FILE__) + '/../test_helper')
#require File.expand_path(File.dirname(__FILE__) + '/../support/postgresql/bulk_examples')

class TestCalculations < ActiveSupport::TestCase
 
  def test_count_distinct
    assert_equal(3, 3)
    assert ActiveRecord::Base.respond_to? :schedule_merge, "test"
  end

end

#should_support_postgresql_import_functionality

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
activerecord_bulkoperation-0.2.3 test/postgresql/bulk_test.rb
activerecord_bulkoperation-0.2.2 test/postgresql/bulk_test.rb
activerecord_bulkoperation-0.2.1 test/postgresql/bulk_test.rb
activerecord_bulkoperation-0.2.0 test/postgresql/bulk_test.rb
activerecord_bulkoperation-0.1.0 test/postgresql/bulk_test.rb
activerecord_bulkoperation-0.0.8 test/postgresql/bulk_test.rb
activerecord_bulkoperation-0.0.7 test/postgresql/bulk_test.rb
activerecord_bulkoperation-0.0.6 test/postgresql/bulk_test.rb
activerecord_bulkoperation-0.0.5 test/postgresql/bulk_test.rb
activerecord_bulkoperation-0.0.4 test/postgresql/bulk_test.rb
activerecord_bulkoperation-0.0.3 test/postgresql/bulk_test.rb
activerecord_bulkoperation-0.0.2 test/postgresql/bulk_test.rb