I’m just writing some algorithm methods that I don’t want to put in a class. So I just put them in my ruby file.
But I cant figure out how to write test or more specifically use describe :xxx since I dont’ have a class name to put after the main describe. Any ideas?
I’m just writing some algorithm methods that I don’t want to put in a
Share
You can put any string after the describe statement: