Load the SQLite3 lib for the test to work. #112

This commit is contained in:
Felix Schäfer 2011-05-20 16:10:01 +02:00
parent cf0804259d
commit d7b963e6a6
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.expand_path('../../../../test_helper', __FILE__)
require 'sqlite3_api'
class ChiliProject::DatabaseTest < ActiveSupport::TestCase
setup do