I am building a simple Sinatra app.
I am using Textmate (1.5.11) and have successfully installed RSpec bundle (https://github.com/rspec/rspec-tmbundle)
Currently the RSpec Textmate bundle works fine but I don't like having to manually trigger the execution of all the tests in my spec folder.
I have have guard-rspec already running (with growl notification) but I would like to trigger the Textmate RSpec bundle - it is a nice UI and displays all the test result info in a format I like.
Is there a way to configure Textmate + RSpec bundle to auto run whenever a .rb file is saved?
Thanks.