SublimeText / RSpec

Sublime Text 2 / 3 plugin for RSpec BDD Framework
124 stars 57 forks source link

can't auto use RSpec build #22

Closed phaibin closed 9 years ago

phaibin commented 11 years ago

When I open a rspec file, SL switchs to rspec language. That's good. But when I hit super+B, SL will use Ruby build to build it. And Ruby build will not work. I have to choose RSpec build manually.

I made some change for RSpec.sublime-build: changing "selector" from "source.ruby" to "srouce.ruby.rspec". Then SL will correctly choose Rspec build automatically.

I don't know if this is a bug or only mine is wrong.

princemaple commented 9 years ago

Related PR https://github.com/SublimeText/RSpec/pull/40