class BugTest
def test_admin_users
def test_admin_users User.create! full_name: 'John Doe' get admin_users_url assert_response :success assert_match 'John Doe', response.body # has created row end
def test_admin_users User.create! full_name: 'John Doe' get admin_users_url assert_response :success assert_match 'John Doe', response.body # has created row end