summaryrefslogtreecommitdiff
blob: e02256991b811aed7e72b48935e5a900c96f5c55 (plain)
1
2
3
4
5
6
7
8
require 'test_helper'

class ToolsControllerTest < ActionController::TestCase
  # Replace this with your real tests.
  test "the truth" do
    assert true
  end
end