Skip to content

Instantly share code, notes, and snippets.

@tom
tom / JUnit on SBT
Created November 11, 2010 08:02
JUnit on SBT
Bar.scala
import org.junit.{Ignore, Test}
import org.scalatest.junit.JUnitSuite
import org.junit.Assert._
import org.hamcrest.CoreMatchers._
class Bar extends JUnitSuite {
@tom
tom / x
Created November 18, 2008 19:29
// Based on apidock.org Ubiquity Search: http://gist.github.com/8132
CmdUtils.CreateCommand(
{
name: "code",
takes: {"function": noun_arb_text},
icon: "http://github.com/fluidicon.png",
homepage: "http://tiago.zusee.com",
author: {name: "Tiago Bastos", email: "comechao@gmail.com"},
license: "MPL,GPL",
description: "Search on Github Code Search",