.yml test path setup for Ruby without Rails

I am having trouble finding the correct syntax for calling my test files using Ruby. I am not using rails. I can’t seem to find a way to call the test file without using Rails/Rake.

Has anyone done this before or am I seeking an answer to a lost cause?

How do you test your code now on your own computer?

I just jun the test file with “ruby test path”