Some infrastructure for AR and accompanying unit tests
This commit is contained in:
parent
6d8190c096
commit
1b8baa3d03
18 changed files with 155 additions and 187 deletions
7
test/unit/page_test.rb
Normal file
7
test/unit/page_test.rb
Normal file
|
@ -0,0 +1,7 @@
|
|||
require File.dirname(__FILE__) + '/../test_helper'
|
||||
|
||||
class PageTest < Test::Unit::TestCase
|
||||
|
||||
fixtures 'webs', 'pages', 'revisions'
|
||||
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue