We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The Infinity Test support only gems (in the next release I'll support Rails and Sinatra apps)
The Infinity test will looks for Patterns.
Pattern => "test/*/*_test.rb"
Then if you have a gem with some.rb when you change the file, the Infinity Test will look for some_test.rb in the test folder.
Pattern => "spec/*/*_spec.rb"
Then if you have a gem with some.rb when you change the file, the Infinity Test will look for some_spec.rb in the spec folder.