Skip to content
chinasaur edited this page Aug 23, 2010 · 15 revisions

Welcome to the machinist wiki!

I found that using require File.expand_path(File.dirname(__FILE__) + '/blueprints') didn’t work with autospec/spec_server. It would find the blueprints the first run through, but then fail to find them for subsequent runs. It works if you instead tell it: load File.expand_path(File.dirname(__FILE__) + '/blueprints.rb')

Clone this wiki locally