move spec and src files to a shardy way

This commit is contained in:
Brian J. Cardiff 2016-02-25 22:37:10 -03:00
parent 928c1517dc
commit 44559f6f95
7 changed files with 15 additions and 19 deletions

3
spec/spec_helper.cr Normal file
View file

@ -0,0 +1,3 @@
require "spec"
require "./dummy_driver"
require "../src/db"