Commit fbaac42c authored by Samuel Giddins's avatar Samuel Giddins

Remove fit from functional spec

parent 2c8e43a3
......@@ -86,7 +86,7 @@ module Pod
end
end
fit 'handles hooking up mulitple test targets based on an xcodeproj project' do
it 'handles hooking up mulitple test targets based on an xcodeproj project' do
Dir.chdir(temporary_directory) do
project = Xcodeproj::Project.new(temporary_directory + 'test.xcodeproj')
project.new_target(:application, 'App', :ios)
......
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