SublimeText / RSpec

Sublime Text 2 / 3 plugin for RSpec BDD Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

It does not automatically set RSpec syntax

Sephi-Chan opened this issue · comments

Hello,

I installed this plugin and it's great but it misses one little feature to be perfect.
Opening a ***_spec.rb file should set the RSpec syntax. For now it sticks to the Ruby syntax.

I hope you'll be able to fix that. ;)

Thanks for the plugin and for Sublime Text!

The DetectSyntax plugin does that already.

Thank you @jarhart, it's great ! ;)

I have added the corresponding support to this package for JUST setting the syntax for RSpec files. This shouldn't get in the way of the DetectSyntax plugin, since it would just be doing double-duty and the operation time is almost immediate.