From c932b6b3785ca5ccc139c7ac69c01856f45c0248 Mon Sep 17 00:00:00 2001 From: Phat Le Date: Mon, 24 Feb 2014 14:41:47 +0700 Subject: [PATCH] Remove duplicated symbols when ran the tests. --- Podfile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Podfile b/Podfile index f078f26..19f089b 100644 --- a/Podfile +++ b/Podfile @@ -11,14 +11,9 @@ pod 'AFImageDownloader', '1.0.0' end target "FRPTests" do - -pod 'ReactiveCocoa', '2.1.4' -pod 'ReactiveViewModel', '0.1.1' -pod 'libextobjc', '0.3' -pod '500px-iOS-api', '1.0.5' + pod 'Specta', '~> 0.2.1' pod 'Expecta', '~> 0.2' pod 'OCMock', '~> 2.2.2' -pod 'AFImageDownloader', '1.0.0' end