Call helper function in test file

Do anybody know how to call helper function in test files?

I mean i have written a function in application_helper.rb and i want to
call it in one of my test files… test/integration/abc.rb …

Have any idea ?