# -*- encoding: utf-8 -*- # stub: rr 0.4.5 ruby lib Gem::Specification.new do |s| s.name = "rr".freeze s.version = "0.4.5".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 = "2008-01-15" 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, "lib/rr.rb".freeze, "lib/rr/adapters/rr_methods.rb".freeze, "lib/rr/adapters/rspec.rb".freeze, "lib/rr/adapters/test_unit.rb".freeze, "lib/rr/double.rb".freeze, "lib/rr/double_creator.rb".freeze, "lib/rr/double_definition.rb".freeze, "lib/rr/double_definition_builder.rb".freeze, "lib/rr/double_injection.rb".freeze, "lib/rr/double_matches.rb".freeze, "lib/rr/double_method_proxy.rb".freeze, "lib/rr/errors/argument_equality_error.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/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/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, "spec/core_spec_suite.rb".freeze, "spec/environment_fixture_setup.rb".freeze, "spec/high_level_spec.rb".freeze, "spec/rr/adapters/rr_methods_argument_matcher_spec.rb".freeze, "spec/rr/adapters/rr_methods_creator_spec.rb".freeze, "spec/rr/adapters/rr_methods_space_spec.rb".freeze, "spec/rr/adapters/rr_methods_spec_helper.rb".freeze, "spec/rr/adapters/rr_methods_times_matcher_spec.rb".freeze, "spec/rr/double/double_injection_bind_spec.rb".freeze, "spec/rr/double/double_injection_dispatching_spec.rb".freeze, "spec/rr/double/double_injection_has_original_method_spec.rb".freeze, "spec/rr/double/double_injection_register_scenario_spec.rb".freeze, "spec/rr/double/double_injection_reset_spec.rb".freeze, "spec/rr/double/double_injection_spec.rb".freeze, "spec/rr/double/double_injection_verify_spec.rb".freeze, "spec/rr/double_creator_spec.rb".freeze, "spec/rr/double_definition_spec.rb".freeze, "spec/rr/double_method_proxy_spec.rb".freeze, "spec/rr/double_spec.rb".freeze, "spec/rr/errors/rr_error_spec.rb".freeze, "spec/rr/expectations/any_argument_expectation_spec.rb".freeze, "spec/rr/expectations/anything_argument_equality_expectation_spec.rb".freeze, "spec/rr/expectations/anything_spec.rb".freeze, "spec/rr/expectations/argument_equality_expectation_spec.rb".freeze, "spec/rr/expectations/boolean_argument_equality_expectation_spec.rb".freeze, "spec/rr/expectations/boolean_spec.rb".freeze, "spec/rr/expectations/duck_type_argument_equality_expectation_spec.rb".freeze, "spec/rr/expectations/duck_type_spec.rb".freeze, "spec/rr/expectations/is_a_argument_equality_expectation_spec.rb".freeze, "spec/rr/expectations/is_a_spec.rb".freeze, "spec/rr/expectations/numeric_argument_equality_expectation_spec.rb".freeze, "spec/rr/expectations/numeric_spec.rb".freeze, "spec/rr/expectations/range_argument_equality_expectation_spec.rb".freeze, "spec/rr/expectations/range_spec.rb".freeze, "spec/rr/expectations/regexp_argument_equality_expectation_spec.rb".freeze, "spec/rr/expectations/regexp_spec.rb".freeze, "spec/rr/expectations/times_called_expectation/times_called_expectation_any_times_spec.rb".freeze, "spec/rr/expectations/times_called_expectation/times_called_expectation_at_least_spec.rb".freeze, "spec/rr/expectations/times_called_expectation/times_called_expectation_at_most_spec.rb".freeze, "spec/rr/expectations/times_called_expectation/times_called_expectation_helper.rb".freeze, "spec/rr/expectations/times_called_expectation/times_called_expectation_integer_spec.rb".freeze, "spec/rr/expectations/times_called_expectation/times_called_expectation_proc_spec.rb".freeze, "spec/rr/expectations/times_called_expectation/times_called_expectation_range_spec.rb".freeze, "spec/rr/expectations/times_called_expectation/times_called_expectation_spec.rb".freeze, "spec/rr/rspec/rspec_adapter_spec.rb".freeze, "spec/rr/rspec/rspec_backtrace_tweaking_spec.rb".freeze, "spec/rr/rspec/rspec_usage_spec.rb".freeze, "spec/rr/space/hash_with_object_id_key_spec.rb".freeze, "spec/rr/space/space_create_spec.rb".freeze, "spec/rr/space/space_helper.rb".freeze, "spec/rr/space/space_register_spec.rb".freeze, "spec/rr/space/space_reset_spec.rb".freeze, "spec/rr/space/space_spec.rb".freeze, "spec/rr/space/space_verify_spec.rb".freeze, "spec/rr/test_unit/test_helper.rb".freeze, "spec/rr/test_unit/test_unit_backtrace_test.rb".freeze, "spec/rr/test_unit/test_unit_integration_test.rb".freeze, "spec/rr/times_called_matchers/any_times_matcher_spec.rb".freeze, "spec/rr/times_called_matchers/at_least_matcher_spec.rb".freeze, "spec/rr/times_called_matchers/at_most_matcher_spec.rb".freeze, "spec/rr/times_called_matchers/integer_matcher_spec.rb".freeze, "spec/rr/times_called_matchers/proc_matcher_spec.rb".freeze, "spec/rr/times_called_matchers/range_matcher_spec.rb".freeze, "spec/rr/times_called_matchers/times_called_matcher_spec.rb".freeze, "spec/rspec_spec_suite.rb".freeze, "spec/spec_helper.rb".freeze, "spec/spec_suite.rb".freeze, "spec/test_unit_spec_suite.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 s.test_files = ["spec/high_level_spec.rb".freeze] end