リビジョン 629e7d4b
| test/unit/term_test.rb | ||
|---|---|---|
|
require File.dirname(__FILE__) + '/../test_helper'
|
||
|
|
||
|
class TermTest < ActiveSupport::TestCase
|
||
|
fixtures :terms
|
||
|
plugin_fixtures :terms
|
||
|
|
||
|
# Replace this with your real tests.
|
||
|
def test_truth
|
||
Add plugin's fixtures directory to read fixtures on test