Sha256: 4ed4958696f98361c355bafb93390d11d7dc2d6a0fb810f7eb538d4f8b5e22d2
Contents?: true
Size: 318 Bytes
Versions: 21
Compression:
Stored size: 318 Bytes
Contents
require "bundler/gem_tasks" require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) desc 'Test all PG versions' task :test_all do system("PG_VERSION=11 bundle exec rspec spec/ && PG_VERSION=12 bundle exec rspec spec/ && PG_VERSION=13 bundle exec rspec spec/ && PG_VERSION=14 bundle exec rspec spec/") end
Version data entries
21 entries across 21 versions & 1 rubygems