maltize / sublime-text-2-ruby-tests

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

return dummy project path for anonymous files #233

Closed smanolloff closed 10 years ago

smanolloff commented 10 years ago

Prevent errors thrown each time a character is inserted into an anonymous file, causing latency and errors in the sublime console: AttributeError: 'AnonymousFile' object has no attribute 'partition_folder'

maltize commented 10 years ago

https://github.com/maltize/sublime-text-2-ruby-tests/issues/234