Skip to content

Instantly share code, notes, and snippets.

View sorenmat's full-sized avatar
:octocat:
That's not a pony

Søren Mathiasen sorenmat

:octocat:
That's not a pony
View GitHub Profile

Keybase proof

I hereby claim:

  • I am sorenmat on github.
  • I am sorenmat (https://keybase.io/sorenmat) on keybase.
  • I have a public key ASBYe2sDHZitISL53UOVLRETM3w8Dd6R7hlPCF_07IT2NAo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am sorenmat on github.
  • I am sorenmat (https://keybase.io/sorenmat) on keybase.
  • I have a public key whose fingerprint is 3CB4 05AD 7817 8CC1 44CB DF54 D69E 6BB7 5E2B 3EAC

To claim this, I am signing this object:

@sorenmat
sorenmat / play.rb
Last active December 12, 2015 05:28
Gist for installing play 2.1 via homebrew
require 'formula'
class Play < Formula
homepage 'http://www.playframework.org/'
url 'http://downloads.typesafe.com/play/2.1.0/play-2.1.0.zip'
sha1 '0708a30906673b5cded859b9d3d772a01855e07a'
version '2.1'
def install
rm Dir['*.bat'] # remove windows' bat files
import org.junit.runner.RunWith
import org.scalatest.matchers.ShouldMatchers
import org.scalatest.Spec
import org.scalatest.TestFailedException
import org.scalatest.junit.JUnitRunner
@RunWith(classOf[JUnitRunner])
class SampleTest extends Spec with ShouldMatchers {
describe("simple test case") {
it("should run") {