Skip to content
Snippets Groups Projects
Commit c86779b6 authored by Alex Reisner's avatar Alex Reisner
Browse files

Add TestHelper.

parent 85542e0c
No related branches found
No related tags found
No related merge requests found
require 'test/unit'
require 'test_helper'
class GeocoderTest < Test::Unit::TestCase
# Replace this with your real tests.
......
require 'rubygems'
require 'test/unit'
$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
require 'geocoder'
class Test::Unit::TestCase
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment