Skip to content

Instantly share code, notes, and snippets.

@indare
indare / VendingSpec.groovy
Created June 24, 2012 08:37 — forked from kyonmm/VendingSpec.groovy
Cafe.Spockでの演習
import spock.lang.Specification
import spock.lang.Unroll
/**
* Created by IntelliJ IDEA.
* User: kyon
* Date: 12/06/24
* Time: 14:53
* To change this template use File | Settings | File Templates.
*/
class VendingSpec extends Specification {