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

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