my directory is : enter image description here the contents of the file 'hhh' is the same as file 'btest_spec.lua'
when I run 'busted' (just use commond 'busted') ,it retu an error: 0 successes / 0 failures / 1 error / 0 pending : 0.00003 seconds Error → No test files found matching Lua patte: _spec
when I run 'busted btest_spec.lua' , it success and retu : ●● 2 successes / 0 failures / 0 errors / 0 pending : 0.003049 seconds
when I run 'busted *', it success and retu : ●●●● 4 successes / 0 failures / 0 errors / 0 pending : 0.006815 seconds
so ,why busted fail to find file 'btest_spec.lua' when I run 'busted'
