--- !ruby/object:Gem::Specification rubygems_version: 0.9.4 specification_version: 1 name: rr version: !ruby/object:Gem::Version version: 0.4.5 date: 2008-01-15 00:00:00 -08:00 summary: RR (Double Ruby) is a double framework that features a rich selection of double techniques and a terse syntax. http://xunitpatterns.com/Test%20Double.html require_paths: - lib email: brian@pivotallabs.com homepage: http://pivotallabs.com rubyforge_project: pivotalrb description: RR (Double Ruby) is a double framework that features a rich selection of double techniques and a terse syntax. http://xunitpatterns.com/Test%20Double.html autorequire: rr default_executable: bindir: bin has_rdoc: true required_ruby_version: !ruby/object:Gem::Version::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: 0.0.0 version: platform: ruby signing_key: cert_chain: post_install_message: authors: - Brian Takita files: - Rakefile - CHANGES - README - lib/rr.rb - lib/rr/times_called_matchers/any_times_matcher.rb - lib/rr/times_called_matchers/at_most_matcher.rb - lib/rr/times_called_matchers/times_called_matcher.rb - lib/rr/times_called_matchers/at_least_matcher.rb - lib/rr/times_called_matchers/proc_matcher.rb - lib/rr/times_called_matchers/integer_matcher.rb - lib/rr/times_called_matchers/non_terminal.rb - lib/rr/times_called_matchers/terminal.rb - lib/rr/times_called_matchers/range_matcher.rb - lib/rr/hash_with_object_id_key.rb - lib/rr/double_creator.rb - lib/rr/expectations/argument_equality_expectation.rb - lib/rr/expectations/times_called_expectation.rb - lib/rr/expectations/any_argument_expectation.rb - lib/rr/double_matches.rb - lib/rr/errors/double_definition_error.rb - lib/rr/errors/argument_equality_error.rb - lib/rr/errors/double_not_found_error.rb - lib/rr/errors/rr_error.rb - lib/rr/errors/times_called_error.rb - lib/rr/errors/double_order_error.rb - lib/rr/double_definition_builder.rb - lib/rr/adapters/rr_methods.rb - lib/rr/adapters/test_unit.rb - lib/rr/adapters/rspec.rb - lib/rr/double_definition.rb - lib/rr/double_injection.rb - lib/rr/double_method_proxy.rb - lib/rr/space.rb - lib/rr/wildcard_matchers/boolean.rb - lib/rr/wildcard_matchers/duck_type.rb - lib/rr/wildcard_matchers/range.rb - lib/rr/wildcard_matchers/regexp.rb - lib/rr/wildcard_matchers/numeric.rb - lib/rr/wildcard_matchers/is_a.rb - lib/rr/wildcard_matchers/anything.rb - lib/rr/double.rb - spec/environment_fixture_setup.rb - spec/spec_suite.rb - spec/test_unit_spec_suite.rb - spec/spec_helper.rb - spec/high_level_spec.rb - spec/rr/rspec/rspec_backtrace_tweaking_spec.rb - spec/rr/rspec/rspec_usage_spec.rb - spec/rr/rspec/rspec_adapter_spec.rb - spec/rr/double_spec.rb - spec/rr/times_called_matchers/proc_matcher_spec.rb - spec/rr/times_called_matchers/any_times_matcher_spec.rb - spec/rr/times_called_matchers/range_matcher_spec.rb - spec/rr/times_called_matchers/times_called_matcher_spec.rb - spec/rr/times_called_matchers/at_least_matcher_spec.rb - spec/rr/times_called_matchers/at_most_matcher_spec.rb - spec/rr/times_called_matchers/integer_matcher_spec.rb - spec/rr/double_creator_spec.rb - spec/rr/space/space_create_spec.rb - spec/rr/space/hash_with_object_id_key_spec.rb - spec/rr/space/space_register_spec.rb - spec/rr/space/space_verify_spec.rb - spec/rr/space/space_reset_spec.rb - spec/rr/space/space_spec.rb - spec/rr/space/space_helper.rb - spec/rr/expectations/times_called_expectation/times_called_expectation_proc_spec.rb - spec/rr/expectations/times_called_expectation/times_called_expectation_helper.rb - spec/rr/expectations/times_called_expectation/times_called_expectation_at_least_spec.rb - spec/rr/expectations/times_called_expectation/times_called_expectation_integer_spec.rb - spec/rr/expectations/times_called_expectation/times_called_expectation_spec.rb - spec/rr/expectations/times_called_expectation/times_called_expectation_at_most_spec.rb - spec/rr/expectations/times_called_expectation/times_called_expectation_range_spec.rb - spec/rr/expectations/times_called_expectation/times_called_expectation_any_times_spec.rb - spec/rr/expectations/numeric_spec.rb - spec/rr/expectations/duck_type_spec.rb - spec/rr/expectations/boolean_spec.rb - spec/rr/expectations/boolean_argument_equality_expectation_spec.rb - spec/rr/expectations/regexp_argument_equality_expectation_spec.rb - spec/rr/expectations/anything_argument_equality_expectation_spec.rb - spec/rr/expectations/is_a_argument_equality_expectation_spec.rb - spec/rr/expectations/range_spec.rb - spec/rr/expectations/any_argument_expectation_spec.rb - spec/rr/expectations/regexp_spec.rb - spec/rr/expectations/argument_equality_expectation_spec.rb - spec/rr/expectations/is_a_spec.rb - spec/rr/expectations/numeric_argument_equality_expectation_spec.rb - spec/rr/expectations/duck_type_argument_equality_expectation_spec.rb - spec/rr/expectations/anything_spec.rb - spec/rr/expectations/range_argument_equality_expectation_spec.rb - spec/rr/errors/rr_error_spec.rb - spec/rr/adapters/rr_methods_spec_helper.rb - spec/rr/adapters/rr_methods_times_matcher_spec.rb - spec/rr/adapters/rr_methods_space_spec.rb - spec/rr/adapters/rr_methods_creator_spec.rb - spec/rr/adapters/rr_methods_argument_matcher_spec.rb - spec/rr/double_definition_spec.rb - spec/rr/double/double_injection_register_scenario_spec.rb - spec/rr/double/double_injection_has_original_method_spec.rb - spec/rr/double/double_injection_spec.rb - spec/rr/double/double_injection_bind_spec.rb - spec/rr/double/double_injection_dispatching_spec.rb - spec/rr/double/double_injection_verify_spec.rb - spec/rr/double/double_injection_reset_spec.rb - spec/rr/double_method_proxy_spec.rb - spec/rr/test_unit/test_unit_backtrace_test.rb - spec/rr/test_unit/test_helper.rb - spec/rr/test_unit/test_unit_integration_test.rb - spec/rspec_spec_suite.rb - spec/core_spec_suite.rb test_files: - spec/high_level_spec.rb rdoc_options: - --main - README - --inline-source - --line-numbers extra_rdoc_files: - README - CHANGES executables: [] extensions: [] requirements: [] dependencies: []