Skip to content

Commit

Permalink
split methods in multiple files
Browse files Browse the repository at this point in the history
  • Loading branch information
nofxx committed Dec 9, 2008
1 parent d13e189 commit a91f104
Show file tree
Hide file tree
Showing 10 changed files with 889 additions and 877 deletions.
24 changes: 5 additions & 19 deletions .autotest
@@ -1,28 +1,14 @@
# #
# nofxx - 2008
#
# http://wiki.nofxx.com/rspec
#
# FAIL IMAGE => http://wiki.nofxx.com/_media/fail.png
# PASS IMAGE => http://wiki.nofxx.com/_media/pass.png
#
# Display styles growl
# Fail => "Media Audio"
# Pass => "Smoke"
#
#require 'autotest/growl'
#require 'autotest/html_report'
# require 'autotest/html_report'
# require 'autotest/kdenotify'
require 'autotest/menu'
#require 'autotest/pretty'
require 'autotest/redgreen'
# require 'autotest/pretty'
# require 'autotest/snarl'
require 'autotest/timestamp'

require 'autotest/redgreen'
require 'autotest/menu'

module Autotest::Growl
Autotest.add_hook :initialize do |at|
# growl "autotest", "Rodando..", "Started autotest", ''
%w{.hg .git .DS_store .log}.each {|exception|at.add_exception(exception)}
%w{.hg .git .DS_store .log}.each {|exception| at.add_exception(exception)}
end
end
6 changes: 6 additions & 0 deletions lib/postgis_adapter.rb
Expand Up @@ -8,6 +8,12 @@
require 'geo_ruby'
require 'common_spatial_adapter'
require 'postgis_functions'
require 'postgis_functions/common'
require 'postgis_functions/class'
require 'postgis_functions/point'
require 'postgis_functions/linestring'
require 'postgis_functions/polygon'
require 'postgis_functions/bbox'
require 'acts_as_geom'

include GeoRuby::SimpleFeatures
Expand Down

0 comments on commit a91f104

Please sign in to comment.