git.fiddlerwoaroof.com
Raw Blame History
package com.fiddlerwoaroof.experiments.graphql_addressbook

import org.scalatest._

class HelloSpec extends FlatSpec with Matchers {
  "The Hello object" should "say hello" in {
    Hello.greeting shouldEqual "hello"
  }
}