maltize / sublime-text-2-ruby-tests

Sublime Text 2 plugin for running ruby tests! (Unit, RSpec, Cucumber)
722 stars 119 forks source link

Faster pre-loaded env like "rspec-console" #180

Closed gastonmorixe closed 11 years ago

gastonmorixe commented 11 years ago

Hi guys,

I was watching this screencast and gem https://github.com/nviennot/rspec-console

It adds the ability to run "rpsec" from interactive console and tests runs really fast.

I was wondering if this idea could works and improve RubyTests, preloading the rails env once, not each time the command is triggered.

Thanks.

gs commented 11 years ago

Hi,

sry but I dont think its possible to work that way. There are some other solution like zeus..spork which we support.