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

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