Commit d9f1e9f46b01e203b15532864f92a571b4cbd6e8
- Date: Thu Jun 19 00:45:57 +0000 2008
- Committer: Tim Harper (timcharper@gmail.com)
- Author: Tim Harper (timcharper@gmail.com)
- Commit SHA1: d9f1e9f46b01e203b15532864f92a571b4cbd6e8
- Tree SHA1: c7fa2196afb65f5362dcf0f3626688f1aa2e69cb
Fix to make RSpec story debugger not try and run for RSpec stories
Commit diff
| |   |
| 26 | 26 | <key>output</key> |
| 27 | 27 | <string>showAsHTML</string> |
| 28 | 28 | <key>scope</key> |
| 29 | | <string>source.ruby</string> |
| 29 | <string>source.ruby, source.ruby.rspec.story</string> |
| 30 | 30 | <key>uuid</key> |
| 31 | 31 | <string>61FE0786-CB5F-4E8F-8DFD-03C0128CDE50</string> |
| 32 | 32 | </dict> |
| toggle raw diff |
--- a/Commands/Debug - Current File.tmCommand
+++ b/Commands/Debug - Current File.tmCommand
@@ -26,7 +26,7 @@ load 'rdebug'</string>
<key>output</key>
<string>showAsHTML</string>
<key>scope</key>
- <string>source.ruby</string>
+ <string>source.ruby, source.ruby.rspec.story</string>
<key>uuid</key>
<string>61FE0786-CB5F-4E8F-8DFD-03C0128CDE50</string>
</dict> |