1 $:.unshift File.join(File.dirname(__FILE__), '..', '..', 'lib')
4 # won't have to do this once plain_text_story_runner is moved into the library
5 # require File.join(File.dirname(__FILE__), "plain_text_story_runner")
7 Dir[File.join(File.dirname(__FILE__), "steps/*.rb")].each do |file|