# -*- encoding: utf-8 -*- # stub: rr 0.3.11 ruby lib Gem::Specification.new do |s| s.name = "rr".freeze s.version = "0.3.11".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] s.autorequire = "rr".freeze s.date = "2007-09-06" s.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".freeze s.email = "brian@pivotallabs.com".freeze s.extra_rdoc_files = ["README".freeze, "CHANGES".freeze] s.files = ["CHANGES".freeze, "README".freeze, "Rakefile".freeze, "examples/core_example_suite.rb".freeze, "examples/environment_fixture_setup.rb".freeze, "examples/example_helper.rb".freeze, "examples/example_suite.rb".freeze, "examples/high_level_example.rb".freeze, "examples/rr/double/double_bind_example.rb".freeze, "examples/rr/double/double_dispatching_example.rb".freeze, "examples/rr/double/double_example.rb".freeze, "examples/rr/double/double_has_original_method_example.rb".freeze, "examples/rr/double/double_register_scenario_example.rb".freeze, "examples/rr/double/double_reset_example.rb".freeze, "examples/rr/double/double_verify_example.rb".freeze, "examples/rr/errors/rr_error_example.rb".freeze, "examples/rr/expectations/any_argument_expectation_example.rb".freeze, "examples/rr/expectations/anything_argument_equality_expectation_example.rb".freeze, "examples/rr/expectations/argument_equality_expectation_example.rb".freeze, "examples/rr/expectations/boolean_argument_equality_expectation_example.rb".freeze, "examples/rr/expectations/duck_type_argument_equality_expectation_example.rb".freeze, "examples/rr/expectations/is_a_argument_equality_expectation_example.rb".freeze, "examples/rr/expectations/numeric_argument_equality_expectation_example.rb".freeze, "examples/rr/expectations/range_argument_equality_expectation_example.rb".freeze, "examples/rr/expectations/regexp_argument_equality_expectation_example.rb".freeze, "examples/rr/expectations/times_called_expectation/times_called_expectation_any_times_example.rb".freeze, "examples/rr/expectations/times_called_expectation/times_called_expectation_at_least_example.rb".freeze, "examples/rr/expectations/times_called_expectation/times_called_expectation_at_most_example.rb".freeze, "examples/rr/expectations/times_called_expectation/times_called_expectation_example.rb".freeze, "examples/rr/expectations/times_called_expectation/times_called_expectation_helper.rb".freeze, "examples/rr/expectations/times_called_expectation/times_called_expectation_integer_example.rb".freeze, "examples/rr/expectations/times_called_expectation/times_called_expectation_proc_example.rb".freeze, "examples/rr/expectations/times_called_expectation/times_called_expectation_range_example.rb".freeze, "examples/rr/extensions/instance_methods_argument_matcher_example.rb".freeze, "examples/rr/extensions/instance_methods_creator_example.rb".freeze, "examples/rr/extensions/instance_methods_example_helper.rb".freeze, "examples/rr/extensions/instance_methods_space_example.rb".freeze, "examples/rr/extensions/instance_methods_times_matcher_example.rb".freeze, "examples/rr/rspec/rspec_adapter_example.rb".freeze, "examples/rr/rspec/rspec_backtrace_tweaking_example.rb".freeze, "examples/rr/rspec/rspec_usage_example.rb".freeze, "examples/rr/scenario_creator_example.rb".freeze, "examples/rr/scenario_definition_example.rb".freeze, "examples/rr/scenario_example.rb".freeze, "examples/rr/scenario_method_proxy_example.rb".freeze, "examples/rr/space/hash_with_object_id_key_example.rb".freeze, "examples/rr/space/space_create_example.rb".freeze, "examples/rr/space/space_example.rb".freeze, "examples/rr/space/space_helper.rb".freeze, "examples/rr/space/space_register_example.rb".freeze, "examples/rr/space/space_reset_example.rb".freeze, "examples/rr/space/space_verify_example.rb".freeze, "examples/rr/test_unit/test_helper.rb".freeze, "examples/rr/test_unit/test_unit_backtrace_test.rb".freeze, "examples/rr/test_unit/test_unit_integration_test.rb".freeze, "examples/rr/times_called_matchers/any_times_matcher_example.rb".freeze, "examples/rr/times_called_matchers/at_least_matcher_example.rb".freeze, "examples/rr/times_called_matchers/at_most_matcher_example.rb".freeze, "examples/rr/times_called_matchers/integer_matcher_example.rb".freeze, "examples/rr/times_called_matchers/proc_matcher_example.rb".freeze, "examples/rr/times_called_matchers/range_matcher_example.rb".freeze, "examples/rr/times_called_matchers/times_called_matcher_example.rb".freeze, "examples/rspec_example_suite.rb".freeze, "examples/test_unit_example_suite.rb".freeze, "lib/rr.rb".freeze, "lib/rr/adapters/rspec.rb".freeze, "lib/rr/adapters/test_unit.rb".freeze, "lib/rr/double.rb".freeze, "lib/rr/errors/argument_equality_error.rb".freeze, "lib/rr/errors/rr_error.rb".freeze, "lib/rr/errors/scenario_definition_error.rb".freeze, "lib/rr/errors/scenario_not_found_error.rb".freeze, "lib/rr/errors/scenario_order_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/extensions/instance_methods.rb".freeze, "lib/rr/hash_with_object_id_key.rb".freeze, "lib/rr/scenario.rb".freeze, "lib/rr/scenario_creator.rb".freeze, "lib/rr/scenario_definition.rb".freeze, "lib/rr/scenario_definition_builder.rb".freeze, "lib/rr/scenario_matches.rb".freeze, "lib/rr/scenario_method_proxy.rb".freeze, "lib/rr/space.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/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/wildcard_matchers/anything.rb".freeze, "lib/rr/wildcard_matchers/boolean.rb".freeze, "lib/rr/wildcard_matchers/duck_type.rb".freeze, "lib/rr/wildcard_matchers/is_a.rb".freeze, "lib/rr/wildcard_matchers/numeric.rb".freeze, "lib/rr/wildcard_matchers/range.rb".freeze, "lib/rr/wildcard_matchers/regexp.rb".freeze] s.homepage = "http://pivotallabs.com".freeze s.rdoc_options = ["--main".freeze, "README".freeze, "--inline-source".freeze, "--line-numbers".freeze] s.required_ruby_version = Gem::Requirement.new("> 0.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.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".freeze end