updates bundler and adds needed symlinks to make features run w/bundler

This commit is contained in:
Ben Mabey 2010-05-30 22:37:23 -06:00
parent bdad66c825
commit 0bcd3efcd0
6 changed files with 79 additions and 56 deletions

View file

@ -10,7 +10,7 @@ class FeatureRunner
@strategy || 'truncation'
end
def go feature
def go(feature)
full_dir ||= File.expand_path(File.dirname(__FILE__) + "/../../examples/")
Dir.chdir(full_dir) do