require File.join(__FILE__.gsub(/(.*)?\/spec\/.*$/, '\1'), 'spec/spec_helper') describe Rtml::State do # Replace this with your real tests. it "is the truth" do true.should be(true) end end