Skip to content

Instantly share code, notes, and snippets.

@vdichev
Created August 10, 2010 20:46
Show Gist options
  • Select an option

  • Save vdichev/517975 to your computer and use it in GitHub Desktop.

Select an option

Save vdichev/517975 to your computer and use it in GitHub Desktop.
implicit val reportError = new ReportFailure {
def fail(msg: String): Nothing = TwitterAPISpecs.this.fail(msg)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment