moxley / atom-ruby-test

Run Ruby tests, Rspec examples, and Cucumber features from Atom
MIT License
43 stars 36 forks source link

rspec framework detected for test-all command in minitest project #70

Closed moxley closed 9 years ago

moxley commented 9 years ago

When there is no test file open, and there exists a spec directory in the project, and the user executes the test-all ruby-test command, ruby-test ignores a specFramework setting set to "minitest" and assumes the framework is rspec.

moxley commented 9 years ago

Fixed