Sha256: 4f4afd77505fb5e12c7ca8ea28beae4ccb1eab4c76cd4ec0516dec20b039dbf6

Contents?: true

Size: 529 Bytes

Versions: 14

Compression:

Stored size: 529 Bytes

Contents

require "bundler/gem_tasks"
require "rake/testtask"
require_relative 'test/support/paths_cockroachdb'
require_relative 'test/support/rake_helpers'

task test: ["test:cockroachdb"]
task default: [:test]

namespace :test do
  Rake::TestTask.new("cockroachdb") do |t|
    t.libs = ARTest::CockroachDB.test_load_paths
    t.test_files = test_files
    t.warning = !!ENV["WARNING"]
    t.verbose = false
  end

  task "cockroachdb:env" do
    ENV["ARCONN"] = "cockroachdb"
  end
end

task 'test:cockroachdb' => 'test:cockroachdb:env'

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
activerecord-cockroachdb-adapter-5.2.3 Rakefile
activerecord-cockroachdb-adapter-6.0.2 Rakefile
activerecord-cockroachdb-adapter-6.0.1 Rakefile
activerecord-cockroachdb-adapter-6.0.0 Rakefile
activerecord-cockroachdb-adapter-6.0.0.pre.beta.5 Rakefile
activerecord-cockroachdb-adapter-6.0.0.pre.beta.4 Rakefile
activerecord-cockroachdb-adapter-6.0.0beta3 Rakefile
activerecord-cockroachdb-adapter-5.2.2 Rakefile
activerecord-cockroachdb-adapter-6.0.0beta2 Rakefile
activerecord-cockroachdb-adapter-6.0.0beta1 Rakefile
activerecord-cockroachdb-adapter-5.2.1 Rakefile
activerecord-cockroachdb-adapter-5.2.0 Rakefile
activerecord-cockroachdb-adapter-5.2.0.beta2 Rakefile
activerecord-cockroachdb-adapter-0.3.0.beta1 Rakefile