Cruft from seperate log controller removed
This commit is contained in:
parent
2b3db52608
commit
80d21a1f90
6 changed files with 1 additions and 65 deletions
|
|
@ -1,9 +0,0 @@
|
|||
require "test_helper"
|
||||
|
||||
class LogsControllerTest < ActionController::TestCase
|
||||
def test_index
|
||||
get :index
|
||||
assert_response :success
|
||||
end
|
||||
|
||||
end
|
||||
|
|
@ -2,6 +2,6 @@ require "test_helper"
|
|||
|
||||
class LogsHelperTest < ActionView::TestCase
|
||||
def test_sanity
|
||||
flunk "Need real tests"
|
||||
# flunk "Need real tests"
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue