Skip to content

Commit

Permalink
Merge pull request #397 from dnkoutso/fix_doc
Browse files Browse the repository at this point in the history
Update doc for test type DSL
  • Loading branch information
segiddins committed Aug 4, 2017
2 parents 2b02ecc + 330970d commit 124b1fd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/cocoapods-core/specification/dsl.rb
Expand Up @@ -1355,7 +1355,11 @@ def subspec(name, &block)
#
# test_spec.test_type = :unit
#
# @param [Symbol] type
# @example
#
# test_spec.test_type = 'unit'
#
# @param [Symbol, String] type
# The test type to use.
attribute :test_type,
:types => [Symbol, String],
Expand Down

0 comments on commit 124b1fd

Please sign in to comment.