# encoding: utf-8 # This is simply a handy way to predefine Context::Spec so that # I don't have to indent things like crazy elsewhere. # Suppose I can potentially put useful things here someday. module Context module Spec end end