# -*- encoding: utf-8 -*- # stub: rr 0.1.5 ruby lib Gem::Specification.new do |s| s.name = "rr".freeze s.version = "0.1.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 = "2007-07-09" 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/environment_fixture_setup.rb".freeze, "examples/example_helper.rb".freeze, "examples/example_suite.rb".freeze, "examples/high_level_example.rb".freeze, "examples/rr/do_not_allow_creator_example.rb".freeze, "examples/rr/double_bind_example.rb".freeze, "examples/rr/double_dispatching_example.rb".freeze, "examples/rr/double_example.rb".freeze, "examples/rr/double_register_scenario_example.rb".freeze, "examples/rr/double_reset_example.rb".freeze, "examples/rr/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_example.rb".freeze, "examples/rr/extensions/double_methods_example.rb".freeze, "examples/rr/mock_creator_example.rb".freeze, "examples/rr/probe_creator_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_example.rb".freeze, "examples/rr/space_create_example.rb".freeze, "examples/rr/space_example.rb".freeze, "examples/rr/space_helper.rb".freeze, "examples/rr/space_register_example.rb".freeze, "examples/rr/space_reset_example.rb".freeze, "examples/rr/space_verify_example.rb".freeze, "examples/rr/stub_creator_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/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/do_not_allow_creator.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_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/expectations/wildcard_matchers/anything.rb".freeze, "lib/rr/expectations/wildcard_matchers/boolean.rb".freeze, "lib/rr/expectations/wildcard_matchers/duck_type.rb".freeze, "lib/rr/expectations/wildcard_matchers/is_a.rb".freeze, "lib/rr/expectations/wildcard_matchers/numeric.rb".freeze, "lib/rr/expectations/wildcard_matchers/range.rb".freeze, "lib/rr/expectations/wildcard_matchers/regexp.rb".freeze, "lib/rr/extensions/double_methods.rb".freeze, "lib/rr/mock_creator.rb".freeze, "lib/rr/probe_creator.rb".freeze, "lib/rr/scenario.rb".freeze, "lib/rr/space.rb".freeze, "lib/rr/stub_creator.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