8 lines
144 B
Ruby
8 lines
144 B
Ruby
|
require File.dirname(__FILE__) + '/../test_helper'
|
||
|
|
||
|
class WebTest < Test::Unit::TestCase
|
||
|
|
||
|
fixtures 'webs', 'pages', 'revisions'
|
||
|
|
||
|
end
|