Sha256: a58e70590c0353cd90e7c0286c9c4763aac377b6a36e4931b9162aaace59782e

Contents?: true

Size: 235 Bytes

Versions: 12

Compression:

Stored size: 235 Bytes

Contents

require File.expand_path(File.dirname(__FILE__) + '/test_helper')

class EntityHashTest < ActiveSupport::TestCase

  def test_object_exists
    obj = ActiveRecord::Bulkoperation::Util::EntityHash.new
    assert_not_nil obj
  end

end

Version data entries

12 entries across 12 versions & 1 rubygems

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