Skip to content

Instantly share code, notes, and snippets.

View samwho's full-sized avatar
🦀
Still in love with Rust.

Sam Rose samwho

🦀
Still in love with Rust.
View GitHub Profile
@teamon
teamon / specs.scala
Created January 31, 2011 16:50
Scala specs cheatsheet
// === Basics
a must beMatching(bar)
a must be matching(bar)
a must not be matching(bar) // negation
// === Any object
a must_== b
a must_!= b