Files
redmine-exception-handler/test/unit/map_test.rb
Ricky Barrette 2b34516aa8 Added Maps model
refs #16

This model will be used for storing information about each map
2012-04-25 12:39:44 -04:00

11 lines
192 B
Ruby

require File.dirname(__FILE__) + '/../test_helper'
class MapTest < ActiveSupport::TestCase
fixtures :maps
# Replace this with your real tests.
def test_truth
assert true
end
end