explicit action and test for edit_web
This commit is contained in:
parent
a3142c377a
commit
780891349a
2 changed files with 11 additions and 0 deletions
|
@ -151,6 +151,13 @@ class WikiControllerTest < Test::Unit::TestCase
|
|||
end
|
||||
|
||||
|
||||
def test_edit_web
|
||||
process 'edit_web', 'web' => 'wiki1'
|
||||
# this action simply renders a form
|
||||
assert_success
|
||||
end
|
||||
|
||||
|
||||
def test_export_html
|
||||
setup_wiki_with_three_pages
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue