Sha256: 8a5c4f9be06e99c9b5104c538f1f52a6cd85a45453169257019336b53d3ab936

Contents?: true

Size: 205 Bytes

Versions: 12

Compression:

Stored size: 205 Bytes

Contents

# encoding: UTF-8
def should_support_postgresql_import_functionality
  describe "#supports_imports?" do
    it "should support import" do
      assert ActiveRecord::Base.supports_import?
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

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