添加单元测试
Showing
| ... | @@ -34,9 +34,4 @@ Pod::Spec.new do |s| | ... | @@ -34,9 +34,4 @@ Pod::Spec.new do |s| |
| s.dependency 'GMPhobos' | s.dependency 'GMPhobos' | ||
| s.test_spec 'GMRouterTests' do |test_spec| | |||
| test_spec.source_files = 'Tests/*.{h,m}' | |||
| test_spec.dependency 'OCMock' # This dependency will only be linked with your tests. | |||
| end | |||
| end | end |
Please
register
or
sign in
to comment