Skip to content

Instantly share code, notes, and snippets.

@rsutphin
Created July 1, 2010 21:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save rsutphin/460611 to your computer and use it in GitHub Desktop.
Save rsutphin/460611 to your computer and use it in GitHub Desktop.
package foo;
import junit.framework.TestCase;
public class BarTest extends TestCase {
public void testNothing() {
System.out.println("Test ran. Hooray.");
}
}
define 'foo' do
Java.java.lang.System.setProperty("foo", "bar")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment