]> git.openstreetmap.org Git - rails.git/blobdiff - test/unit/language_test.rb
Moved find_token method into the token class, since that seems a more appropriate...
[rails.git] / test / unit / language_test.rb
index a366793ef772f7a12002cbdb6877c5717fc4b346..da30044594899f248b704e644eb96c596bb1a44c 100644 (file)
@@ -1,8 +1,7 @@
-require 'test_helper'
+require File.dirname(__FILE__) + '/../test_helper'
 
 class LanguageTest < ActiveSupport::TestCase
-  # Replace this with your real tests.
-  test "the truth" do
-    assert true
+  test "language count" do
+    assert_equal 2, Language.count
   end
 end