Project

General

Profile

Download (151 Bytes) Statistics
| Branch: | Tag: | Revision:
require 'test_helper'

class AuditControllerTest < ActionController::TestCase

def test_list
get :list
assert_response :success
end

end
(2-2/21)