Skip to content

Instantly share code, notes, and snippets.

@atoulme
Forked from rsutphin/buildfile
Created July 2, 2010 02:06
Show Gist options
  • Save atoulme/460832 to your computer and use it in GitHub Desktop.
Save atoulme/460832 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