Sha256: 450f3071df38439243021a011a1e3fb06f6bd92a05abb74205ef608b22efd796

Contents?: true

Size: 307 Bytes

Versions: 6

Compression:

Stored size: 307 Bytes

Contents

require_relative "test_helper"

class TestPostgresql < Minitest::Test
  include TestGroupdate
  include TestDatabase

  def setup
    super
    @@setup ||= begin
      ActiveRecord::Base.establish_connection adapter: "postgresql", database: "groupdate_test"
      create_tables
      true
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
groupdate-3.1.1 test/postgresql_test.rb
groupdate-3.1.0 test/postgresql_test.rb
groupdate-3.0.2 test/postgresql_test.rb
groupdate-3.0.1 test/postgresql_test.rb
groupdate-3.0.0 test/postgresql_test.rb
groupdate-2.5.3 test/postgresql_test.rb