1 require File.dirname(__FILE__) + '/../../rspec/lib/spec/version'
3 class VersionTag < Tags::DefaultTag
4 infos(:name => "CustomTag/VersionTag",
5 :summary => "Puts the version on the page")
9 def process_tag(tag, node)
10 return Spec::VERSION::STRING