module Nanoc::Spec::HelperHelper

Public Instance Methods

ctx() click to toggle source
# File lib/nanoc/spec.rb, line 237
def ctx
  @_ctx ||= HelperContext.new(described_class)
end
helper() click to toggle source
# File lib/nanoc/spec.rb, line 241
def helper
  @_helper ||= ctx.helper
end