Fix 1.9 build. MAXWELL.
This commit is contained in:
parent
73821859e6
commit
756471be43
1 changed files with 2 additions and 1 deletions
|
|
@ -3,9 +3,10 @@
|
||||||
# the COPYRIGHT file.
|
# the COPYRIGHT file.
|
||||||
|
|
||||||
require 'spec_helper'
|
require 'spec_helper'
|
||||||
require 'lib/pubsubhubbub'
|
require File.join(Rails.root, 'lib', 'pubsubhubbub')
|
||||||
|
|
||||||
describe Pubsubhubbub do
|
describe Pubsubhubbub do
|
||||||
|
|
||||||
before do
|
before do
|
||||||
RestClient.unstub!(:post)
|
RestClient.unstub!(:post)
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue