shard-crystal-sqlite3/spec/spec_helper.cr

7 lines
84 B
Crystal
Raw Normal View History

2015-03-12 21:21:33 +00:00
require "spec"
require "../src/sqlite3"
include SQLite3
DB_FILENAME = "./test.db"