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