require 'test_helper'

class TestcasesControllerTest < ActionController::TestCase
  setup do
    @testcase = testcases(:one)
  end
end
