blob: cc02fb2b04776d3f566ce0837ab438179276884b [file] [log] [blame]
package org.eclipse.dltk.ruby.formatter.tests;
import org.eclipse.dltk.formatter.tests.ScriptedTest;
import junit.framework.TestSuite;
public class HereDocumentTest extends ScriptedTest {
public static TestSuite suite() {
return new HereDocumentTest().createScriptedSuite(
RubyFormatterTestsPlugin.CONTEXT, "scripts/heredocument.rb");
}
}