mirror of
https://github.com/zhigang1992/CocoaPods.git
synced 2026-05-01 02:42:32 +08:00
Integrate multiple Pods libraries with multiple user targets.
This commit is contained in:
2
.kick
2
.kick
@@ -5,6 +5,8 @@ Kicker::Recipes::Ruby.runner_bin = 'bacon'
|
||||
process do |files|
|
||||
specs = files.take_and_map do |file|
|
||||
case file
|
||||
when %r{lib/cocoapods/installer.+\.rb$}
|
||||
'spec/unit/installer_spec.rb'
|
||||
when %r{lib/cocoapods/(.+?)\.rb$}
|
||||
s = Dir.glob("spec/**/#{$1}_spec.rb")
|
||||
s unless s.empty?
|
||||
|
||||
Reference in New Issue
Block a user