Load language fixtures before running the language tests

This commit is contained in:
Tom Hughes 2015-02-22 19:26:53 +00:00
parent 9e160ec176
commit c82c760e9d

View file

@ -1,6 +1,8 @@
require "test_helper"
class LanguageTest < ActiveSupport::TestCase
fixtures :languages
test "language count" do
assert_equal 3, Language.count
end