Running:
- ruby unit tests (all tests from file / single test)
- cucumber tests (feature / scenario)
- rspec (full spec, single spec)
Maciej Gajek & Grzegorz Smajdor (https://github.com/gs) project.
Go to your Sublime Text 2 Packages directory
- OS X:
~/Library/Application Support/Sublime Text 2/Packages/ - Windows:
%APPDATA%/Sublime Text 2/Packages/ - Linux:
~/.Sublime Text 2/Packages/
and clone the repository using the command below:
git clone https://github.com/maltize/sublime-text-2-ruby-tests.git RubyTestYou can specify different binary for each type of test to use.
Make a copy of RubyTest.sublime-settings to Packages/User and make your changes.
- Run single ruby test:
Command-Shift-R - Run all ruby tests from current file:
Command-Shift-T - Run last ruby test(s):
Command-Shift-E - Show test panel:
Command-Shift-X - Check RB, ERB file syntax:
Alt-Shift-V - Switching between code and test:
- Single View:
Command-. - Split View:
Command+Ctrl+.
- Single View:
Keys: 'Command' (OSX) 'Ctrl' (Linux / Windows)
We have known colors issue. Please check this thread for temporary solution.
Before reporting an issue be sure to :
- Run Sublime Text 2 from command line
If this will not help provide to us debug informations using (CTRL + ` )
Please open an issue at https://github.com/maltize/sublime-text-2-ruby-tests if you discover a problem or would like to see a feature/change implemented.
