projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fixing some of the tests, adding the new tests to make sure that you can't edit when...
[rails.git]
/
test
/
unit
/
relation_member_test.rb
1
require File.dirname(__FILE__) + '/../test_helper'
2
3
class RelationMemberTest < Test::Unit::TestCase
4
api_fixtures
5
6
def test_relation_member_count
7
assert_equal 5, RelationMember.count
8
end
9
10
end