update to rr-1.1.2

This commit is contained in:
jasper 2015-06-24 07:11:03 +00:00
parent 59d9c98112
commit d3c01e8870
3 changed files with 212 additions and 7 deletions

View File

@ -1,9 +1,8 @@
# $OpenBSD: Makefile,v 1.2 2013/10/26 23:55:36 jeremy Exp $
# $OpenBSD: Makefile,v 1.3 2015/06/24 07:11:03 jasper Exp $
COMMENT= test double framework with a succint syntax
DISTNAME= rr-1.1.1
REVISION = 0
DISTNAME= rr-1.1.2
CATEGORIES= devel
HOMEPAGE= http://rr.github.io/rr/

View File

@ -1,2 +1,2 @@
SHA256 (rr-1.1.1.gem) = 8CYDNbjnf14kkthVONT9Hbcr81Oj/VhDCxL3WD8nrE8=
SIZE (rr-1.1.1.gem) = 41984
SHA256 (rr-1.1.2.gem) = EpcbthiL9MFHzaCTsTW5z/AMIkio5SNDYh4aRBtQL/U=
SIZE (rr-1.1.2.gem) = 90624

View File

@ -1,15 +1,28 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2013/07/03 06:52:13 jasper Exp $
@comment $OpenBSD: PLIST,v 1.2 2015/06/24 07:11:03 jasper Exp $
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/Appraisals
${GEM_LIB}/gems/${DISTNAME}/CHANGES.md
${GEM_LIB}/gems/${DISTNAME}/CREDITS.md
${GEM_LIB}/gems/${DISTNAME}/Gemfile
${GEM_LIB}/gems/${DISTNAME}/LICENSE
${GEM_LIB}/gems/${DISTNAME}/README.md
${GEM_LIB}/gems/${DISTNAME}/VERSION
${GEM_LIB}/gems/${DISTNAME}/Rakefile
${GEM_LIB}/gems/${DISTNAME}/doc/
${GEM_LIB}/gems/${DISTNAME}/doc/01_test_double.md
${GEM_LIB}/gems/${DISTNAME}/doc/02_syntax_comparison.md
${GEM_LIB}/gems/${DISTNAME}/doc/03_api_overview.md
${GEM_LIB}/gems/${DISTNAME}/gemfiles/
${GEM_LIB}/gems/${DISTNAME}/gemfiles/ruby_18_rspec_1.gemfile
${GEM_LIB}/gems/${DISTNAME}/gemfiles/ruby_18_rspec_1.gemfile.lock
${GEM_LIB}/gems/${DISTNAME}/gemfiles/ruby_18_rspec_1_rails_2.gemfile
${GEM_LIB}/gems/${DISTNAME}/gemfiles/ruby_18_rspec_1_rails_2.gemfile.lock
${GEM_LIB}/gems/${DISTNAME}/gemfiles/ruby_19_rspec_2.gemfile
${GEM_LIB}/gems/${DISTNAME}/gemfiles/ruby_19_rspec_2.gemfile.lock
${GEM_LIB}/gems/${DISTNAME}/gemfiles/ruby_19_rspec_2_rails_3.gemfile
${GEM_LIB}/gems/${DISTNAME}/gemfiles/ruby_19_rspec_2_rails_3.gemfile.lock
${GEM_LIB}/gems/${DISTNAME}/gemfiles/ruby_19_rspec_2_rails_4.gemfile
${GEM_LIB}/gems/${DISTNAME}/gemfiles/ruby_19_rspec_2_rails_4.gemfile.lock
${GEM_LIB}/gems/${DISTNAME}/lib/
${GEM_LIB}/gems/${DISTNAME}/lib/rr/
${GEM_LIB}/gems/${DISTNAME}/lib/rr.rb
@ -123,4 +136,197 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/rr/wildcard_matchers/numeric.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rr/wildcard_matchers/satisfy.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rr/without_autohook.rb
${GEM_LIB}/gems/${DISTNAME}/rr.gemspec
${GEM_LIB}/gems/${DISTNAME}/spec/
${GEM_LIB}/gems/${DISTNAME}/spec/custom_formatter_for_rspec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/custom_formatter_for_rspec_2.rb
${GEM_LIB}/gems/${DISTNAME}/spec/defines_spec_suite_tasks.rb
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/rubygems_patch_for_187.rb
${GEM_LIB}/gems/${DISTNAME}/spec/global_helper.rb
${GEM_LIB}/gems/${DISTNAME}/spec/spec.opts
${GEM_LIB}/gems/${DISTNAME}/spec/spec_suite_configuration.rb
${GEM_LIB}/gems/${DISTNAME}/spec/spec_suite_runner.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/
${GEM_LIB}/gems/${DISTNAME}/spec/suites.yml
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_1/
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_1/helper.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_1/integration/
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_1/integration/rspec_1_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_1/integration/test_unit_1_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_1/integration/test_unit_2_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_1/spec_helper.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_1_rails_2/
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_1_rails_2/integration/
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_1_rails_2/integration/astc_rails_2_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_1_rails_2/integration/rspec_1_rails_2_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_1_rails_2/integration/test_unit_1_rails_2_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_1_rails_2/integration/test_unit_2_rails_2_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_1_rails_2/spec_helper.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/functional/
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/functional/any_instance_of_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/functional/dont_allow_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/functional/dsl_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/functional/instance_of_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/functional/mock_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/functional/proxy_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/functional/spy_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/functional/strong_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/functional/stub_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/functional/wildcard_matchers_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/helper.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/integration/
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/integration/minitest_4_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/integration/minitest_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/integration/rspec_2_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/integration/test_unit_200_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/integration/test_unit_2_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/spec_helper.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/support/
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/support/matchers/
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/support/matchers/wildcard_matcher_matchers.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/support/shared_examples/
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/support/shared_examples/space.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/support/shared_examples/times_called_expectation.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/adapters/
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/adapters/rr_methods/
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/adapters/rr_methods/double_creators_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/adapters/rr_methods/space_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/adapters/rr_methods/wildcard_matchers_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/core_ext/
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/core_ext/array_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/core_ext/enumerable_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/core_ext/hash_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/core_ext/range_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/core_ext/regexp_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/double_definitions/
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/double_definitions/child_double_definition_create_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/double_definitions/double_definition_create_blank_slate_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/double_definitions/double_definition_create_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/errors/
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/errors/rr_error_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/expectations/
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/expectations/any_argument_expectation_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/expectations/anything_argument_equality_expectation_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/expectations/argument_equality_expectation_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/expectations/boolean_argument_equality_expectation_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/expectations/hash_including_argument_equality_expectation_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/expectations/satisfy_argument_equality_expectation_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/expectations/times_called_expectation/
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/expectations/times_called_expectation/any_times_matcher_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/expectations/times_called_expectation/at_least_matcher_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/expectations/times_called_expectation/at_most_matcher_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/expectations/times_called_expectation/integer_matcher_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/expectations/times_called_expectation/proc_matcher_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/expectations/times_called_expectation/range_matcher_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/hash_with_object_id_key_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/injections/
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/injections/double_injection/
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/injections/double_injection/double_injection_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/injections/double_injection/double_injection_verify_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/integrations/
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/integrations/rspec/
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/integrations/rspec/invocation_matcher_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/integrations/rspec_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/proc_from_block_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/rr_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/space_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/spy_verification_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/times_called_matchers/
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/times_called_matchers/any_times_matcher_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/times_called_matchers/at_least_matcher_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/times_called_matchers/at_most_matcher_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/times_called_matchers/integer_matcher_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/times_called_matchers/proc_matcher_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/times_called_matchers/range_matcher_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/times_called_matchers/times_called_matcher_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/wildcard_matchers/
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/wildcard_matchers/anything_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/wildcard_matchers/boolean_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/wildcard_matchers/duck_type_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/wildcard_matchers/hash_including_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/wildcard_matchers/is_a_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/wildcard_matchers/numeric_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2/unit/wildcard_matchers/satisfy_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2_rails_3/
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2_rails_3/integration/
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2_rails_3/integration/astc_rails_3_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2_rails_3/integration/minitest_4_rails_3_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2_rails_3/integration/rspec_2_rails_3_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2_rails_3/integration/test_unit_200_rails_3_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2_rails_3/integration/test_unit_2_rails_3_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2_rails_3/spec_helper.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2_rails_4/
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2_rails_4/integration/
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2_rails_4/integration/astc_rails_4_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2_rails_4/integration/minitest_4_rails_4_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2_rails_4/integration/rspec_2_rails_4_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2_rails_4/integration/test_unit_200_rails_4_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2_rails_4/integration/test_unit_2_rails_4_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/suites/rspec_2_rails_4/spec_helper.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/
${GEM_LIB}/gems/${DISTNAME}/spec/support/adapter.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/adapter_tests/
${GEM_LIB}/gems/${DISTNAME}/spec/support/adapter_tests/base.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/adapter_tests/minitest.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/adapter_tests/rspec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/adapter_tests/test_unit.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/command_runner.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/generator.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/integration_tests/
${GEM_LIB}/gems/${DISTNAME}/spec/support/integration_tests/base.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/integration_tests/rails.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/integration_tests/rails_minitest.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/integration_tests/rails_rspec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/integration_tests/rails_test_unit.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/integration_tests/rails_test_unit_like.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/integration_tests/ruby.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/integration_tests/ruby_minitest.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/integration_tests/ruby_rspec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/integration_tests/ruby_test_unit.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/matchers/
${GEM_LIB}/gems/${DISTNAME}/spec/support/matchers/be_a_subset_of_matcher.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/project/
${GEM_LIB}/gems/${DISTNAME}/spec/support/project/cucumber.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/project/generator.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/project/minitest.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/project/rails.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/project/rails_minitest.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/project/rails_rspec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/project/rails_test_unit.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/project/rails_test_unit_like.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/project/rspec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/project/ruby.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/project/ruby_minitest.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/project/ruby_rspec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/project/ruby_test_unit.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/project/ruby_test_unit_like.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/project/test_unit.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/project/test_unit_like.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/project/tests_runner.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/test.sqlite3
${GEM_LIB}/gems/${DISTNAME}/spec/support/test_case/
${GEM_LIB}/gems/${DISTNAME}/spec/support/test_case/generator.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/test_case/minitest.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/test_case/rspec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/test_case/test_unit.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/test_file/
${GEM_LIB}/gems/${DISTNAME}/spec/support/test_file/generator.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/test_file/minitest.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/test_file/rails_minitest.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/test_file/rails_rspec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/test_file/rails_test_unit.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/test_file/rspec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/test_file/test_unit.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/test_helper/
${GEM_LIB}/gems/${DISTNAME}/spec/support/test_helper/generator.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/test_helper/minitest.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/test_helper/rails.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/test_helper/rails_minitest.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/test_helper/rails_rspec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/test_helper/rails_test_unit.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/test_helper/rspec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/test_helper/ruby.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/test_helper/test_unit.rb
${GEM_LIB}/specifications/${DISTNAME}.gemspec