remove rspec, convert everything to cucumber

This commit is contained in:
tdreyno 2010-09-06 10:59:51 -07:00
parent b3ee656a0e
commit 4ba90bf1c7
52 changed files with 201 additions and 151 deletions

View file

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