projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Localisation updates from https://translatewiki.net.
[rails.git]
/
test
/
models
/
language_test.rb
1
require 'test_helper'
2
3
class LanguageTest < ActiveSupport::TestCase
4
test "language count" do
5
assert_equal 3, Language.count
6
end
7
end