Commit 553ab18a authored by Eloy Duran's avatar Eloy Duran

Make specs green on Travis.

parent 745ca34e
...@@ -106,9 +106,14 @@ end ...@@ -106,9 +106,14 @@ end
describe "A Pod::Specification that's part of another pod's source" do describe "A Pod::Specification that's part of another pod's source" do
before do before do
config.repos_dir = fixture('spec-repos')
@spec = Pod::Specification.new @spec = Pod::Specification.new
end end
after do
config.repos_dir = SpecHelper.tmp_repos_path
end
it "adds a dependency on the other pod's source, but not the library" do it "adds a dependency on the other pod's source, but not the library" do
@spec.part_of = 'monkey', '>= 1' @spec.part_of = 'monkey', '>= 1'
@spec.should.be.part_of_other_pod @spec.should.be.part_of_other_pod
......
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