mirror of
https://github.com/atom/atom.git
synced 2026-02-12 15:45:23 -05:00
22 lines
583 B
Plaintext
22 lines
583 B
Plaintext
<?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>content</key>
|
|
<string>require File.dirname(__FILE__) + '/../test_helper'
|
|
|
|
class ${1:Model}ControllerTest < ActionController::TestCase
|
|
deft$0
|
|
end
|
|
</string>
|
|
<key>name</key>
|
|
<string>Create functional test class</string>
|
|
<key>scope</key>
|
|
<string>source.ruby</string>
|
|
<key>tabTrigger</key>
|
|
<string>cla</string>
|
|
<key>uuid</key>
|
|
<string>F60D0630-CBF5-4283-9D20-FA46C787A88D</string>
|
|
</dict>
|
|
</plist>
|