Commit 19faee3a authored by Eloy Duran's avatar Eloy Duran

Fix reporting when the integration fixtures don't exist.

parent 5b5abd6c
...@@ -21,8 +21,8 @@ module SpecHelper ...@@ -21,8 +21,8 @@ module SpecHelper
end end
end end
unless SpecHelper.fixture('integration/ASIHTTPRequest').exist? unless SpecHelper.fixture('integration/ASIHTTPRequest/Classes').exist?
puts "[!] You must init/update the git submodules for the integration spec to work, skipping." puts "[!] You must run `git submodule update --init` for the integration spec to work, skipping."
else else
describe "A full (integration spec) installation" do describe "A full (integration spec) installation" do
extend SpecHelper::TemporaryDirectory extend SpecHelper::TemporaryDirectory
......
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