ruby on rails - RubyTest has no output in Sublime Text 2 -
i have rubytest installed sublime text 2, , when try run tests within sublime, once see log happened, see:
traceback (most recent call last): file "./sublime_plugin.py", line 337, in run_ file "./exec.py", line 145, in run oserror: [errno 20] not directory: '/users/myuser/code/ruby/movie_spec.rb' reloading /users/myuser/library/application support/sublime text 2/packages/user/rubytest.last-run package control: no updated packages
any ideas? rspec runs fine when use in console.
personally, i'd recommend installing zentest , using autotest
functionality continually run tests in terminal window.
it watches changes in tests , reruns them automatically. it's handy write code , tests.
Comments
Post a Comment