Skip to content

Commit

Permalink
Remove check for bazaar
Browse files Browse the repository at this point in the history
  • Loading branch information
amorde committed Oct 26, 2023
1 parent fdf8634 commit 603eb91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/external_sources_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module Pod
end

it 'supports all the strategies implemented by the downloader' do
[:git, :svn, :hg, :bzr, :http].each do |strategy|
[:git, :svn, :hg, :http].each do |strategy|
dep = Dependency.new('Reachability', strategy => '')
klass = @subject.from_dependency(dep, nil, true).class
klass.should == @subject::DownloaderSource
Expand Down

0 comments on commit 603eb91

Please sign in to comment.