mirror of
https://github.com/atom/atom.git
synced 2026-02-12 23:55:10 -05:00
24 lines
740 B
Plaintext
24 lines
740 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>beforeRunningCommand</key>
|
|
<string>nop</string>
|
|
<key>command</key>
|
|
<string>RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
|
|
"${TM_RUBY:=ruby}" -- "${TM_BUNDLE_SUPPORT}/bin/rake_helper.rb" test:uncommitted</string>
|
|
<key>input</key>
|
|
<string>none</string>
|
|
<key>keyEquivalent</key>
|
|
<string>^\</string>
|
|
<key>name</key>
|
|
<string>Test Uncommitted</string>
|
|
<key>output</key>
|
|
<string>showAsHTML</string>
|
|
<key>scope</key>
|
|
<string>source.ruby.rails, source.yaml</string>
|
|
<key>uuid</key>
|
|
<string>212C3047-D9B1-11DC-94E9-00112475D960</string>
|
|
</dict>
|
|
</plist>
|