Start getting middleman-more tests passing. About 50% done

This commit is contained in:
Thomas Reynolds 2011-12-29 19:04:39 -08:00
parent c8a134a386
commit 73913f0ace
97 changed files with 267 additions and 161 deletions

View file

@ -11,7 +11,7 @@ module Middleman::Cli
desc "version", "Show version"
def version
require 'middleman-core/version'
say "Middleman #{Middleman::Core::VERSION}"
say "Middleman #{Middleman::VERSION}"
end
# Override the Thor help method to find help for subtasks