Commit c2d6a3fe authored by Fabio Pelosin's avatar Fabio Pelosin

[Specs] Fix for case sensitive file systems.

parent 4036b663
...@@ -112,7 +112,7 @@ describe Pod::LocalPod do ...@@ -112,7 +112,7 @@ describe Pod::LocalPod do
subspecs = fixture_spec('chameleon/Chameleon.podspec').subspecs subspecs = fixture_spec('chameleon/Chameleon.podspec').subspecs
@pod = Pod::LocalPod.new(subspecs[0], @sandbox, Pod::Platform.new(:osx)) @pod = Pod::LocalPod.new(subspecs[0], @sandbox, Pod::Platform.new(:osx))
@pod.add_specification(subspecs[1]) @pod.add_specification(subspecs[1])
copy_fixture_to_pod('Chameleon', @pod) copy_fixture_to_pod('chameleon', @pod)
end end
it "identifies the top level specification" do it "identifies the top level specification" 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