sqlite3-ruby 1.2.4 → 1.2.5

Sign up to get free protection for your applications and to get access to all the features.
data/test/tests.rb DELETED
@@ -1,6 +0,0 @@
1
- Dir.chdir File.dirname( __FILE__ )
2
- $LOAD_PATH.unshift "#{File.dirname(__FILE__)}/../lib"
3
- $LOAD_PATH.unshift "#{File.dirname(__FILE__)}/../ext/sqlite3_api"
4
- p $LOAD_PATH
5
-
6
- Dir["**/tc_*.rb"].each { |file| load file }