moxley / atom-ruby-test

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

testScope should be specified for testFile(). #91

Closed shugo closed 8 years ago

shugo commented 8 years ago

Otherwise, "Unknown scope" error occurs when ruby-test:test-file is invoked.

moxley commented 8 years ago

Good catch. However, I'm in the middle of refactoring this file in another branch: https://github.com/moxley/atom-ruby-test/tree/respond-bad-file-info. It will make your fix moot.

shugo commented 8 years ago

I see. Thanks.