Skip to content

Instantly share code, notes, and snippets.

@icodeecono
icodeecono / quiz.feature
Created December 17, 2011 14:09 — forked from tooky/quiz.feature
Minisculus Challenge REST API
Feature: a quiz
Background:
Given the quiz is configured with the questions:
"""
[
{"key": "foo", "question": "1+1", "answer": "2", "reference-url": "foo.html"},
{"key": "bar", "question": "1x3", "answer": "3", "reference-url": "bar.html"}
]
"""