File: ruby-tests.rake

package info (click to toggle)
ruby-activerecord-import 0.28.2-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 812 kB
  • sloc: ruby: 4,334; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 168 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
require 'rspec/core/rake_task'

task :default do
	sh 'cp test/database.yml.sample test/database.yml'
	sh 'AR_VERSION=5.2 rake test:sqlite3'
end

task :default => :test