Sha256: 6cdee84524346b1b93e6e031e76b772670136ac742da5b9d6d7f93220d2f298c

Contents?: true

Size: 1.11 KB

Versions: 25

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

25 entries across 25 versions & 1 rubygems

Version Path
zena-1.2.7 vendor/TextMate/Zena.tmbundle/Commands/Run all yaml tests.tmCommand
zena-1.2.6 vendor/TextMate/Zena.tmbundle/Commands/Run all yaml tests.tmCommand
zena-1.2.5 vendor/TextMate/Zena.tmbundle/Commands/Run all yaml tests.tmCommand
zena-1.2.4 vendor/TextMate/Zena.tmbundle/Commands/Run all yaml tests.tmCommand
zena-1.2.3 vendor/TextMate/Zena.tmbundle/Commands/Run all yaml tests.tmCommand
zena-1.2.2 vendor/TextMate/Zena.tmbundle/Commands/Run all yaml tests.tmCommand
zena-1.2.1 vendor/TextMate/Zena.tmbundle/Commands/Run all yaml tests.tmCommand
zena-1.2.0 vendor/TextMate/Zena.tmbundle/Commands/Run all yaml tests.tmCommand
zena-1.0.0 vendor/TextMate/Zena.tmbundle/Commands/Run all yaml tests.tmCommand
zena-1.0.0.rc3 vendor/TextMate/Zena.tmbundle/Commands/Run all yaml tests.tmCommand
zena-1.0.0.rc2 vendor/TextMate/Zena.tmbundle/Commands/Run all yaml tests.tmCommand
zena-1.0.0.rc1 vendor/TextMate/Zena.tmbundle/Commands/Run all yaml tests.tmCommand
zena-0.16.9 vendor/TextMate/Zena.tmbundle/Commands/Run all yaml tests.tmCommand
zena-1.0.0.beta3 vendor/TextMate/Zena.tmbundle/Commands/Run all yaml tests.tmCommand
zena-0.16.8 vendor/TextMate/Zena.tmbundle/Commands/Run all yaml tests.tmCommand
zena-1.0.0.beta2 vendor/TextMate/Zena.tmbundle/Commands/Run all yaml tests.tmCommand
zena-1.0.0.beta1 vendor/TextMate/Zena.tmbundle/Commands/Run all yaml tests.tmCommand
zena-0.16.7 vendor/TextMate/Zena.tmbundle/Commands/Run all yaml tests.tmCommand
zena-0.16.6 vendor/TextMate/Zena.tmbundle/Commands/Run all yaml tests.tmCommand
zena-0.16.5 vendor/TextMate/Zena.tmbundle/Commands/Run all yaml tests.tmCommand