Load language fixtures before running the language tests
This commit is contained in:
parent
9e160ec176
commit
c82c760e9d
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
require "test_helper"
|
||||
|
||||
class LanguageTest < ActiveSupport::TestCase
|
||||
fixtures :languages
|
||||
|
||||
test "language count" do
|
||||
assert_equal 3, Language.count
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue