First current node tag test
This commit is contained in:
parent
1bcc2242c0
commit
ebb8e5524e
1 changed files with 10 additions and 0 deletions
10
test/unit/current_node_tag_test.rb
Normal file
10
test/unit/current_node_tag_test.rb
Normal file
|
@ -0,0 +1,10 @@
|
|||
require File.dirname(__FILE__) + '/../test_helper'
|
||||
|
||||
class CurrentNodeTagTest < Test::Unit::TestCase
|
||||
fixtures :current_node_tags, :nodes
|
||||
|
||||
def test_tag_count
|
||||
assert_equal 3, NodeTag.count
|
||||
end
|
||||
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue