require 'yaml' to fix specs under Ruby 1.9.1

This commit is contained in:
Ryan Tomayko 2009-02-21 22:29:54 -08:00
parent 1eb1a78da8
commit b398c1c83b
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
require 'yaml'
require File.dirname(__FILE__) + '/helper'
describe 'Sinatra::Test' do