Commit 39f70d6d authored by Ian Ynda-Hummel's avatar Ian Ynda-Hummel

Fix integration tests to account for changes to init command.

parent 9d388306
...@@ -384,10 +384,6 @@ describe "Integration" do ...@@ -384,10 +384,6 @@ describe "Integration" do
check "init", "init_single_platform" check "init", "init_single_platform"
end end
describe "Initializes a Podfile with no uniform platform" do
check "init", "init_multiple_platforms"
end
end end
#--------------------------------------# #--------------------------------------#
......
# Uncomment this line to define a global platform for your project
# platform :ios, "6.0"
target "SampleApp" do
platform :osx
end
target "SampleiOSApp" do
platform :ios
end
platform :osx # Uncomment this line to define a global platform for your project
# platform :ios, "6.0"
target "SampleApp" do target "SampleApp" do
......
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