projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Tests for [17838]
[rails.git]
/
test
/
unit
/
country_test.rb
1
require File.dirname(__FILE__) + '/../test_helper'
2
3
class CountryTest < ActiveSupport::TestCase
4
fixtures :countries
5
6
test "country count" do
7
assert_equal 2, Country.count
8
end
9
end