mosesn / belt   0.0.1

GitHub

repository so I stop repeating myself

Scala versions: 2.10

belt

things I find myself reimplementing over and over and over again

but aren't these things super trivial?

yes I don't care

api

class AbstractSpec extends FunSpec { self: Named =>
  describe(self.name) {
    it("does something") {
      ...
    }
    ...
  }
}