I am on Windows 7 Pro and trying to use RubyTest with Sublime Text 2. I have it installed. I am getting no output in the test results window. If I run a test for example, I see the following in the console:
Running bin/rspec spec\features\static_pages_spec.rb -l9
reloading /C/Users/jgriffin/AppData/Roaming/Sublime Text 2/Packages/User/RubyTest.last-run
If I run this at the command line in a Dos Window it executes. If I run this at the command line in a Git Bash window it does not.
I would prefer to run out of my Bash window. I've tried running subl from the commandline in both Bash and DOS Command windows but result always seem to be the same. No output at all.
I'm running with:
ruby 1.9.3p125 (2012-02-16) [i386-mingw32]
Any help is appreciated!