fcoury / atom-rspec

Atom RSpec runner package
MIT License
69 stars 42 forks source link

Marry atom-rspec with atom-rspec-focus to support running specific specs? #76

Closed lukasnagl closed 5 years ago

lukasnagl commented 9 years ago

I currently use traviskroberts/atom-rspec-focus to mark specific specs I’d like to run with the tag focus. Regular execution would then be rspec spec/ --tag focus.

In general, it would be nice if this project supported a way of only executing specs of a certain tag. Merging atom-rspec-focus into this project combined with a new keyboard shortcut to only execute the specs marked with the tag focus seems like a possible way to do it.