Fix 1.9 build. MAXWELL.

This commit is contained in:
Sarah Mei 2011-01-11 19:54:22 -08:00
parent 73821859e6
commit 756471be43

View file

@ -3,9 +3,10 @@
# the COPYRIGHT file.
require 'spec_helper'
require 'lib/pubsubhubbub'
require File.join(Rails.root, 'lib', 'pubsubhubbub')
describe Pubsubhubbub do
before do
RestClient.unstub!(:post)
end