Sha256: 38145ab96a010de66f19c847ad566b33cb31382843ab9e081c060db91368ba69
Contents?: true
Size: 331 Bytes
Versions: 4
Compression:
Stored size: 331 Bytes
Contents
require 'bundler/gem_tasks' require 'rspec/core/rake_task' require './configuration' require './test_database' RSpec::Core::RakeTask.new(:spec) task :default => :spec namespace :db do desc 'Create the test database' task :create do config = Configuration.new TestDatabase.new(config).create_test_database end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
percona_migrator-0.1.0.rc.4 | Rakefile |
percona_migrator-0.1.0.rc.3 | Rakefile |
percona_migrator-0.1.0.rc.2 | Rakefile |
percona_migrator-0.1.0.rc.1 | Rakefile |