Commit 47cefac3 authored by Marin Usalj's avatar Marin Usalj

Added a test for not inhibiting warnings by default

parent f90c28ce
...@@ -261,6 +261,11 @@ module Pod ...@@ -261,6 +261,11 @@ module Pod
flags.should.include?('-w') flags.should.include?('-w')
end end
it "doesn't inhibit warnings by default" do
flags = @installer.send(:compiler_flags_for_consumer, @spec.consumer(:ios))
flags.should.not.include?('-w')
end
end end
end end
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