RSpec is a BDD (Behavioral-Driven Development) testing framework for Ruby. This package adds support to Sublime Text 2 for testing Ruby applications wioth RSpec.
Bring up a command line in the Packages/ folder of your Sublime user folder, and execute the following:
git clone git://github.com/SublimeText/RSpec.git
When you launch Sublime Text 2, it will pick up the contents of this package so that you can consume the goodness that it provides.
- RSpec.sublime-build for executing unit tests for the active module via the S2 Build command
- You must assign the builder for your project to 'Ceedling'