require File.expand_path(File.dirname(__FILE__) + '/spec_helper') describe "<%= stack_name %>" do def app <%= stack_name %>.stackup end it "fails" do fail "hey buddy, you should probably rename this file and start specing for real" end end