Moved moderation code to new moderate controller
This commit is contained in:
parent
b32f26a1b8
commit
a153391615
12 changed files with 79 additions and 48 deletions
7
test/controllers/moderate_controller_test.rb
Normal file
7
test/controllers/moderate_controller_test.rb
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
require "test_helper"
|
||||
|
||||
class ModerateControllerTest < ActionController::TestCase
|
||||
def test_sanity
|
||||
flunk "Need real tests"
|
||||
end
|
||||
end
|
||||
7
test/helpers/moderate_helper_test.rb
Normal file
7
test/helpers/moderate_helper_test.rb
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
require "test_helper"
|
||||
|
||||
class ModerateHelperTest < ActionView::TestCase
|
||||
def test_sanity
|
||||
flunk "Need real tests"
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue