Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Explicitly require DataMapper's SQLite adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
laserlemon committed Sep 11, 2013
1 parent 035f2a6 commit 2b94d68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/support/adapters/data_mapper/connection.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require "dm-core"
require "dm-sqlite-adapter"

DataMapper.setup(:default, "sqlite::memory:")

0 comments on commit 2b94d68

Please sign in to comment.