# -*- encoding: utf-8 -*- # stub: rr 1.1.0 ruby lib Gem::Specification.new do |s| s.name = "rr".freeze s.version = "1.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Brian Takita".freeze, "Elliot Winkler".freeze] s.date = "2013-05-21" s.description = "RR is a double framework that features a rich selection of double techniques and a terse syntax.".freeze s.email = ["elliot.winkler@gmail.com".freeze] s.files = ["CHANGES.md".freeze, "LICENSE".freeze, "README.md".freeze, "VERSION".freeze, "lib/rr.rb".freeze, "lib/rr/adapters.rb".freeze, "lib/rr/adapters/rr_methods.rb".freeze, "lib/rr/autohook.rb".freeze, "lib/rr/blank_slate.rb".freeze, "lib/rr/class_instance_method_defined.rb".freeze, "lib/rr/core_ext/array.rb".freeze, "lib/rr/core_ext/enumerable.rb".freeze, "lib/rr/core_ext/hash.rb".freeze, "lib/rr/core_ext/range.rb".freeze, "lib/rr/core_ext/regexp.rb".freeze, "lib/rr/double.rb".freeze, "lib/rr/double_definitions/child_double_definition_create.rb".freeze, "lib/rr/double_definitions/double_definition.rb".freeze, "lib/rr/double_definitions/double_definition_create.rb".freeze, "lib/rr/double_definitions/double_definition_create_blank_slate.rb".freeze, "lib/rr/double_definitions/double_injections/any_instance_of.rb".freeze, "lib/rr/double_definitions/double_injections/instance.rb".freeze, "lib/rr/double_definitions/strategies/double_injection/any_instance_of.rb".freeze, "lib/rr/double_definitions/strategies/double_injection/double_injection_strategy.rb".freeze, "lib/rr/double_definitions/strategies/double_injection/instance.rb".freeze, "lib/rr/double_definitions/strategies/implementation/implementation_strategy.rb".freeze, "lib/rr/double_definitions/strategies/implementation/proxy.rb".freeze, "lib/rr/double_definitions/strategies/implementation/reimplementation.rb".freeze, "lib/rr/double_definitions/strategies/implementation/strongly_typed_reimplementation.rb".freeze, "lib/rr/double_definitions/strategies/strategy.rb".freeze, "lib/rr/double_definitions/strategies/strategy_methods.rb".freeze, "lib/rr/double_definitions/strategies/verification/dont_allow.rb".freeze, "lib/rr/double_definitions/strategies/verification/mock.rb".freeze, "lib/rr/double_definitions/strategies/verification/stub.rb".freeze, "lib/rr/double_definitions/strategies/verification/verification_strategy.rb".freeze, "lib/rr/double_matches.rb".freeze, "lib/rr/errors.rb".freeze, "lib/rr/errors/double_definition_error.rb".freeze, "lib/rr/errors/double_not_found_error.rb".freeze, "lib/rr/errors/double_order_error.rb".freeze, "lib/rr/errors/rr_error.rb".freeze, "lib/rr/errors/spy_verification_errors/double_injection_not_found_error.rb".freeze, "lib/rr/errors/spy_verification_errors/invocation_count_error.rb".freeze, "lib/rr/errors/spy_verification_errors/spy_verification_error.rb".freeze, "lib/rr/errors/subject_does_not_implement_method_error.rb".freeze, "lib/rr/errors/subject_has_different_arity_error.rb".freeze, "lib/rr/errors/times_called_error.rb".freeze, "lib/rr/expectations/any_argument_expectation.rb".freeze, "lib/rr/expectations/argument_equality_expectation.rb".freeze, "lib/rr/expectations/times_called_expectation.rb".freeze, "lib/rr/hash_with_object_id_key.rb".freeze, "lib/rr/injections/double_injection.rb".freeze, "lib/rr/injections/injection.rb".freeze, "lib/rr/injections/method_missing_injection.rb".freeze, "lib/rr/injections/singleton_method_added_injection.rb".freeze, "lib/rr/integrations.rb".freeze, "lib/rr/integrations/minitest.rb".freeze, "lib/rr/integrations/minitest_4.rb".freeze, "lib/rr/integrations/minitest_4_active_support.rb".freeze, "lib/rr/integrations/minitest_active_support.rb".freeze, "lib/rr/integrations/none.rb".freeze, "lib/rr/integrations/rspec/invocation_matcher.rb".freeze, "lib/rr/integrations/rspec_1.rb".freeze, "lib/rr/integrations/rspec_2.rb".freeze, "lib/rr/integrations/test_unit_1.rb".freeze, "lib/rr/integrations/test_unit_2.rb".freeze, "lib/rr/integrations/test_unit_2_active_support.rb".freeze, "lib/rr/method_dispatches/base_method_dispatch.rb".freeze, "lib/rr/method_dispatches/method_dispatch.rb".freeze, "lib/rr/method_dispatches/method_missing_dispatch.rb".freeze, "lib/rr/proc_from_block.rb".freeze, "lib/rr/recorded_calls.rb".freeze, "lib/rr/space.rb".freeze, "lib/rr/spy_verification.rb".freeze, "lib/rr/spy_verification_proxy.rb".freeze, "lib/rr/times_called_matchers/any_times_matcher.rb".freeze, "lib/rr/times_called_matchers/at_least_matcher.rb".freeze, "lib/rr/times_called_matchers/at_most_matcher.rb".freeze, "lib/rr/times_called_matchers/integer_matcher.rb".freeze, "lib/rr/times_called_matchers/never_matcher.rb".freeze, "lib/rr/times_called_matchers/non_terminal.rb".freeze, "lib/rr/times_called_matchers/proc_matcher.rb".freeze, "lib/rr/times_called_matchers/range_matcher.rb".freeze, "lib/rr/times_called_matchers/terminal.rb".freeze, "lib/rr/times_called_matchers/times_called_matcher.rb".freeze, "lib/rr/version.rb".freeze, "lib/rr/wildcard_matchers.rb".freeze, "lib/rr/wildcard_matchers/anything.rb".freeze, "lib/rr/wildcard_matchers/boolean.rb".freeze, "lib/rr/wildcard_matchers/duck_type.rb".freeze, "lib/rr/wildcard_matchers/hash_including.rb".freeze, "lib/rr/wildcard_matchers/is_a.rb".freeze, "lib/rr/wildcard_matchers/numeric.rb".freeze, "lib/rr/wildcard_matchers/satisfy.rb".freeze, "lib/rr/without_autohook.rb".freeze, "rr.gemspec".freeze, "spec/global_helper.rb".freeze, "spec/suite.rb".freeze, "spec/suites/common/adapter_integration_tests.rb".freeze, "spec/suites/common/adapter_tests.rb".freeze, "spec/suites/common/rails_integration_test.rb".freeze, "spec/suites/common/test_unit_tests.rb".freeze, "spec/suites/minitest/integration/minitest_test.rb".freeze, "spec/suites/minitest/test_helper.rb".freeze, "spec/suites/rspec_1/integration/rspec_1_spec.rb".freeze, "spec/suites/rspec_1/integration/test_unit_1_rails_spec.rb".freeze, "spec/suites/rspec_1/integration/test_unit_1_spec.rb".freeze, "spec/suites/rspec_1/integration/test_unit_2_rails_spec.rb".freeze, "spec/suites/rspec_1/integration/test_unit_2_spec.rb".freeze, "spec/suites/rspec_1/spec_helper.rb".freeze, "spec/suites/rspec_2/functional/any_instance_of_spec.rb".freeze, "spec/suites/rspec_2/functional/dont_allow_spec.rb".freeze, "spec/suites/rspec_2/functional/dsl_spec.rb".freeze, "spec/suites/rspec_2/functional/instance_of_spec.rb".freeze, "spec/suites/rspec_2/functional/mock_spec.rb".freeze, "spec/suites/rspec_2/functional/proxy_spec.rb".freeze, "spec/suites/rspec_2/functional/spy_spec.rb".freeze, "spec/suites/rspec_2/functional/strong_spec.rb".freeze, "spec/suites/rspec_2/functional/stub_spec.rb".freeze, "spec/suites/rspec_2/functional/wildcard_matchers_spec.rb".freeze, "spec/suites/rspec_2/integration/minitest_4_rails_spec.rb".freeze, "spec/suites/rspec_2/integration/minitest_4_spec.rb".freeze, "spec/suites/rspec_2/integration/minitest_rails_spec.rb".freeze, "spec/suites/rspec_2/integration/minitest_spec.rb".freeze, "spec/suites/rspec_2/integration/rspec_2_spec.rb".freeze, "spec/suites/rspec_2/integration/test_unit_rails_spec.rb".freeze, "spec/suites/rspec_2/integration/test_unit_spec.rb".freeze, "spec/suites/rspec_2/spec_helper.rb".freeze, "spec/suites/rspec_2/support/matchers/wildcard_matcher_matchers.rb".freeze, "spec/suites/rspec_2/support/shared_examples/space.rb".freeze, "spec/suites/rspec_2/support/shared_examples/times_called_expectation.rb".freeze, "spec/suites/rspec_2/unit/adapters/rr_methods/double_creators_spec.rb".freeze, "spec/suites/rspec_2/unit/adapters/rr_methods/space_spec.rb".freeze, "spec/suites/rspec_2/unit/adapters/rr_methods/wildcard_matchers_spec.rb".freeze, "spec/suites/rspec_2/unit/core_ext/array_spec.rb".freeze, "spec/suites/rspec_2/unit/core_ext/enumerable_spec.rb".freeze, "spec/suites/rspec_2/unit/core_ext/hash_spec.rb".freeze, "spec/suites/rspec_2/unit/core_ext/range_spec.rb".freeze, "spec/suites/rspec_2/unit/core_ext/regexp_spec.rb".freeze, "spec/suites/rspec_2/unit/double_definitions/child_double_definition_create_spec.rb".freeze, "spec/suites/rspec_2/unit/double_definitions/double_definition_create_blank_slate_spec.rb".freeze, "spec/suites/rspec_2/unit/double_definitions/double_definition_create_spec.rb".freeze, "spec/suites/rspec_2/unit/errors/rr_error_spec.rb".freeze, "spec/suites/rspec_2/unit/expectations/any_argument_expectation_spec.rb".freeze, "spec/suites/rspec_2/unit/expectations/anything_argument_equality_expectation_spec.rb".freeze, "spec/suites/rspec_2/unit/expectations/argument_equality_expectation_spec.rb".freeze, "spec/suites/rspec_2/unit/expectations/boolean_argument_equality_expectation_spec.rb".freeze, "spec/suites/rspec_2/unit/expectations/hash_including_argument_equality_expectation_spec.rb".freeze, "spec/suites/rspec_2/unit/expectations/satisfy_argument_equality_expectation_spec.rb".freeze, "spec/suites/rspec_2/unit/expectations/times_called_expectation/any_times_matcher_spec.rb".freeze, "spec/suites/rspec_2/unit/expectations/times_called_expectation/at_least_matcher_spec.rb".freeze, "spec/suites/rspec_2/unit/expectations/times_called_expectation/at_most_matcher_spec.rb".freeze, "spec/suites/rspec_2/unit/expectations/times_called_expectation/integer_matcher_spec.rb".freeze, "spec/suites/rspec_2/unit/expectations/times_called_expectation/proc_matcher_spec.rb".freeze, "spec/suites/rspec_2/unit/expectations/times_called_expectation/range_matcher_spec.rb".freeze, "spec/suites/rspec_2/unit/hash_with_object_id_key_spec.rb".freeze, "spec/suites/rspec_2/unit/injections/double_injection/double_injection_spec.rb".freeze, "spec/suites/rspec_2/unit/injections/double_injection/double_injection_verify_spec.rb".freeze, "spec/suites/rspec_2/unit/integrations/rspec/invocation_matcher_spec.rb".freeze, "spec/suites/rspec_2/unit/integrations/rspec_spec.rb".freeze, "spec/suites/rspec_2/unit/proc_from_block_spec.rb".freeze, "spec/suites/rspec_2/unit/rr_spec.rb".freeze, "spec/suites/rspec_2/unit/space_spec.rb".freeze, "spec/suites/rspec_2/unit/spy_verification_spec.rb".freeze, "spec/suites/rspec_2/unit/times_called_matchers/any_times_matcher_spec.rb".freeze, "spec/suites/rspec_2/unit/times_called_matchers/at_least_matcher_spec.rb".freeze, "spec/suites/rspec_2/unit/times_called_matchers/at_most_matcher_spec.rb".freeze, "spec/suites/rspec_2/unit/times_called_matchers/integer_matcher_spec.rb".freeze, "spec/suites/rspec_2/unit/times_called_matchers/proc_matcher_spec.rb".freeze, "spec/suites/rspec_2/unit/times_called_matchers/range_matcher_spec.rb".freeze, "spec/suites/rspec_2/unit/times_called_matchers/times_called_matcher_spec.rb".freeze, "spec/suites/rspec_2/unit/wildcard_matchers/anything_spec.rb".freeze, "spec/suites/rspec_2/unit/wildcard_matchers/boolean_spec.rb".freeze, "spec/suites/rspec_2/unit/wildcard_matchers/duck_type_spec.rb".freeze, "spec/suites/rspec_2/unit/wildcard_matchers/hash_including_spec.rb".freeze, "spec/suites/rspec_2/unit/wildcard_matchers/is_a_spec.rb".freeze, "spec/suites/rspec_2/unit/wildcard_matchers/numeric_spec.rb".freeze, "spec/suites/rspec_2/unit/wildcard_matchers/satisfy_spec.rb".freeze, "spec/suites/test_unit_1/integration/test_unit_1_test.rb".freeze, "spec/suites/test_unit_1/test_helper.rb".freeze, "spec/suites/test_unit_2/integration/test_unit_2_test.rb".freeze, "spec/suites/test_unit_2/test_helper.rb".freeze] s.homepage = "http://rr.github.com/rr".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "RR is a double framework that features a rich selection of double techniques and a terse syntax.".freeze s.test_files = ["spec/global_helper.rb".freeze, "spec/suite.rb".freeze, "spec/suites/common/adapter_integration_tests.rb".freeze, "spec/suites/common/adapter_tests.rb".freeze, "spec/suites/common/rails_integration_test.rb".freeze, "spec/suites/common/test_unit_tests.rb".freeze, "spec/suites/minitest/integration/minitest_test.rb".freeze, "spec/suites/minitest/test_helper.rb".freeze, "spec/suites/rspec_1/integration/rspec_1_spec.rb".freeze, "spec/suites/rspec_1/integration/test_unit_1_rails_spec.rb".freeze, "spec/suites/rspec_1/integration/test_unit_1_spec.rb".freeze, "spec/suites/rspec_1/integration/test_unit_2_rails_spec.rb".freeze, "spec/suites/rspec_1/integration/test_unit_2_spec.rb".freeze, "spec/suites/rspec_1/spec_helper.rb".freeze, "spec/suites/rspec_2/functional/any_instance_of_spec.rb".freeze, "spec/suites/rspec_2/functional/dont_allow_spec.rb".freeze, "spec/suites/rspec_2/functional/dsl_spec.rb".freeze, "spec/suites/rspec_2/functional/instance_of_spec.rb".freeze, "spec/suites/rspec_2/functional/mock_spec.rb".freeze, "spec/suites/rspec_2/functional/proxy_spec.rb".freeze, "spec/suites/rspec_2/functional/spy_spec.rb".freeze, "spec/suites/rspec_2/functional/strong_spec.rb".freeze, "spec/suites/rspec_2/functional/stub_spec.rb".freeze, "spec/suites/rspec_2/functional/wildcard_matchers_spec.rb".freeze, "spec/suites/rspec_2/integration/minitest_4_rails_spec.rb".freeze, "spec/suites/rspec_2/integration/minitest_4_spec.rb".freeze, "spec/suites/rspec_2/integration/minitest_rails_spec.rb".freeze, "spec/suites/rspec_2/integration/minitest_spec.rb".freeze, "spec/suites/rspec_2/integration/rspec_2_spec.rb".freeze, "spec/suites/rspec_2/integration/test_unit_rails_spec.rb".freeze, "spec/suites/rspec_2/integration/test_unit_spec.rb".freeze, "spec/suites/rspec_2/spec_helper.rb".freeze, "spec/suites/rspec_2/support/matchers/wildcard_matcher_matchers.rb".freeze, "spec/suites/rspec_2/support/shared_examples/space.rb".freeze, "spec/suites/rspec_2/support/shared_examples/times_called_expectation.rb".freeze, "spec/suites/rspec_2/unit/adapters/rr_methods/double_creators_spec.rb".freeze, "spec/suites/rspec_2/unit/adapters/rr_methods/space_spec.rb".freeze, "spec/suites/rspec_2/unit/adapters/rr_methods/wildcard_matchers_spec.rb".freeze, "spec/suites/rspec_2/unit/core_ext/array_spec.rb".freeze, "spec/suites/rspec_2/unit/core_ext/enumerable_spec.rb".freeze, "spec/suites/rspec_2/unit/core_ext/hash_spec.rb".freeze, "spec/suites/rspec_2/unit/core_ext/range_spec.rb".freeze, "spec/suites/rspec_2/unit/core_ext/regexp_spec.rb".freeze, "spec/suites/rspec_2/unit/double_definitions/child_double_definition_create_spec.rb".freeze, "spec/suites/rspec_2/unit/double_definitions/double_definition_create_blank_slate_spec.rb".freeze, "spec/suites/rspec_2/unit/double_definitions/double_definition_create_spec.rb".freeze, "spec/suites/rspec_2/unit/errors/rr_error_spec.rb".freeze, "spec/suites/rspec_2/unit/expectations/any_argument_expectation_spec.rb".freeze, "spec/suites/rspec_2/unit/expectations/anything_argument_equality_expectation_spec.rb".freeze, "spec/suites/rspec_2/unit/expectations/argument_equality_expectation_spec.rb".freeze, "spec/suites/rspec_2/unit/expectations/boolean_argument_equality_expectation_spec.rb".freeze, "spec/suites/rspec_2/unit/expectations/hash_including_argument_equality_expectation_spec.rb".freeze, "spec/suites/rspec_2/unit/expectations/satisfy_argument_equality_expectation_spec.rb".freeze, "spec/suites/rspec_2/unit/expectations/times_called_expectation/any_times_matcher_spec.rb".freeze, "spec/suites/rspec_2/unit/expectations/times_called_expectation/at_least_matcher_spec.rb".freeze, "spec/suites/rspec_2/unit/expectations/times_called_expectation/at_most_matcher_spec.rb".freeze, "spec/suites/rspec_2/unit/expectations/times_called_expectation/integer_matcher_spec.rb".freeze, "spec/suites/rspec_2/unit/expectations/times_called_expectation/proc_matcher_spec.rb".freeze, "spec/suites/rspec_2/unit/expectations/times_called_expectation/range_matcher_spec.rb".freeze, "spec/suites/rspec_2/unit/hash_with_object_id_key_spec.rb".freeze, "spec/suites/rspec_2/unit/injections/double_injection/double_injection_spec.rb".freeze, "spec/suites/rspec_2/unit/injections/double_injection/double_injection_verify_spec.rb".freeze, "spec/suites/rspec_2/unit/integrations/rspec/invocation_matcher_spec.rb".freeze, "spec/suites/rspec_2/unit/integrations/rspec_spec.rb".freeze, "spec/suites/rspec_2/unit/proc_from_block_spec.rb".freeze, "spec/suites/rspec_2/unit/rr_spec.rb".freeze, "spec/suites/rspec_2/unit/space_spec.rb".freeze, "spec/suites/rspec_2/unit/spy_verification_spec.rb".freeze, "spec/suites/rspec_2/unit/times_called_matchers/any_times_matcher_spec.rb".freeze, "spec/suites/rspec_2/unit/times_called_matchers/at_least_matcher_spec.rb".freeze, "spec/suites/rspec_2/unit/times_called_matchers/at_most_matcher_spec.rb".freeze, "spec/suites/rspec_2/unit/times_called_matchers/integer_matcher_spec.rb".freeze, "spec/suites/rspec_2/unit/times_called_matchers/proc_matcher_spec.rb".freeze, "spec/suites/rspec_2/unit/times_called_matchers/range_matcher_spec.rb".freeze, "spec/suites/rspec_2/unit/times_called_matchers/times_called_matcher_spec.rb".freeze, "spec/suites/rspec_2/unit/wildcard_matchers/anything_spec.rb".freeze, "spec/suites/rspec_2/unit/wildcard_matchers/boolean_spec.rb".freeze, "spec/suites/rspec_2/unit/wildcard_matchers/duck_type_spec.rb".freeze, "spec/suites/rspec_2/unit/wildcard_matchers/hash_including_spec.rb".freeze, "spec/suites/rspec_2/unit/wildcard_matchers/is_a_spec.rb".freeze, "spec/suites/rspec_2/unit/wildcard_matchers/numeric_spec.rb".freeze, "spec/suites/rspec_2/unit/wildcard_matchers/satisfy_spec.rb".freeze, "spec/suites/test_unit_1/integration/test_unit_1_test.rb".freeze, "spec/suites/test_unit_1/test_helper.rb".freeze, "spec/suites/test_unit_2/integration/test_unit_2_test.rb".freeze, "spec/suites/test_unit_2/test_helper.rb".freeze] end