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