Skip to content

Commit

Permalink
ops.. broke gh gem generation
Browse files Browse the repository at this point in the history
  • Loading branch information
nofxx committed Apr 23, 2009
1 parent 7c45f4c commit e47b47c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Expand Up @@ -10,6 +10,6 @@
require 'postgis_adapter'

config = YAML.load_file(File.dirname(__FILE__) + '/db/database_postgis.yml')
ActiveRecord::Base.logger = Logger.new(File.dirname(__FILE__) + "/debug.log")
# ActiveRecord::Base.logger = Logger.new(File.dirname(__FILE__) + "/debug.log")
ActiveRecord::Base.establish_connection(config)
require File.dirname(__FILE__) + '/db/models_postgis.rb'

0 comments on commit e47b47c

Please sign in to comment.