Logs controller added
This commit is contained in:
parent
9ad5a05914
commit
230f5ec213
9 changed files with 66 additions and 0 deletions
9
test/controllers/logs_controller_test.rb
Normal file
9
test/controllers/logs_controller_test.rb
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
require "test_helper"
|
||||
|
||||
class LogsControllerTest < ActionController::TestCase
|
||||
def test_index
|
||||
get :index
|
||||
assert_response :success
|
||||
end
|
||||
|
||||
end
|
||||
7
test/helpers/logs_helper_test.rb
Normal file
7
test/helpers/logs_helper_test.rb
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
require "test_helper"
|
||||
|
||||
class LogsHelperTest < ActionView::TestCase
|
||||
def test_sanity
|
||||
flunk "Need real tests"
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue