Commit 378a4ae0 authored by Eloy Duran's avatar Eloy Duran

Fix a RubyGems specific version spec failure.

parent d4b17423
......@@ -250,7 +250,7 @@ describe "A Pod::Specification, hierarchy" do
it "uses the spec version for the dependencies" do
@spec.dependencies.
select { |d| d.name =~ /MainSpec/ }.
all? { |d| d.requirement === Pod::Version.new('0.999') }.
all? { |d| d.requirement.to_s == '= 0.999' }.
should.be.true
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