.document
History.rdoc
License.txt
Manifest.txt
README.rdoc
Rakefile
Ruby1.9.rdoc
TODO.txt
Upgrade.rdoc
bin/autospec
bin/spec
cucumber.yml
examples/failing/README.txt
examples/failing/diffing_spec.rb
examples/failing/failing_implicit_docstrings_example.rb
examples/failing/failure_in_after.rb
examples/failing/failure_in_before.rb
examples/failing/mocking_example.rb
examples/failing/mocking_with_flexmock.rb
examples/failing/mocking_with_mocha.rb
examples/failing/mocking_with_rr.rb
examples/failing/partial_mock_example.rb
examples/failing/pending_example.rb
examples/failing/predicate_example.rb
examples/failing/raising_example.rb
examples/failing/syntax_error_example.rb
examples/failing/team_spec.rb
examples/failing/timeout_behaviour.rb
examples/passing/custom_formatter.rb
examples/passing/custom_matchers.rb
examples/passing/dynamic_spec.rb
examples/passing/file_accessor.rb
examples/passing/file_accessor_spec.rb
examples/passing/filtered_formatter.rb
examples/passing/filtered_formatter_example.rb
examples/passing/greeter_spec.rb
examples/passing/helper_method_example.rb
examples/passing/implicit_docstrings_example.rb
examples/passing/io_processor.rb
examples/passing/io_processor_spec.rb
examples/passing/mocking_example.rb
examples/passing/multi_threaded_example_group_runner.rb
examples/passing/nested_classes_example.rb
examples/passing/options_example.rb
examples/passing/options_formatter.rb
examples/passing/partial_mock_example.rb
examples/passing/pending_example.rb
examples/passing/predicate_example.rb
examples/passing/shared_example_group_example.rb
examples/passing/shared_stack_examples.rb
examples/passing/simple_matcher_example.rb
examples/passing/stack.rb
examples/passing/stack_spec.rb
examples/passing/stack_spec_with_nested_example_groups.rb
examples/passing/stubbing_example.rb
examples/passing/yielding_example.rb
examples/ruby1.9.compatibility/access_to_constants_spec.rb
features/before_and_after_blocks/before_and_after_blocks.feature
features/command_line/line_number_option.feature
features/command_line/line_number_option_with_example_with_no_name.feature
features/example_groups/define_example_attribute.feature
features/example_groups/example_group_with_should_methods.feature
features/example_groups/implicit_docstrings.feature
features/example_groups/nested_groups.feature
features/expectations/customized_message.feature
features/expectations/expect_change.feature
features/expectations/expect_error.feature
features/extensions/custom_example_group.feature
features/formatters/custom_formatter.feature
features/formatters/nested_formatter.feature
features/interop/cucumber_stubs_dont_leak.feature
features/interop/examples_and_tests_together.feature
features/interop/rspec_output.feature
features/interop/test_but_not_test_unit.feature
features/interop/test_case_with_should_methods.feature
features/load_paths/add_lib_to_load_path.feature
features/load_paths/add_spec_to_load_path.feature
features/matchers/define_diffable_matcher.feature
features/matchers/define_matcher.feature
features/matchers/define_matcher_outside_rspec.feature
features/matchers/define_matcher_with_fluent_interface.feature
features/matchers/define_wrapped_matcher.feature
features/matchers/match_unless_raises.feature
features/matchers/match_unless_raises_unexpected_error.feature
features/mock_framework_integration/use_flexmock.feature
features/mock_framework_integration/use_mocha.feature
features/mock_framework_integration/use_rr.feature
features/mocks/block_local_expectations.feature
features/mocks/mix_stubs_and_mocks.feature
features/mocks/stub_implementation.feature
features/pending/pending_examples.feature
features/runner/specify_line_number.feature
features/spec_helper/spec_helper.feature
features/step_definitions/running_rspec_steps.rb
features/step_definitions/stubbing_steps.rb
features/subject/explicit_subject.feature
features/subject/implicit_subject.feature
features/support/env.rb
features/support/matchers/smart_match.rb
geminstaller.yml
init.rb
lib/autotest/discover.rb
lib/autotest/rspec.rb
lib/spec.rb
lib/spec/adapters/mock_frameworks/flexmock.rb
lib/spec/adapters/mock_frameworks/mocha.rb
lib/spec/adapters/mock_frameworks/rr.rb
lib/spec/adapters/mock_frameworks/rspec.rb
lib/spec/autorun.rb
lib/spec/deprecation.rb
lib/spec/dsl.rb
lib/spec/dsl/main.rb
lib/spec/example.rb
lib/spec/example/args_and_options.rb
lib/spec/example/before_and_after_hooks.rb
lib/spec/example/errors.rb
lib/spec/example/example_group.rb
lib/spec/example/example_group_factory.rb
lib/spec/example/example_group_hierarchy.rb
lib/spec/example/example_group_methods.rb
lib/spec/example/example_group_proxy.rb
lib/spec/example/example_matcher.rb
lib/spec/example/example_methods.rb
lib/spec/example/example_proxy.rb
lib/spec/example/module_reopening_fix.rb
lib/spec/example/pending.rb
lib/spec/example/predicate_matchers.rb
lib/spec/example/shared_example_group.rb
lib/spec/example/subject.rb
lib/spec/expectations.rb
lib/spec/expectations/errors.rb
lib/spec/expectations/extensions.rb
lib/spec/expectations/extensions/kernel.rb
lib/spec/expectations/fail_with.rb
lib/spec/expectations/handler.rb
lib/spec/extensions/instance_exec.rb
lib/spec/interop/test.rb
lib/spec/interop/test/unit/autorunner.rb
lib/spec/interop/test/unit/testcase.rb
lib/spec/interop/test/unit/testresult.rb
lib/spec/interop/test/unit/testsuite_adapter.rb
lib/spec/interop/test/unit/ui/console/testrunner.rb
lib/spec/matchers.rb
lib/spec/matchers/be.rb
lib/spec/matchers/be_close.rb
lib/spec/matchers/be_instance_of.rb
lib/spec/matchers/be_kind_of.rb
lib/spec/matchers/change.rb
lib/spec/matchers/compatibility.rb
lib/spec/matchers/dsl.rb
lib/spec/matchers/eql.rb
lib/spec/matchers/equal.rb
lib/spec/matchers/errors.rb
lib/spec/matchers/exist.rb
lib/spec/matchers/generated_descriptions.rb
lib/spec/matchers/has.rb
lib/spec/matchers/have.rb
lib/spec/matchers/include.rb
lib/spec/matchers/match.rb
lib/spec/matchers/match_array.rb
lib/spec/matchers/matcher.rb
lib/spec/matchers/method_missing.rb
lib/spec/matchers/operator_matcher.rb
lib/spec/matchers/pretty.rb
lib/spec/matchers/raise_exception.rb
lib/spec/matchers/respond_to.rb
lib/spec/matchers/satisfy.rb
lib/spec/matchers/simple_matcher.rb
lib/spec/matchers/throw_symbol.rb
lib/spec/matchers/wrap_expectation.rb
lib/spec/mocks.rb
lib/spec/mocks/argument_expectation.rb
lib/spec/mocks/argument_matchers.rb
lib/spec/mocks/error_generator.rb
lib/spec/mocks/errors.rb
lib/spec/mocks/example_methods.rb
lib/spec/mocks/extensions.rb
lib/spec/mocks/extensions/object.rb
lib/spec/mocks/framework.rb
lib/spec/mocks/message_expectation.rb
lib/spec/mocks/methods.rb
lib/spec/mocks/mock.rb
lib/spec/mocks/order_group.rb
lib/spec/mocks/proxy.rb
lib/spec/mocks/space.rb
lib/spec/rake/spectask.rb
lib/spec/rake/verify_rcov.rb
lib/spec/ruby.rb
lib/spec/runner.rb
lib/spec/runner/backtrace_tweaker.rb
lib/spec/runner/class_and_arguments_parser.rb
lib/spec/runner/command_line.rb
lib/spec/runner/configuration.rb
lib/spec/runner/differs/default.rb
lib/spec/runner/differs/load-diff-lcs.rb
lib/spec/runner/drb_command_line.rb
lib/spec/runner/example_group_runner.rb
lib/spec/runner/extensions/kernel.rb
lib/spec/runner/formatter/base_formatter.rb
lib/spec/runner/formatter/base_text_formatter.rb
lib/spec/runner/formatter/failing_example_groups_formatter.rb
lib/spec/runner/formatter/failing_examples_formatter.rb
lib/spec/runner/formatter/html_formatter.rb
lib/spec/runner/formatter/nested_text_formatter.rb
lib/spec/runner/formatter/no_op_method_missing.rb
lib/spec/runner/formatter/profile_formatter.rb
lib/spec/runner/formatter/progress_bar_formatter.rb
lib/spec/runner/formatter/silent_formatter.rb
lib/spec/runner/formatter/snippet_extractor.rb
lib/spec/runner/formatter/specdoc_formatter.rb
lib/spec/runner/formatter/text_mate_formatter.rb
lib/spec/runner/heckle_runner.rb
lib/spec/runner/heckle_runner_unsupported.rb
lib/spec/runner/line_number_query.rb
lib/spec/runner/option_parser.rb
lib/spec/runner/options.rb
lib/spec/runner/reporter.rb
lib/spec/stubs/cuc