package com.twitter.birdname class BirdNameServiceSpec extends AbstractSpec { "BirdNameService" should { // TODO: Please implement your own tests "hello world" in { birdName.hello.get() mustEqual "world" } } }