mirror of
https://github.com/zhigang1992/tsemple.git
synced 2026-01-12 17:52:57 +08:00
8 lines
135 B
Ruby
8 lines
135 B
Ruby
require 'test_helper'
|
|
|
|
class MarkdownControllerTest < ActionController::TestCase
|
|
# test "the truth" do
|
|
# assert true
|
|
# end
|
|
end
|