Commit 81cafefa authored by Fabio Pelosin's avatar Fabio Pelosin

[Specs] Fix issue related to REST constant

parent 947a010e
...@@ -40,6 +40,7 @@ module Pod ...@@ -40,6 +40,7 @@ module Pod
before do before do
set_up_test_repo set_up_test_repo
config.repos_dir = SpecHelper.tmp_repos_path config.repos_dir = SpecHelper.tmp_repos_path
require 'rest'
::REST.stubs(:head => stub(:success? => true)) ::REST.stubs(:head => stub(:success? => true))
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment