Sha256: 0b22e8ed35de0b807077ef4642efaf4e446e05f11ae33447e3fa0da2c9df0ffb

Contents?: true

Size: 1.11 KB

Versions: 3

Compression:

Stored size: 1.11 KB

Contents

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>beforeRunningCommand</key>
	<string>saveActiveFile</string>
	<key>command</key>
	<string># Assumes the current file is a yaml test file
# Runs with the currently-focused method as the test name

args=$(${TM_RUBY:=ruby} &lt;&lt;"EOF"
group      = ENV['TM_FILEPATH'].split('/').last.split('.').first
test_file = "#{File.dirname(ENV['TM_FILEPATH'])}_test.rb"
puts test_file
EOF)

if [[ -z "$args" ]]; then
echo -e "This doesn't appear to be a yaml test file."
exit_show_tool_tip
fi

export RUBYLIB="$TM_BUNDLE_SUPPORT/RubyMate${RUBYLIB:+:$RUBYLIB}"
"${TM_RUBY:-ruby}" -- "$TM_BUNDLE_SUPPORT/RubyMate/run_script.rb" $args</string>
	<key>input</key>
	<string>document</string>
	<key>keyEquivalent</key>
	<string>@r</string>
	<key>name</key>
	<string>Run all yaml tests</string>
	<key>output</key>
	<string>showAsHTML</string>
	<key>scope</key>
	<string>source.yaml</string>
	<key>uuid</key>
	<string>1AF06162-B9B6-46E8-8058-AF8CA4EDC178</string>
</dict>
</plist>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
zena-0.15.2 vendor/TextMate/Zena.tmbundle/Commands/Run all yaml tests.tmCommand
zena-0.15.1 vendor/TextMate/Zena.tmbundle/Commands/Run all yaml tests.tmCommand
zena-0.15.0 vendor/TextMate/Zena.tmbundle/Commands/Run all yaml tests.tmCommand