Skip to content

Instantly share code, notes, and snippets.

@lfryc
Created September 3, 2012 18:31
Show Gist options
  • Select an option

  • Save lfryc/3611864 to your computer and use it in GitHub Desktop.

Select an option

Save lfryc/3611864 to your computer and use it in GitHub Desktop.
public class ABC {
@Test
public void xyz() {
// open URL
browser.navigate.to("file:///mnt/workspace/test.html?filter=xyz");
// read results
...
}
}
module("ABC");
test("xyz", function() {
ok(true);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment