debshots/test/helpers/logs_helper_test.rb
2018-08-13 15:02:11 +02:00

7 lines
125 B
Ruby

require "test_helper"
class LogsHelperTest < ActionView::TestCase
def test_sanity
# flunk "Need real tests"
end
end