Skip to content

Commit

Permalink
Revert "sqlite db setup"
Browse files Browse the repository at this point in the history
This reverts commit ab672a2.
  • Loading branch information
E-Max committed May 3, 2012
1 parent ab672a2 commit 2969885
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
2 changes: 0 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ GEM
linecache19 (0.5.12)
ruby_core_source (>= 0.1.4)
multi_json (1.3.2)
rake (0.9.2.2)
ruby-debug-base19 (0.11.25)
columnize (>= 0.3.1)
linecache19 (>= 0.5.11)
Expand All @@ -47,7 +46,6 @@ DEPENDENCIES
activerecord (>= 3.0.0)
activesupport (>= 3.0.0)
database_cleaner (~> 0.7.2)
rake
ruby-debug19
sqlite3
undestroyable!
3 changes: 0 additions & 3 deletions test/cases/active_record_test/database_test.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
require 'active_record'
require File.expand_path("#{File.dirname(__FILE__)}/../../config")
require File.expand_path("#{File.dirname(__FILE__)}/../../data/sqlite_setup")
require File.expand_path("#{File.dirname(__FILE__)}/../../data/activerecord_setup")
require File.expand_path("#{File.dirname(__FILE__)}/../../data/countries_table")

ActiveRecord::Migration.verbose = false

SqliteSetup.create_db

module ActiveRecordTest
class DatabaseMissingConnection < Test::Unit::TestCase
include ActiveRecordSetup
Expand Down
9 changes: 0 additions & 9 deletions test/data/sqlite_setup.rb

This file was deleted.

0 comments on commit 2969885

Please sign in to comment.