projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
More work on moving styles out of line and extending RTL support
[rails.git]
/
test
/
unit
/
friend_test.rb
1
require File.dirname(__FILE__) + '/../test_helper'
2
3
class FriendTest < ActiveSupport::TestCase
4
api_fixtures
5
fixtures :friends
6
7
def test_friend_count
8
assert_equal 1, Friend.count
9
end
10
11
end