Add a spec for testing Middleman::Util#binary?

This commit is contained in:
Ben Hollis 2013-02-09 15:45:45 -08:00
parent 559265140d
commit 700b844e67
9 changed files with 29 additions and 1 deletions

View file

@ -10,6 +10,9 @@ require "thor"
# Core Pathname library used for traversal
require "pathname"
require "tilt"
require "rack/mime"
module Middleman
module Util