File: ruby-tests.rake

package info (click to toggle)
ruby-activerecord-import 1.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 840 kB
  • sloc: ruby: 4,698; makefile: 7
file content (7 lines) | stat: -rw-r--r-- 149 bytes parent folder | download
1
2
3
4
5
6
7
load 'Rakefile'

sh 'cp test/database.yml.sample test/database.yml'

ENV['AR_VERSION'] = '6.1'

task :default => ['test:sqlite3', 'test:spatialite']