7 lines
125 B
Ruby
7 lines
125 B
Ruby
require "test_helper"
|
|
|
|
class LogsHelperTest < ActionView::TestCase
|
|
def test_sanity
|
|
# flunk "Need real tests"
|
|
end
|
|
end
|