get all the tests working with the new binary

This commit is contained in:
Thomas Reynolds 2011-07-26 23:19:43 -07:00
parent 4569d597f5
commit 2634c4156f
9 changed files with 46 additions and 27 deletions

View file

@ -1,4 +1,3 @@
root_path = File.dirname(File.dirname(File.dirname(__FILE__)))
ENV["MM_DIR"] = File.join(root_path, "fixtures", "test-app")
require File.join(root_path, 'lib', 'middleman')
require "rack/test"