diff options
| author | Nicolas Braud-Santoni <nicoo@ffgraz.net> | 2016-08-07 16:39:42 +0200 | 
|---|---|---|
| committer | Nicolas Braud-Santoni <nicoo@ffgraz.net> | 2016-08-07 16:39:42 +0200 | 
| commit | b6ca062670b342344df08b53fb216db619ef42bc (patch) | |
| tree | 7680ac6b407239f6b7272c937e42f688b8de542c /test/unit/location_test.rb | |
Import legacy manman source
Copied from www.ffgraz.net
Diffstat (limited to 'test/unit/location_test.rb')
| -rw-r--r-- | test/unit/location_test.rb | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/test/unit/location_test.rb b/test/unit/location_test.rb new file mode 100644 index 0000000..c69b7a1 --- /dev/null +++ b/test/unit/location_test.rb @@ -0,0 +1,10 @@ +require File.dirname(__FILE__) + '/../test_helper' + +class LocationTest < Test::Unit::TestCase +  fixtures :location + +  # Replace this with your real tests. +  def test_truth +    assert true +  end +end | 
