Sha256: 9f418376dba1ad79699c9a36fed5f8080962e54429f496a9dd45a1a204af1e54

Contents?: true

Size: 355 Bytes

Versions: 8

Compression:

Stored size: 355 Bytes

Contents

require "bundler/gem_tasks"
require "rspec/core/rake_task"

begin
  require "gemika/tasks"
rescue LoadError
  puts "Run `gem install gemika` for additional tasks"
end

RSpec::Core::RakeTask.new(:spec)

task default: "matrix:spec"

namespace :test do
  task :setup do
    require_relative "spec/spec_helper"

    teardown_tables
    setup_tables
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
timescaledb-0.2.6 Rakefile
timescaledb-0.2.5 Rakefile
timescaledb-0.2.4 Rakefile
timescaledb-0.2.3 Rakefile
timescaledb-0.2.2 Rakefile
timescaledb-0.2.1 Rakefile
timescaledb-0.2.0 Rakefile
timescaledb-0.1.5 Rakefile