Commit 837e7147 authored by Fabio Pelosin's avatar Fabio Pelosin

[PathList] Update specs.

parent 7a6d558c
require File.expand_path('../../../spec_helper', __FILE__)
module Pod
describe LocalPod::PathList do
describe Sandbox::PathList do
before do
@path_list = LocalPod::PathList.new(fixture('banana-lib'))
@path_list = Sandbox::PathList.new(fixture('banana-lib'))
end
describe "In general" 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