rspec 1.3.2 → 2.0.0.a2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.document +4 -6
- data/.gitignore +4 -14
- data/License.txt +1 -1
- data/README.markdown +46 -0
- data/Rakefile +26 -100
- data/lib/rspec.rb +4 -0
- data/lib/rspec/version.rb +14 -0
- data/rspec.gemspec +46 -19
- metadata +72 -673
- data/.autotest +0 -5
- data/Gemfile +0 -20
- data/History.rdoc +0 -1560
- data/README.rdoc +0 -44
- data/Ruby1.9.rdoc +0 -31
- data/TODO.txt +0 -17
- data/Upgrade.rdoc +0 -260
- data/bin/autospec +0 -4
- data/bin/spec +0 -5
- data/cucumber.yml +0 -5
- data/example_spec.rb +0 -4
- data/examples/failing/README.txt +0 -11
- data/examples/failing/diffing_spec.rb +0 -36
- data/examples/failing/failing_implicit_docstrings_example.rb +0 -17
- data/examples/failing/failure_in_after.rb +0 -10
- data/examples/failing/failure_in_before.rb +0 -10
- data/examples/failing/mocking_example.rb +0 -38
- data/examples/failing/mocking_with_flexmock.rb +0 -26
- data/examples/failing/mocking_with_mocha.rb +0 -25
- data/examples/failing/mocking_with_rr.rb +0 -27
- data/examples/failing/partial_mock_example.rb +0 -18
- data/examples/failing/pending_example.rb +0 -7
- data/examples/failing/predicate_example.rb +0 -32
- data/examples/failing/raising_example.rb +0 -47
- data/examples/failing/syntax_error_example.rb +0 -7
- data/examples/failing/team_spec.rb +0 -41
- data/examples/failing/timeout_behaviour.rb +0 -5
- data/examples/passing/custom_formatter.rb +0 -11
- data/examples/passing/custom_matchers.rb +0 -54
- data/examples/passing/dynamic_spec.rb +0 -7
- data/examples/passing/file_accessor.rb +0 -18
- data/examples/passing/file_accessor_spec.rb +0 -37
- data/examples/passing/filtered_formatter.rb +0 -17
- data/examples/passing/filtered_formatter_example.rb +0 -31
- data/examples/passing/greeter_spec.rb +0 -30
- data/examples/passing/helper_method_example.rb +0 -12
- data/examples/passing/implicit_docstrings_example.rb +0 -16
- data/examples/passing/io_processor.rb +0 -8
- data/examples/passing/io_processor_spec.rb +0 -20
- data/examples/passing/mocking_example.rb +0 -25
- data/examples/passing/multi_threaded_example_group_runner.rb +0 -26
- data/examples/passing/nested_classes_example.rb +0 -35
- data/examples/passing/options_example.rb +0 -29
- data/examples/passing/options_formatter.rb +0 -20
- data/examples/passing/partial_mock_example.rb +0 -27
- data/examples/passing/pending_example.rb +0 -18
- data/examples/passing/predicate_example.rb +0 -25
- data/examples/passing/shared_example_group_example.rb +0 -43
- data/examples/passing/shared_stack_examples.rb +0 -36
- data/examples/passing/simple_matcher_example.rb +0 -29
- data/examples/passing/stack.rb +0 -36
- data/examples/passing/stack_spec.rb +0 -63
- data/examples/passing/stack_spec_with_nested_example_groups.rb +0 -66
- data/examples/passing/stubbing_example.rb +0 -67
- data/examples/passing/yielding_example.rb +0 -31
- data/examples/ruby1.9.compatibility/access_to_constants_spec.rb +0 -85
- data/features-pending/cli/conditional_exclusion.feature +0 -39
- data/features-pending/heckle/heckle.feature +0 -56
- data/features/before_and_after_blocks/before_and_after_blocks.feature +0 -167
- data/features/command_line/line_number_option.feature +0 -56
- data/features/command_line/line_number_option_with_example_with_no_name.feature +0 -22
- data/features/example_groups/define_example_attribute.feature +0 -41
- data/features/example_groups/example_group_with_should_methods.feature +0 -29
- data/features/example_groups/implicit_docstrings.feature +0 -59
- data/features/example_groups/nested_groups.feature +0 -32
- data/features/expectations/customized_message.feature +0 -54
- data/features/expectations/expect_change.feature +0 -65
- data/features/expectations/expect_error.feature +0 -44
- data/features/extensions/custom_example_group.feature +0 -19
- data/features/formatters/custom_formatter.feature +0 -30
- data/features/formatters/nested_formatter.feature +0 -32
- data/features/interop/cucumber_stubs_dont_leak.feature +0 -11
- data/features/interop/examples_and_tests_together.feature +0 -84
- data/features/interop/rspec_output.feature +0 -25
- data/features/interop/test_but_not_test_unit.feature +0 -26
- data/features/interop/test_case_with_should_methods.feature +0 -46
- data/features/load_paths/add_lib_to_load_path.feature +0 -20
- data/features/load_paths/add_spec_to_load_path.feature +0 -20
- data/features/matchers/define_diffable_matcher.feature +0 -26
- data/features/matchers/define_matcher.feature +0 -179
- data/features/matchers/define_matcher_outside_rspec.feature +0 -37
- data/features/matchers/define_matcher_with_fluent_interface.feature +0 -48
- data/features/matchers/define_wrapped_matcher.feature +0 -56
- data/features/matchers/match_unless_raises.feature +0 -60
- data/features/matchers/match_unless_raises_unexpected_error.feature +0 -39
- data/features/mock_framework_integration/use_flexmock.feature +0 -27
- data/features/mock_framework_integration/use_mocha.feature +0 -27
- data/features/mock_framework_integration/use_rr.feature +0 -27
- data/features/mocks/block_local_expectations.feature +0 -62
- data/features/mocks/mix_stubs_and_mocks.feature +0 -22
- data/features/mocks/stub_implementation.feature +0 -26
- data/features/pending/pending_examples.feature +0 -81
- data/features/runner/specify_line_number.feature +0 -32
- data/features/spec_helper/spec_helper.feature +0 -25
- data/features/step_definitions/running_rspec_steps.rb +0 -52
- data/features/step_definitions/stubbing_steps.rb +0 -16
- data/features/subject/explicit_subject.feature +0 -31
- data/features/subject/implicit_subject.feature +0 -43
- data/features/support/env.rb +0 -83
- data/features/support/matchers/smart_match.rb +0 -31
- data/init.rb +0 -9
- data/lib/autotest/discover.rb +0 -3
- data/lib/autotest/rspec.rb +0 -54
- data/lib/spec.rb +0 -8
- data/lib/spec/adapters/mock_frameworks/flexmock.rb +0 -24
- data/lib/spec/adapters/mock_frameworks/mocha.rb +0 -25
- data/lib/spec/adapters/mock_frameworks/rr.rb +0 -22
- data/lib/spec/adapters/mock_frameworks/rspec.rb +0 -21
- data/lib/spec/autorun.rb +0 -3
- data/lib/spec/deprecation.rb +0 -41
- data/lib/spec/dsl.rb +0 -1
- data/lib/spec/dsl/main.rb +0 -93
- data/lib/spec/example.rb +0 -164
- data/lib/spec/example/args_and_options.rb +0 -27
- data/lib/spec/example/before_and_after_hooks.rb +0 -93
- data/lib/spec/example/errors.rb +0 -25
- data/lib/spec/example/example_group.rb +0 -10
- data/lib/spec/example/example_group_factory.rb +0 -82
- data/lib/spec/example/example_group_hierarchy.rb +0 -53
- data/lib/spec/example/example_group_methods.rb +0 -287
- data/lib/spec/example/example_group_proxy.rb +0 -61
- data/lib/spec/example/example_matcher.rb +0 -43
- data/lib/spec/example/example_methods.rb +0 -152
- data/lib/spec/example/example_proxy.rb +0 -41
- data/lib/spec/example/module_reopening_fix.rb +0 -43
- data/lib/spec/example/pending.rb +0 -18
- data/lib/spec/example/predicate_matchers.rb +0 -46
- data/lib/spec/example/shared_example_group.rb +0 -59
- data/lib/spec/example/subject.rb +0 -114
- data/lib/spec/expectations.rb +0 -35
- data/lib/spec/expectations/errors.rb +0 -12
- data/lib/spec/expectations/extensions.rb +0 -1
- data/lib/spec/expectations/extensions/kernel.rb +0 -52
- data/lib/spec/expectations/fail_with.rb +0 -45
- data/lib/spec/expectations/handler.rb +0 -50
- data/lib/spec/extensions/instance_exec.rb +0 -31
- data/lib/spec/interop/test.rb +0 -44
- data/lib/spec/interop/test/unit/autorunner.rb +0 -6
- data/lib/spec/interop/test/unit/testcase.rb +0 -56
- data/lib/spec/interop/test/unit/testresult.rb +0 -6
- data/lib/spec/interop/test/unit/testsuite_adapter.rb +0 -36
- data/lib/spec/interop/test/unit/ui/console/testrunner.rb +0 -61
- data/lib/spec/matchers.rb +0 -214
- data/lib/spec/matchers/be.rb +0 -249
- data/lib/spec/matchers/be_close.rb +0 -32
- data/lib/spec/matchers/be_instance_of.rb +0 -26
- data/lib/spec/matchers/be_kind_of.rb +0 -26
- data/lib/spec/matchers/change.rb +0 -151
- data/lib/spec/matchers/compatibility.rb +0 -14
- data/lib/spec/matchers/dsl.rb +0 -20
- data/lib/spec/matchers/eql.rb +0 -42
- data/lib/spec/matchers/equal.rb +0 -53
- data/lib/spec/matchers/errors.rb +0 -5
- data/lib/spec/matchers/exist.rb +0 -16
- data/lib/spec/matchers/generated_descriptions.rb +0 -36
- data/lib/spec/matchers/has.rb +0 -35
- data/lib/spec/matchers/have.rb +0 -152
- data/lib/spec/matchers/include.rb +0 -44
- data/lib/spec/matchers/match.rb +0 -21
- data/lib/spec/matchers/match_array.rb +0 -71
- data/lib/spec/matchers/matcher.rb +0 -132
- data/lib/spec/matchers/method_missing.rb +0 -9
- data/lib/spec/matchers/operator_matcher.rb +0 -83
- data/lib/spec/matchers/pretty.rb +0 -37
- data/lib/spec/matchers/raise_exception.rb +0 -131
- data/lib/spec/matchers/respond_to.rb +0 -71
- data/lib/spec/matchers/satisfy.rb +0 -47
- data/lib/spec/matchers/simple_matcher.rb +0 -134
- data/lib/spec/matchers/throw_symbol.rb +0 -100
- data/lib/spec/matchers/wrap_expectation.rb +0 -55
- data/lib/spec/mocks.rb +0 -200
- data/lib/spec/mocks/argument_expectation.rb +0 -51
- data/lib/spec/mocks/argument_matchers.rb +0 -237
- data/lib/spec/mocks/error_generator.rb +0 -92
- data/lib/spec/mocks/errors.rb +0 -10
- data/lib/spec/mocks/example_methods.rb +0 -69
- data/lib/spec/mocks/extensions.rb +0 -1
- data/lib/spec/mocks/extensions/object.rb +0 -3
- data/lib/spec/mocks/framework.rb +0 -15
- data/lib/spec/mocks/message_expectation.rb +0 -344
- data/lib/spec/mocks/methods.rb +0 -94
- data/lib/spec/mocks/mock.rb +0 -71
- data/lib/spec/mocks/order_group.rb +0 -29
- data/lib/spec/mocks/proxy.rb +0 -254
- data/lib/spec/mocks/space.rb +0 -28
- data/lib/spec/rake/spectask.rb +0 -230
- data/lib/spec/rake/verify_rcov.rb +0 -52
- data/lib/spec/ruby.rb +0 -9
- data/lib/spec/runner.rb +0 -66
- data/lib/spec/runner/backtrace_tweaker.rb +0 -78
- data/lib/spec/runner/class_and_arguments_parser.rb +0 -14
- data/lib/spec/runner/command_line.rb +0 -15
- data/lib/spec/runner/configuration.rb +0 -202
- data/lib/spec/runner/differs/default.rb +0 -93
- data/lib/spec/runner/differs/load-diff-lcs.rb +0 -12
- data/lib/spec/runner/drb_command_line.rb +0 -32
- data/lib/spec/runner/example_group_runner.rb +0 -58
- data/lib/spec/runner/extensions/kernel.rb +0 -9
- data/lib/spec/runner/formatter/base_formatter.rb +0 -139
- data/lib/spec/runner/formatter/base_text_formatter.rb +0 -142
- data/lib/spec/runner/formatter/failing_example_groups_formatter.rb +0 -25
- data/lib/spec/runner/formatter/failing_examples_formatter.rb +0 -20
- data/lib/spec/runner/formatter/html_formatter.rb +0 -338
- data/lib/spec/runner/formatter/nested_text_formatter.rb +0 -50
- data/lib/spec/runner/formatter/no_op_method_missing.rb +0 -21
- data/lib/spec/runner/formatter/profile_formatter.rb +0 -47
- data/lib/spec/runner/formatter/progress_bar_formatter.rb +0 -33
- data/lib/spec/runner/formatter/silent_formatter.rb +0 -10
- data/lib/spec/runner/formatter/snippet_extractor.rb +0 -52
- data/lib/spec/runner/formatter/specdoc_formatter.rb +0 -33
- data/lib/spec/runner/formatter/text_mate_formatter.rb +0 -16
- data/lib/spec/runner/heckle_runner.rb +0 -77
- data/lib/spec/runner/heckle_runner_unsupported.rb +0 -10
- data/lib/spec/runner/line_number_query.rb +0 -78
- data/lib/spec/runner/option_parser.rb +0 -225
- data/lib/spec/runner/options.rb +0 -406
- data/lib/spec/runner/reporter.rb +0 -171
- data/lib/spec/stubs/cucumber.rb +0 -5
- data/lib/spec/test/unit.rb +0 -10
- data/lib/spec/version.rb +0 -14
- data/resources/helpers/cmdline.rb +0 -8
- data/resources/rake/examples.rake +0 -7
- data/resources/rake/examples_with_rcov.rake +0 -9
- data/resources/rake/failing_examples_with_html.rake +0 -9
- data/resources/rake/verify_rcov.rake +0 -7
- data/spec/README.jruby +0 -15
- data/spec/autotest/autotest_helper.rb +0 -8
- data/spec/autotest/autotest_matchers.rb +0 -38
- data/spec/autotest/discover_spec.rb +0 -8
- data/spec/autotest/failed_results_re_spec.rb +0 -31
- data/spec/autotest/rspec_spec.rb +0 -126
- data/spec/ruby_forker.rb +0 -13
- data/spec/spec.opts +0 -6
- data/spec/spec/dsl/main_spec.rb +0 -103
- data/spec/spec/example/example_group_class_definition_spec.rb +0 -51
- data/spec/spec/example/example_group_factory_spec.rb +0 -180
- data/spec/spec/example/example_group_methods_spec.rb +0 -778
- data/spec/spec/example/example_group_proxy_spec.rb +0 -107
- data/spec/spec/example/example_group_spec.rb +0 -632
- data/spec/spec/example/example_matcher_spec.rb +0 -85
- data/spec/spec/example/example_methods_spec.rb +0 -162
- data/spec/spec/example/example_proxy_spec.rb +0 -57
- data/spec/spec/example/helper_method_spec.rb +0 -24
- data/spec/spec/example/nested_example_group_spec.rb +0 -71
- data/spec/spec/example/pending_module_spec.rb +0 -58
- data/spec/spec/example/predicate_matcher_spec.rb +0 -41
- data/spec/spec/example/shared_example_group_spec.rb +0 -257
- data/spec/spec/example/subclassing_example_group_spec.rb +0 -25
- data/spec/spec/example/subject_spec.rb +0 -110
- data/spec/spec/expectations/differs/default_spec.rb +0 -194
- data/spec/spec/expectations/extensions/kernel_spec.rb +0 -45
- data/spec/spec/expectations/fail_with_spec.rb +0 -96
- data/spec/spec/expectations/handler_spec.rb +0 -206
- data/spec/spec/expectations/wrap_expectation_spec.rb +0 -31
- data/spec/spec/interop/test/unit/resources/spec_that_fails.rb +0 -10
- data/spec/spec/interop/test/unit/resources/spec_that_passes.rb +0 -10
- data/spec/spec/interop/test/unit/resources/spec_with_errors.rb +0 -10
- data/spec/spec/interop/test/unit/resources/spec_with_options_hash.rb +0 -13
- data/spec/spec/interop/test/unit/resources/test_case_that_fails.rb +0 -10
- data/spec/spec/interop/test/unit/resources/test_case_that_passes.rb +0 -10
- data/spec/spec/interop/test/unit/resources/test_case_with_errors.rb +0 -10
- data/spec/spec/interop/test/unit/resources/test_case_with_various_names.rb +0 -22
- data/spec/spec/interop/test/unit/resources/testsuite_adapter_spec_with_test_unit.rb +0 -38
- data/spec/spec/interop/test/unit/spec_spec.rb +0 -48
- data/spec/spec/interop/test/unit/test_unit_spec_helper.rb +0 -18
- data/spec/spec/interop/test/unit/testcase_spec.rb +0 -50
- data/spec/spec/interop/test/unit/testsuite_adapter_spec.rb +0 -9
- data/spec/spec/matchers/be_close_spec.rb +0 -50
- data/spec/spec/matchers/be_instance_of_spec.rb +0 -36
- data/spec/spec/matchers/be_kind_of_spec.rb +0 -33
- data/spec/spec/matchers/be_spec.rb +0 -460
- data/spec/spec/matchers/change_spec.rb +0 -349
- data/spec/spec/matchers/compatibility_spec.rb +0 -28
- data/spec/spec/matchers/description_generation_spec.rb +0 -160
- data/spec/spec/matchers/dsl_spec.rb +0 -34
- data/spec/spec/matchers/eql_spec.rb +0 -33
- data/spec/spec/matchers/equal_spec.rb +0 -57
- data/spec/spec/matchers/exist_spec.rb +0 -65
- data/spec/spec/matchers/has_spec.rb +0 -190
- data/spec/spec/matchers/have_spec.rb +0 -381
- data/spec/spec/matchers/include_spec.rb +0 -88
- data/spec/spec/matchers/match_array_spec.rb +0 -115
- data/spec/spec/matchers/match_spec.rb +0 -57
- data/spec/spec/matchers/matcher_spec.rb +0 -289
- data/spec/spec/matchers/matchers_spec.rb +0 -2
- data/spec/spec/matchers/operator_matcher_spec.rb +0 -191
- data/spec/spec/matchers/pretty_spec.rb +0 -22
- data/spec/spec/matchers/raise_exception_spec.rb +0 -345
- data/spec/spec/matchers/respond_to_spec.rb +0 -116
- data/spec/spec/matchers/satisfy_spec.rb +0 -36
- data/spec/spec/matchers/simple_matcher_spec.rb +0 -100
- data/spec/spec/matchers/throw_symbol_spec.rb +0 -121
- data/spec/spec/mocks/and_yield_spec.rb +0 -117
- data/spec/spec/mocks/any_number_of_times_spec.rb +0 -36
- data/spec/spec/mocks/argument_expectation_spec.rb +0 -23
- data/spec/spec/mocks/argument_matchers_spec.rb +0 -19
- data/spec/spec/mocks/at_least_spec.rb +0 -97
- data/spec/spec/mocks/at_most_spec.rb +0 -93
- data/spec/spec/mocks/bug_report_10260_spec.rb +0 -8
- data/spec/spec/mocks/bug_report_10263_spec.rb +0 -27
- data/spec/spec/mocks/bug_report_1049_spec.rb +0 -30
- data/spec/spec/mocks/bug_report_11545_spec.rb +0 -32
- data/spec/spec/mocks/bug_report_15719_spec.rb +0 -30
- data/spec/spec/mocks/bug_report_496_spec.rb +0 -17
- data/spec/spec/mocks/bug_report_600_spec.rb +0 -22
- data/spec/spec/mocks/bug_report_7611_spec.rb +0 -19
- data/spec/spec/mocks/bug_report_7805_spec.rb +0 -22
- data/spec/spec/mocks/bug_report_8165_spec.rb +0 -31
- data/spec/spec/mocks/bug_report_8302_spec.rb +0 -26
- data/spec/spec/mocks/bug_report_830_spec.rb +0 -21
- data/spec/spec/mocks/bug_report_957_spec.rb +0 -22
- data/spec/spec/mocks/double_spec.rb +0 -12
- data/spec/spec/mocks/failing_argument_matchers_spec.rb +0 -95
- data/spec/spec/mocks/hash_including_matcher_spec.rb +0 -90
- data/spec/spec/mocks/hash_not_including_matcher_spec.rb +0 -67
- data/spec/spec/mocks/mock_ordering_spec.rb +0 -94
- data/spec/spec/mocks/mock_space_spec.rb +0 -54
- data/spec/spec/mocks/mock_spec.rb +0 -601
- data/spec/spec/mocks/multiple_return_value_spec.rb +0 -113
- data/spec/spec/mocks/nil_expectation_warning_spec.rb +0 -53
- data/spec/spec/mocks/null_object_mock_spec.rb +0 -54
- data/spec/spec/mocks/once_counts_spec.rb +0 -53
- data/spec/spec/mocks/options_hash_spec.rb +0 -35
- data/spec/spec/mocks/partial_mock_spec.rb +0 -164
- data/spec/spec/mocks/partial_mock_using_mocks_directly_spec.rb +0 -66
- data/spec/spec/mocks/passing_argument_matchers_spec.rb +0 -145
- data/spec/spec/mocks/precise_counts_spec.rb +0 -52
- data/spec/spec/mocks/record_messages_spec.rb +0 -26
- data/spec/spec/mocks/stub_chain_spec.rb +0 -42
- data/spec/spec/mocks/stub_implementation_spec.rb +0 -31
- data/spec/spec/mocks/stub_spec.rb +0 -203
- data/spec/spec/mocks/stubbed_message_expectations_spec.rb +0 -26
- data/spec/spec/mocks/twice_counts_spec.rb +0 -67
- data/spec/spec/mocks/unstub_spec.rb +0 -127
- data/spec/spec/package/bin_spec_spec.rb +0 -16
- data/spec/spec/rake/spectask_spec.rb +0 -150
- data/spec/spec/runner/class_and_argument_parser_spec.rb +0 -23
- data/spec/spec/runner/command_line_spec.rb +0 -162
- data/spec/spec/runner/configuration_spec.rb +0 -320
- data/spec/spec/runner/drb_command_line_spec.rb +0 -146
- data/spec/spec/runner/empty_file.txt +0 -0
- data/spec/spec/runner/example_group_runner_spec.rb +0 -26
- data/spec/spec/runner/examples.txt +0 -2
- data/spec/spec/runner/failed.txt +0 -3
- data/spec/spec/runner/formatter/base_formatter_spec.rb +0 -30
- data/spec/spec/runner/formatter/base_text_formatter_spec.rb +0 -113
- data/spec/spec/runner/formatter/failing_example_groups_formatter_spec.rb +0 -45
- data/spec/spec/runner/formatter/failing_examples_formatter_spec.rb +0 -33
- data/spec/spec/runner/formatter/html_formatted-1.8.6-jruby.html +0 -377
- data/spec/spec/runner/formatter/html_formatted-1.8.6.html +0 -377
- data/spec/spec/runner/formatter/html_formatted-1.8.7.html +0 -377
- data/spec/spec/runner/formatter/html_formatted-1.9.1.html +0 -377
- data/spec/spec/runner/formatter/html_formatted-1.9.2.html +0 -377
- data/spec/spec/runner/formatter/html_formatter_spec.rb +0 -118
- data/spec/spec/runner/formatter/nested_text_formatter_spec.rb +0 -329
- data/spec/spec/runner/formatter/profile_formatter_spec.rb +0 -70
- data/spec/spec/runner/formatter/progress_bar_formatter_spec.rb +0 -149
- data/spec/spec/runner/formatter/snippet_extractor_spec.rb +0 -18
- data/spec/spec/runner/formatter/specdoc_formatter_spec.rb +0 -159
- data/spec/spec/runner/formatter/text_mate_formatted-1.8.6-jruby.html +0 -371
- data/spec/spec/runner/formatter/text_mate_formatted-1.8.6.html +0 -371
- data/spec/spec/runner/formatter/text_mate_formatted-1.8.7.html +0 -371
- data/spec/spec/runner/formatter/text_mate_formatted-1.9.1.html +0 -371
- data/spec/spec/runner/formatter/text_mate_formatted-1.9.2.html +0 -371
- data/spec/spec/runner/formatter/text_mate_formatter_spec.rb +0 -106
- data/spec/spec/runner/heckle_runner_spec.rb +0 -78
- data/spec/spec/runner/heckler_spec.rb +0 -20
- data/spec/spec/runner/line_number_query/line_number_query_fixture.rb +0 -70
- data/spec/spec/runner/line_number_query_spec.rb +0 -129
- data/spec/spec/runner/noisy_backtrace_tweaker_spec.rb +0 -51
- data/spec/spec/runner/option_parser_spec.rb +0 -551
- data/spec/spec/runner/options_spec.rb +0 -554
- data/spec/spec/runner/output_one_time_fixture.rb +0 -7
- data/spec/spec/runner/output_one_time_fixture_runner.rb +0 -7
- data/spec/spec/runner/output_one_time_spec.rb +0 -15
- data/spec/spec/runner/quiet_backtrace_tweaker_spec.rb +0 -123
- data/spec/spec/runner/reporter_spec.rb +0 -244
- data/spec/spec/runner/resources/a_bar.rb +0 -0
- data/spec/spec/runner/resources/a_foo.rb +0 -0
- data/spec/spec/runner/resources/a_spec.rb +0 -1
- data/spec/spec/runner/resources/custom_example_group_runner.rb +0 -14
- data/spec/spec/runner/resources/utf8_encoded.rb +0 -8
- data/spec/spec/runner/spec.opts +0 -2
- data/spec/spec/runner/spec_drb.opts +0 -2
- data/spec/spec/runner/spec_spaced.opts +0 -2
- data/spec/spec/runner_spec.rb +0 -13
- data/spec/spec_helper.rb +0 -113
- data/spec/support/macros.rb +0 -29
- data/spec/support/spec_classes.rb +0 -133
data/.document
CHANGED
data/.gitignore
CHANGED
data/License.txt
CHANGED
data/README.markdown
ADDED
@@ -0,0 +1,46 @@
|
|
1
|
+
# RSpec Meta
|
2
|
+
|
3
|
+
This is part of the rspec-2 codebase, which is in super-pre-alpha-infancy at
|
4
|
+
the moment. While you are welcome to track, fork, explore, etc, we're too
|
5
|
+
early in the process to start fielding pull requests and or issues from
|
6
|
+
outside the core development team, so please don't waste your time until this
|
7
|
+
notice changes.
|
8
|
+
|
9
|
+
This repo will be the source for the rspec-2.x gem, which will serve as a
|
10
|
+
meta-gem, much like the rails and merb gems. `gem install rspec` will also
|
11
|
+
install rspec-core, rspec-expectations and rspec-mocks, each of which can be
|
12
|
+
installed separately and actived in isolation with the `gem` command. Among
|
13
|
+
other benefits, this will allow you to use rspec-expectations, for example, in
|
14
|
+
Test::Unit::TestCase if you happen to like that style.
|
15
|
+
|
16
|
+
Conversely, if you like RSpec's approach to declaring example groups and
|
17
|
+
examples (`describe` and `it`) but prefer Test::Unit assertions and mocha, rr
|
18
|
+
or flexmock for mocking, you'll be able to do that without having to load the
|
19
|
+
components of rspec that you're not using.
|
20
|
+
|
21
|
+
Again, we're super early in the process - aiming for a 2.0 release late
|
22
|
+
2009/early 2010 - so do stay tuned, but don't start using this just yet.
|
23
|
+
|
24
|
+
## Development
|
25
|
+
|
26
|
+
To get started, make a new directory for the rspec-2 repos to live:
|
27
|
+
|
28
|
+
$ mkdir ~/rspec2
|
29
|
+
|
30
|
+
Next, cd into it, and pull down the meta repo:
|
31
|
+
|
32
|
+
$ cd ~/rspec2
|
33
|
+
$ git clone git://github.com/rspec/meta.git
|
34
|
+
|
35
|
+
The meta repo provides a task to help manage the others. Initially, you want to clone them:
|
36
|
+
|
37
|
+
$ cd meta
|
38
|
+
$ rake git:clone
|
39
|
+
|
40
|
+
Now you'll be able to run the other git tasks for pulling, pushing, etc.
|
41
|
+
|
42
|
+
#### Also see
|
43
|
+
|
44
|
+
* [http://github.com/rspec/core](http://github.com/rspec/core)
|
45
|
+
* [http://github.com/rspec/expectations](http://github.com/rspec/expectations)
|
46
|
+
* [http://github.com/rspec/mocks](http://github.com/rspec/mocks)
|
data/Rakefile
CHANGED
@@ -1,110 +1,36 @@
|
|
1
|
-
require '
|
2
|
-
|
1
|
+
require 'rubygems'
|
2
|
+
gem 'jeweler', ">= 1.4.0"
|
3
|
+
require 'rake'
|
4
|
+
require 'fileutils'
|
5
|
+
require 'pathname'
|
3
6
|
|
4
|
-
$:.unshift 'lib'
|
7
|
+
$:.unshift File.expand_path(File.join(File.dirname(__FILE__),'lib'))
|
5
8
|
|
6
|
-
require '
|
7
|
-
require 'spec/rake/spectask'
|
8
|
-
require 'spec/ruby'
|
9
|
-
|
10
|
-
# Some of the tasks are in separate files since they are also part of the website documentation
|
11
|
-
load 'resources/rake/examples.rake'
|
12
|
-
load 'resources/rake/examples_with_rcov.rake'
|
13
|
-
load 'resources/rake/failing_examples_with_html.rake'
|
14
|
-
load 'resources/rake/verify_rcov.rake'
|
15
|
-
|
16
|
-
task :cleanup_rcov_files do
|
17
|
-
rm_rf 'coverage.data'
|
18
|
-
end
|
19
|
-
|
20
|
-
if RUBY_VERSION =~ /^1.8/
|
21
|
-
task :default => [:cleanup_rcov_files, :features, :verify_rcov]
|
22
|
-
else
|
23
|
-
task :default => [:spec, :features]
|
24
|
-
end
|
25
|
-
|
26
|
-
desc "Run all specs"
|
27
|
-
Spec::Rake::SpecTask.new(:spec) do |t|
|
28
|
-
t.spec_files = FileList['spec/**/*_spec.rb']
|
29
|
-
t.spec_opts = ['--options', 'spec/spec.opts']
|
30
|
-
end
|
31
|
-
|
32
|
-
namespace :spec do
|
33
|
-
desc "Run all specs with rcov"
|
34
|
-
Spec::Rake::SpecTask.new(:rcov) do |t|
|
35
|
-
t.spec_files = FileList['spec/**/*_spec.rb']
|
36
|
-
t.spec_opts = ['--options', 'spec/spec.opts']
|
37
|
-
t.rcov = true
|
38
|
-
t.rcov_dir = 'coverage'
|
39
|
-
t.rcov_opts = ['--exclude', "features,kernel,load-diff-lcs\.rb,instance_exec\.rb,lib/spec.rb,lib/spec/runner.rb,^spec/*,bin/spec,examples,/gems,/Library/Ruby,\.autotest,#{ENV['GEM_HOME']}"]
|
40
|
-
t.rcov_opts << '--sort coverage --text-summary --aggregate coverage.data'
|
41
|
-
end
|
42
|
-
|
43
|
-
desc "Run files listed in spec/spec_files.txt"
|
44
|
-
Spec::Rake::SpecTask.new(:focus) do |t|
|
45
|
-
if File.exists?('spec/spec_files.txt')
|
46
|
-
t.spec_files = File.readlines('spec/spec_files.txt').collect{|f| f.chomp}
|
47
|
-
end
|
48
|
-
end
|
49
|
-
end
|
9
|
+
require 'rspec/version'
|
50
10
|
|
51
11
|
begin
|
52
|
-
require '
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
12
|
+
require 'jeweler'
|
13
|
+
Jeweler::Tasks.new do |gem|
|
14
|
+
gem.name = "rspec"
|
15
|
+
gem.version = Rspec::Version::STRING
|
16
|
+
gem.rubyforge_project = "rspec"
|
17
|
+
gem.summary = "pulls in the other rspec gems"
|
18
|
+
gem.email = "dchelimsky@gmail.com;chad.humphries@gmail.com"
|
19
|
+
gem.homepage = "http://github.com/rspec/meta"
|
20
|
+
gem.authors = ["David Chelimsky", "Chad Humphries"]
|
21
|
+
gem.version = Rspec::Version::STRING
|
22
|
+
gem.add_dependency "rspec-core", ">= #{Rspec::Version::STRING}"
|
23
|
+
gem.add_dependency "rspec-expectations", ">= #{Rspec::Version::STRING}"
|
24
|
+
gem.add_dependency "rspec-mocks", ">= #{Rspec::Version::STRING}"
|
25
|
+
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
|
65
26
|
end
|
27
|
+
Jeweler::GemcutterTasks.new
|
66
28
|
rescue LoadError
|
67
|
-
puts "
|
29
|
+
puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler"
|
68
30
|
end
|
69
31
|
|
70
|
-
|
71
|
-
|
72
|
-
t.spec_files = FileList['failing_examples/**/*_spec.rb']
|
73
|
-
t.spec_opts = ['--options', 'spec/spec.opts']
|
32
|
+
task :clobber do
|
33
|
+
rm_rf 'pkg'
|
74
34
|
end
|
75
35
|
|
76
|
-
|
77
|
-
Dir['**/*.rb'].each do |fn|
|
78
|
-
count = 0
|
79
|
-
open(fn) do |f|
|
80
|
-
while line = f.gets
|
81
|
-
count += 1
|
82
|
-
if line =~ pattern
|
83
|
-
puts "#{fn}:#{count}:#{line}"
|
84
|
-
end
|
85
|
-
end
|
86
|
-
end
|
87
|
-
end
|
88
|
-
end
|
89
|
-
|
90
|
-
desc "Look for TODO and FIXME tags in the code"
|
91
|
-
task :todo do
|
92
|
-
egrep /(FIXME|TODO|TBD)/
|
93
|
-
end
|
94
|
-
|
95
|
-
desc "Verifies that there is no uncommitted code"
|
96
|
-
task :verify_committed do
|
97
|
-
IO.popen('git status') do |io|
|
98
|
-
io.each_line do |line|
|
99
|
-
raise "\n!!! Do a git commit first !!!\n\n" if line =~ /^#\s*modified:/
|
100
|
-
end
|
101
|
-
end
|
102
|
-
end
|
103
|
-
|
104
|
-
task :clobber => :clobber_tmp
|
105
|
-
|
106
|
-
task :clobber_tmp do
|
107
|
-
cmd = %q[rm -r tmp]
|
108
|
-
puts cmd
|
109
|
-
system cmd if test ?d, 'tmp'
|
110
|
-
end
|
36
|
+
task :default => [:check_dependencies]
|
data/lib/rspec.rb
ADDED
data/rspec.gemspec
CHANGED
@@ -1,26 +1,53 @@
|
|
1
|
+
# Generated by jeweler
|
2
|
+
# DO NOT EDIT THIS FILE DIRECTLY
|
3
|
+
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
|
1
4
|
# -*- encoding: utf-8 -*-
|
2
|
-
$:.push File.expand_path("../lib", __FILE__)
|
3
|
-
require "spec/version"
|
4
5
|
|
5
6
|
Gem::Specification.new do |s|
|
6
|
-
s.name
|
7
|
-
s.version
|
8
|
-
s.platform = Gem::Platform::RUBY
|
9
|
-
s.authors = ["The RSpec Development Team"]
|
10
|
-
s.email = ["rspec-devel@rubyforge.org"]
|
11
|
-
s.homepage = ""
|
12
|
-
s.summary = Spec::VERSION::SUMMARY
|
13
|
-
s.description = "Behaviour Driven Development for Ruby."
|
7
|
+
s.name = %q{rspec}
|
8
|
+
s.version = "2.0.0.a2"
|
14
9
|
|
15
|
-
s.
|
16
|
-
|
17
|
-
s.
|
18
|
-
s.
|
19
|
-
s.
|
10
|
+
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
|
11
|
+
s.authors = ["David Chelimsky", "Chad Humphries"]
|
12
|
+
s.date = %q{2010-01-24}
|
13
|
+
s.email = %q{dchelimsky@gmail.com;chad.humphries@gmail.com}
|
14
|
+
s.extra_rdoc_files = [
|
15
|
+
"README.markdown"
|
16
|
+
]
|
17
|
+
s.files = [
|
18
|
+
".document",
|
19
|
+
".gitignore",
|
20
|
+
"License.txt",
|
21
|
+
"README.markdown",
|
22
|
+
"Rakefile",
|
23
|
+
"lib/rspec.rb",
|
24
|
+
"lib/rspec/version.rb",
|
25
|
+
"rspec.gemspec"
|
26
|
+
]
|
27
|
+
s.homepage = %q{http://github.com/rspec/meta}
|
28
|
+
s.rdoc_options = ["--charset=UTF-8"]
|
20
29
|
s.require_paths = ["lib"]
|
30
|
+
s.rubyforge_project = %q{rspec}
|
31
|
+
s.rubygems_version = %q{1.3.5}
|
32
|
+
s.summary = %q{pulls in the other rspec gems}
|
33
|
+
|
34
|
+
if s.respond_to? :specification_version then
|
35
|
+
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
36
|
+
s.specification_version = 3
|
21
37
|
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
38
|
+
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
|
39
|
+
s.add_runtime_dependency(%q<rspec-core>, [">= 2.0.0.a2"])
|
40
|
+
s.add_runtime_dependency(%q<rspec-expectations>, [">= 2.0.0.a2"])
|
41
|
+
s.add_runtime_dependency(%q<rspec-mocks>, [">= 2.0.0.a2"])
|
42
|
+
else
|
43
|
+
s.add_dependency(%q<rspec-core>, [">= 2.0.0.a2"])
|
44
|
+
s.add_dependency(%q<rspec-expectations>, [">= 2.0.0.a2"])
|
45
|
+
s.add_dependency(%q<rspec-mocks>, [">= 2.0.0.a2"])
|
46
|
+
end
|
47
|
+
else
|
48
|
+
s.add_dependency(%q<rspec-core>, [">= 2.0.0.a2"])
|
49
|
+
s.add_dependency(%q<rspec-expectations>, [">= 2.0.0.a2"])
|
50
|
+
s.add_dependency(%q<rspec-mocks>, [">= 2.0.0.a2"])
|
51
|
+
end
|
26
52
|
end
|
53
|
+
|
metadata
CHANGED
@@ -1,693 +1,92 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: rspec
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
5
|
-
prerelease:
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 2.0.0.a2
|
6
5
|
platform: ruby
|
7
|
-
authors:
|
8
|
-
-
|
6
|
+
authors:
|
7
|
+
- David Chelimsky
|
8
|
+
- Chad Humphries
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
|
12
|
+
|
13
|
+
date: 2010-01-24 00:00:00 -06:00
|
13
14
|
default_executable:
|
14
|
-
dependencies:
|
15
|
-
- !ruby/object:Gem::Dependency
|
16
|
-
name:
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
requirements:
|
31
|
-
- -
|
32
|
-
- !ruby/object:Gem::Version
|
33
|
-
version: 0.
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
name: diff-lcs
|
50
|
-
requirement: &2161210080 !ruby/object:Gem::Requirement
|
51
|
-
none: false
|
52
|
-
requirements:
|
53
|
-
- - ! '>='
|
54
|
-
- !ruby/object:Gem::Version
|
55
|
-
version: 1.1.2
|
56
|
-
type: :development
|
57
|
-
prerelease: false
|
58
|
-
version_requirements: *2161210080
|
59
|
-
description: Behaviour Driven Development for Ruby.
|
60
|
-
email:
|
61
|
-
- rspec-devel@rubyforge.org
|
62
|
-
executables:
|
63
|
-
- autospec
|
64
|
-
- spec
|
15
|
+
dependencies:
|
16
|
+
- !ruby/object:Gem::Dependency
|
17
|
+
name: rspec-core
|
18
|
+
type: :runtime
|
19
|
+
version_requirement:
|
20
|
+
version_requirements: !ruby/object:Gem::Requirement
|
21
|
+
requirements:
|
22
|
+
- - ">="
|
23
|
+
- !ruby/object:Gem::Version
|
24
|
+
version: 2.0.0.a2
|
25
|
+
version:
|
26
|
+
- !ruby/object:Gem::Dependency
|
27
|
+
name: rspec-expectations
|
28
|
+
type: :runtime
|
29
|
+
version_requirement:
|
30
|
+
version_requirements: !ruby/object:Gem::Requirement
|
31
|
+
requirements:
|
32
|
+
- - ">="
|
33
|
+
- !ruby/object:Gem::Version
|
34
|
+
version: 2.0.0.a2
|
35
|
+
version:
|
36
|
+
- !ruby/object:Gem::Dependency
|
37
|
+
name: rspec-mocks
|
38
|
+
type: :runtime
|
39
|
+
version_requirement:
|
40
|
+
version_requirements: !ruby/object:Gem::Requirement
|
41
|
+
requirements:
|
42
|
+
- - ">="
|
43
|
+
- !ruby/object:Gem::Version
|
44
|
+
version: 2.0.0.a2
|
45
|
+
version:
|
46
|
+
description:
|
47
|
+
email: dchelimsky@gmail.com;chad.humphries@gmail.com
|
48
|
+
executables: []
|
49
|
+
|
65
50
|
extensions: []
|
66
|
-
|
67
|
-
|
68
|
-
- .
|
51
|
+
|
52
|
+
extra_rdoc_files:
|
53
|
+
- README.markdown
|
54
|
+
files:
|
69
55
|
- .document
|
70
56
|
- .gitignore
|
71
|
-
- Gemfile
|
72
|
-
- History.rdoc
|
73
57
|
- License.txt
|
74
|
-
- README.
|
58
|
+
- README.markdown
|
75
59
|
- Rakefile
|
76
|
-
-
|
77
|
-
-
|
78
|
-
- Upgrade.rdoc
|
79
|
-
- bin/autospec
|
80
|
-
- bin/spec
|
81
|
-
- cucumber.yml
|
82
|
-
- example_spec.rb
|
83
|
-
- examples/failing/README.txt
|
84
|
-
- examples/failing/diffing_spec.rb
|
85
|
-
- examples/failing/failing_implicit_docstrings_example.rb
|
86
|
-
- examples/failing/failure_in_after.rb
|
87
|
-
- examples/failing/failure_in_before.rb
|
88
|
-
- examples/failing/mocking_example.rb
|
89
|
-
- examples/failing/mocking_with_flexmock.rb
|
90
|
-
- examples/failing/mocking_with_mocha.rb
|
91
|
-
- examples/failing/mocking_with_rr.rb
|
92
|
-
- examples/failing/partial_mock_example.rb
|
93
|
-
- examples/failing/pending_example.rb
|
94
|
-
- examples/failing/predicate_example.rb
|
95
|
-
- examples/failing/raising_example.rb
|
96
|
-
- examples/failing/syntax_error_example.rb
|
97
|
-
- examples/failing/team_spec.rb
|
98
|
-
- examples/failing/timeout_behaviour.rb
|
99
|
-
- examples/passing/custom_formatter.rb
|
100
|
-
- examples/passing/custom_matchers.rb
|
101
|
-
- examples/passing/dynamic_spec.rb
|
102
|
-
- examples/passing/file_accessor.rb
|
103
|
-
- examples/passing/file_accessor_spec.rb
|
104
|
-
- examples/passing/filtered_formatter.rb
|
105
|
-
- examples/passing/filtered_formatter_example.rb
|
106
|
-
- examples/passing/greeter_spec.rb
|
107
|
-
- examples/passing/helper_method_example.rb
|
108
|
-
- examples/passing/implicit_docstrings_example.rb
|
109
|
-
- examples/passing/io_processor.rb
|
110
|
-
- examples/passing/io_processor_spec.rb
|
111
|
-
- examples/passing/mocking_example.rb
|
112
|
-
- examples/passing/multi_threaded_example_group_runner.rb
|
113
|
-
- examples/passing/nested_classes_example.rb
|
114
|
-
- examples/passing/options_example.rb
|
115
|
-
- examples/passing/options_formatter.rb
|
116
|
-
- examples/passing/partial_mock_example.rb
|
117
|
-
- examples/passing/pending_example.rb
|
118
|
-
- examples/passing/predicate_example.rb
|
119
|
-
- examples/passing/shared_example_group_example.rb
|
120
|
-
- examples/passing/shared_stack_examples.rb
|
121
|
-
- examples/passing/simple_matcher_example.rb
|
122
|
-
- examples/passing/stack.rb
|
123
|
-
- examples/passing/stack_spec.rb
|
124
|
-
- examples/passing/stack_spec_with_nested_example_groups.rb
|
125
|
-
- examples/passing/stubbing_example.rb
|
126
|
-
- examples/passing/yielding_example.rb
|
127
|
-
- examples/ruby1.9.compatibility/access_to_constants_spec.rb
|
128
|
-
- features-pending/cli/conditional_exclusion.feature
|
129
|
-
- features-pending/heckle/heckle.feature
|
130
|
-
- features/before_and_after_blocks/before_and_after_blocks.feature
|
131
|
-
- features/command_line/line_number_option.feature
|
132
|
-
- features/command_line/line_number_option_with_example_with_no_name.feature
|
133
|
-
- features/example_groups/define_example_attribute.feature
|
134
|
-
- features/example_groups/example_group_with_should_methods.feature
|
135
|
-
- features/example_groups/implicit_docstrings.feature
|
136
|
-
- features/example_groups/nested_groups.feature
|
137
|
-
- features/expectations/customized_message.feature
|
138
|
-
- features/expectations/expect_change.feature
|
139
|
-
- features/expectations/expect_error.feature
|
140
|
-
- features/extensions/custom_example_group.feature
|
141
|
-
- features/formatters/custom_formatter.feature
|
142
|
-
- features/formatters/nested_formatter.feature
|
143
|
-
- features/interop/cucumber_stubs_dont_leak.feature
|
144
|
-
- features/interop/examples_and_tests_together.feature
|
145
|
-
- features/interop/rspec_output.feature
|
146
|
-
- features/interop/test_but_not_test_unit.feature
|
147
|
-
- features/interop/test_case_with_should_methods.feature
|
148
|
-
- features/load_paths/add_lib_to_load_path.feature
|
149
|
-
- features/load_paths/add_spec_to_load_path.feature
|
150
|
-
- features/matchers/define_diffable_matcher.feature
|
151
|
-
- features/matchers/define_matcher.feature
|
152
|
-
- features/matchers/define_matcher_outside_rspec.feature
|
153
|
-
- features/matchers/define_matcher_with_fluent_interface.feature
|
154
|
-
- features/matchers/define_wrapped_matcher.feature
|
155
|
-
- features/matchers/match_unless_raises.feature
|
156
|
-
- features/matchers/match_unless_raises_unexpected_error.feature
|
157
|
-
- features/mock_framework_integration/use_flexmock.feature
|
158
|
-
- features/mock_framework_integration/use_mocha.feature
|
159
|
-
- features/mock_framework_integration/use_rr.feature
|
160
|
-
- features/mocks/block_local_expectations.feature
|
161
|
-
- features/mocks/mix_stubs_and_mocks.feature
|
162
|
-
- features/mocks/stub_implementation.feature
|
163
|
-
- features/pending/pending_examples.feature
|
164
|
-
- features/runner/specify_line_number.feature
|
165
|
-
- features/spec_helper/spec_helper.feature
|
166
|
-
- features/step_definitions/running_rspec_steps.rb
|
167
|
-
- features/step_definitions/stubbing_steps.rb
|
168
|
-
- features/subject/explicit_subject.feature
|
169
|
-
- features/subject/implicit_subject.feature
|
170
|
-
- features/support/env.rb
|
171
|
-
- features/support/matchers/smart_match.rb
|
172
|
-
- init.rb
|
173
|
-
- lib/autotest/discover.rb
|
174
|
-
- lib/autotest/rspec.rb
|
175
|
-
- lib/spec.rb
|
176
|
-
- lib/spec/adapters/mock_frameworks/flexmock.rb
|
177
|
-
- lib/spec/adapters/mock_frameworks/mocha.rb
|
178
|
-
- lib/spec/adapters/mock_frameworks/rr.rb
|
179
|
-
- lib/spec/adapters/mock_frameworks/rspec.rb
|
180
|
-
- lib/spec/autorun.rb
|
181
|
-
- lib/spec/deprecation.rb
|
182
|
-
- lib/spec/dsl.rb
|
183
|
-
- lib/spec/dsl/main.rb
|
184
|
-
- lib/spec/example.rb
|
185
|
-
- lib/spec/example/args_and_options.rb
|
186
|
-
- lib/spec/example/before_and_after_hooks.rb
|
187
|
-
- lib/spec/example/errors.rb
|
188
|
-
- lib/spec/example/example_group.rb
|
189
|
-
- lib/spec/example/example_group_factory.rb
|
190
|
-
- lib/spec/example/example_group_hierarchy.rb
|
191
|
-
- lib/spec/example/example_group_methods.rb
|
192
|
-
- lib/spec/example/example_group_proxy.rb
|
193
|
-
- lib/spec/example/example_matcher.rb
|
194
|
-
- lib/spec/example/example_methods.rb
|
195
|
-
- lib/spec/example/example_proxy.rb
|
196
|
-
- lib/spec/example/module_reopening_fix.rb
|
197
|
-
- lib/spec/example/pending.rb
|
198
|
-
- lib/spec/example/predicate_matchers.rb
|
199
|
-
- lib/spec/example/shared_example_group.rb
|
200
|
-
- lib/spec/example/subject.rb
|
201
|
-
- lib/spec/expectations.rb
|
202
|
-
- lib/spec/expectations/errors.rb
|
203
|
-
- lib/spec/expectations/extensions.rb
|
204
|
-
- lib/spec/expectations/extensions/kernel.rb
|
205
|
-
- lib/spec/expectations/fail_with.rb
|
206
|
-
- lib/spec/expectations/handler.rb
|
207
|
-
- lib/spec/extensions/instance_exec.rb
|
208
|
-
- lib/spec/interop/test.rb
|
209
|
-
- lib/spec/interop/test/unit/autorunner.rb
|
210
|
-
- lib/spec/interop/test/unit/testcase.rb
|
211
|
-
- lib/spec/interop/test/unit/testresult.rb
|
212
|
-
- lib/spec/interop/test/unit/testsuite_adapter.rb
|
213
|
-
- lib/spec/interop/test/unit/ui/console/testrunner.rb
|
214
|
-
- lib/spec/matchers.rb
|
215
|
-
- lib/spec/matchers/be.rb
|
216
|
-
- lib/spec/matchers/be_close.rb
|
217
|
-
- lib/spec/matchers/be_instance_of.rb
|
218
|
-
- lib/spec/matchers/be_kind_of.rb
|
219
|
-
- lib/spec/matchers/change.rb
|
220
|
-
- lib/spec/matchers/compatibility.rb
|
221
|
-
- lib/spec/matchers/dsl.rb
|
222
|
-
- lib/spec/matchers/eql.rb
|
223
|
-
- lib/spec/matchers/equal.rb
|
224
|
-
- lib/spec/matchers/errors.rb
|
225
|
-
- lib/spec/matchers/exist.rb
|
226
|
-
- lib/spec/matchers/generated_descriptions.rb
|
227
|
-
- lib/spec/matchers/has.rb
|
228
|
-
- lib/spec/matchers/have.rb
|
229
|
-
- lib/spec/matchers/include.rb
|
230
|
-
- lib/spec/matchers/match.rb
|
231
|
-
- lib/spec/matchers/match_array.rb
|
232
|
-
- lib/spec/matchers/matcher.rb
|
233
|
-
- lib/spec/matchers/method_missing.rb
|
234
|
-
- lib/spec/matchers/operator_matcher.rb
|
235
|
-
- lib/spec/matchers/pretty.rb
|
236
|
-
- lib/spec/matchers/raise_exception.rb
|
237
|
-
- lib/spec/matchers/respond_to.rb
|
238
|
-
- lib/spec/matchers/satisfy.rb
|
239
|
-
- lib/spec/matchers/simple_matcher.rb
|
240
|
-
- lib/spec/matchers/throw_symbol.rb
|
241
|
-
- lib/spec/matchers/wrap_expectation.rb
|
242
|
-
- lib/spec/mocks.rb
|
243
|
-
- lib/spec/mocks/argument_expectation.rb
|
244
|
-
- lib/spec/mocks/argument_matchers.rb
|
245
|
-
- lib/spec/mocks/error_generator.rb
|
246
|
-
- lib/spec/mocks/errors.rb
|
247
|
-
- lib/spec/mocks/example_methods.rb
|
248
|
-
- lib/spec/mocks/extensions.rb
|
249
|
-
- lib/spec/mocks/extensions/object.rb
|
250
|
-
- lib/spec/mocks/framework.rb
|
251
|
-
- lib/spec/mocks/message_expectation.rb
|
252
|
-
- lib/spec/mocks/methods.rb
|
253
|
-
- lib/spec/mocks/mock.rb
|
254
|
-
- lib/spec/mocks/order_group.rb
|
255
|
-
- lib/spec/mocks/proxy.rb
|
256
|
-
- lib/spec/mocks/space.rb
|
257
|
-
- lib/spec/rake/spectask.rb
|
258
|
-
- lib/spec/rake/verify_rcov.rb
|
259
|
-
- lib/spec/ruby.rb
|
260
|
-
- lib/spec/runner.rb
|
261
|
-
- lib/spec/runner/backtrace_tweaker.rb
|
262
|
-
- lib/spec/runner/class_and_arguments_parser.rb
|
263
|
-
- lib/spec/runner/command_line.rb
|
264
|
-
- lib/spec/runner/configuration.rb
|
265
|
-
- lib/spec/runner/differs/default.rb
|
266
|
-
- lib/spec/runner/differs/load-diff-lcs.rb
|
267
|
-
- lib/spec/runner/drb_command_line.rb
|
268
|
-
- lib/spec/runner/example_group_runner.rb
|
269
|
-
- lib/spec/runner/extensions/kernel.rb
|
270
|
-
- lib/spec/runner/formatter/base_formatter.rb
|
271
|
-
- lib/spec/runner/formatter/base_text_formatter.rb
|
272
|
-
- lib/spec/runner/formatter/failing_example_groups_formatter.rb
|
273
|
-
- lib/spec/runner/formatter/failing_examples_formatter.rb
|
274
|
-
- lib/spec/runner/formatter/html_formatter.rb
|
275
|
-
- lib/spec/runner/formatter/nested_text_formatter.rb
|
276
|
-
- lib/spec/runner/formatter/no_op_method_missing.rb
|
277
|
-
- lib/spec/runner/formatter/profile_formatter.rb
|
278
|
-
- lib/spec/runner/formatter/progress_bar_formatter.rb
|
279
|
-
- lib/spec/runner/formatter/silent_formatter.rb
|
280
|
-
- lib/spec/runner/formatter/snippet_extractor.rb
|
281
|
-
- lib/spec/runner/formatter/specdoc_formatter.rb
|
282
|
-
- lib/spec/runner/formatter/text_mate_formatter.rb
|
283
|
-
- lib/spec/runner/heckle_runner.rb
|
284
|
-
- lib/spec/runner/heckle_runner_unsupported.rb
|
285
|
-
- lib/spec/runner/line_number_query.rb
|
286
|
-
- lib/spec/runner/option_parser.rb
|
287
|
-
- lib/spec/runner/options.rb
|
288
|
-
- lib/spec/runner/reporter.rb
|
289
|
-
- lib/spec/stubs/cucumber.rb
|
290
|
-
- lib/spec/test/unit.rb
|
291
|
-
- lib/spec/version.rb
|
292
|
-
- resources/helpers/cmdline.rb
|
293
|
-
- resources/rake/examples.rake
|
294
|
-
- resources/rake/examples_with_rcov.rake
|
295
|
-
- resources/rake/failing_examples_with_html.rake
|
296
|
-
- resources/rake/verify_rcov.rake
|
60
|
+
- lib/rspec.rb
|
61
|
+
- lib/rspec/version.rb
|
297
62
|
- rspec.gemspec
|
298
|
-
- spec/README.jruby
|
299
|
-
- spec/autotest/autotest_helper.rb
|
300
|
-
- spec/autotest/autotest_matchers.rb
|
301
|
-
- spec/autotest/discover_spec.rb
|
302
|
-
- spec/autotest/failed_results_re_spec.rb
|
303
|
-
- spec/autotest/rspec_spec.rb
|
304
|
-
- spec/ruby_forker.rb
|
305
|
-
- spec/spec.opts
|
306
|
-
- spec/spec/dsl/main_spec.rb
|
307
|
-
- spec/spec/example/example_group_class_definition_spec.rb
|
308
|
-
- spec/spec/example/example_group_factory_spec.rb
|
309
|
-
- spec/spec/example/example_group_methods_spec.rb
|
310
|
-
- spec/spec/example/example_group_proxy_spec.rb
|
311
|
-
- spec/spec/example/example_group_spec.rb
|
312
|
-
- spec/spec/example/example_matcher_spec.rb
|
313
|
-
- spec/spec/example/example_methods_spec.rb
|
314
|
-
- spec/spec/example/example_proxy_spec.rb
|
315
|
-
- spec/spec/example/helper_method_spec.rb
|
316
|
-
- spec/spec/example/nested_example_group_spec.rb
|
317
|
-
- spec/spec/example/pending_module_spec.rb
|
318
|
-
- spec/spec/example/predicate_matcher_spec.rb
|
319
|
-
- spec/spec/example/shared_example_group_spec.rb
|
320
|
-
- spec/spec/example/subclassing_example_group_spec.rb
|
321
|
-
- spec/spec/example/subject_spec.rb
|
322
|
-
- spec/spec/expectations/differs/default_spec.rb
|
323
|
-
- spec/spec/expectations/extensions/kernel_spec.rb
|
324
|
-
- spec/spec/expectations/fail_with_spec.rb
|
325
|
-
- spec/spec/expectations/handler_spec.rb
|
326
|
-
- spec/spec/expectations/wrap_expectation_spec.rb
|
327
|
-
- spec/spec/interop/test/unit/resources/spec_that_fails.rb
|
328
|
-
- spec/spec/interop/test/unit/resources/spec_that_passes.rb
|
329
|
-
- spec/spec/interop/test/unit/resources/spec_with_errors.rb
|
330
|
-
- spec/spec/interop/test/unit/resources/spec_with_options_hash.rb
|
331
|
-
- spec/spec/interop/test/unit/resources/test_case_that_fails.rb
|
332
|
-
- spec/spec/interop/test/unit/resources/test_case_that_passes.rb
|
333
|
-
- spec/spec/interop/test/unit/resources/test_case_with_errors.rb
|
334
|
-
- spec/spec/interop/test/unit/resources/test_case_with_various_names.rb
|
335
|
-
- spec/spec/interop/test/unit/resources/testsuite_adapter_spec_with_test_unit.rb
|
336
|
-
- spec/spec/interop/test/unit/spec_spec.rb
|
337
|
-
- spec/spec/interop/test/unit/test_unit_spec_helper.rb
|
338
|
-
- spec/spec/interop/test/unit/testcase_spec.rb
|
339
|
-
- spec/spec/interop/test/unit/testsuite_adapter_spec.rb
|
340
|
-
- spec/spec/matchers/be_close_spec.rb
|
341
|
-
- spec/spec/matchers/be_instance_of_spec.rb
|
342
|
-
- spec/spec/matchers/be_kind_of_spec.rb
|
343
|
-
- spec/spec/matchers/be_spec.rb
|
344
|
-
- spec/spec/matchers/change_spec.rb
|
345
|
-
- spec/spec/matchers/compatibility_spec.rb
|
346
|
-
- spec/spec/matchers/description_generation_spec.rb
|
347
|
-
- spec/spec/matchers/dsl_spec.rb
|
348
|
-
- spec/spec/matchers/eql_spec.rb
|
349
|
-
- spec/spec/matchers/equal_spec.rb
|
350
|
-
- spec/spec/matchers/exist_spec.rb
|
351
|
-
- spec/spec/matchers/has_spec.rb
|
352
|
-
- spec/spec/matchers/have_spec.rb
|
353
|
-
- spec/spec/matchers/include_spec.rb
|
354
|
-
- spec/spec/matchers/match_array_spec.rb
|
355
|
-
- spec/spec/matchers/match_spec.rb
|
356
|
-
- spec/spec/matchers/matcher_spec.rb
|
357
|
-
- spec/spec/matchers/matchers_spec.rb
|
358
|
-
- spec/spec/matchers/operator_matcher_spec.rb
|
359
|
-
- spec/spec/matchers/pretty_spec.rb
|
360
|
-
- spec/spec/matchers/raise_exception_spec.rb
|
361
|
-
- spec/spec/matchers/respond_to_spec.rb
|
362
|
-
- spec/spec/matchers/satisfy_spec.rb
|
363
|
-
- spec/spec/matchers/simple_matcher_spec.rb
|
364
|
-
- spec/spec/matchers/throw_symbol_spec.rb
|
365
|
-
- spec/spec/mocks/and_yield_spec.rb
|
366
|
-
- spec/spec/mocks/any_number_of_times_spec.rb
|
367
|
-
- spec/spec/mocks/argument_expectation_spec.rb
|
368
|
-
- spec/spec/mocks/argument_matchers_spec.rb
|
369
|
-
- spec/spec/mocks/at_least_spec.rb
|
370
|
-
- spec/spec/mocks/at_most_spec.rb
|
371
|
-
- spec/spec/mocks/bug_report_10260_spec.rb
|
372
|
-
- spec/spec/mocks/bug_report_10263_spec.rb
|
373
|
-
- spec/spec/mocks/bug_report_1049_spec.rb
|
374
|
-
- spec/spec/mocks/bug_report_11545_spec.rb
|
375
|
-
- spec/spec/mocks/bug_report_15719_spec.rb
|
376
|
-
- spec/spec/mocks/bug_report_496_spec.rb
|
377
|
-
- spec/spec/mocks/bug_report_600_spec.rb
|
378
|
-
- spec/spec/mocks/bug_report_7611_spec.rb
|
379
|
-
- spec/spec/mocks/bug_report_7805_spec.rb
|
380
|
-
- spec/spec/mocks/bug_report_8165_spec.rb
|
381
|
-
- spec/spec/mocks/bug_report_8302_spec.rb
|
382
|
-
- spec/spec/mocks/bug_report_830_spec.rb
|
383
|
-
- spec/spec/mocks/bug_report_957_spec.rb
|
384
|
-
- spec/spec/mocks/double_spec.rb
|
385
|
-
- spec/spec/mocks/failing_argument_matchers_spec.rb
|
386
|
-
- spec/spec/mocks/hash_including_matcher_spec.rb
|
387
|
-
- spec/spec/mocks/hash_not_including_matcher_spec.rb
|
388
|
-
- spec/spec/mocks/mock_ordering_spec.rb
|
389
|
-
- spec/spec/mocks/mock_space_spec.rb
|
390
|
-
- spec/spec/mocks/mock_spec.rb
|
391
|
-
- spec/spec/mocks/multiple_return_value_spec.rb
|
392
|
-
- spec/spec/mocks/nil_expectation_warning_spec.rb
|
393
|
-
- spec/spec/mocks/null_object_mock_spec.rb
|
394
|
-
- spec/spec/mocks/once_counts_spec.rb
|
395
|
-
- spec/spec/mocks/options_hash_spec.rb
|
396
|
-
- spec/spec/mocks/partial_mock_spec.rb
|
397
|
-
- spec/spec/mocks/partial_mock_using_mocks_directly_spec.rb
|
398
|
-
- spec/spec/mocks/passing_argument_matchers_spec.rb
|
399
|
-
- spec/spec/mocks/precise_counts_spec.rb
|
400
|
-
- spec/spec/mocks/record_messages_spec.rb
|
401
|
-
- spec/spec/mocks/stub_chain_spec.rb
|
402
|
-
- spec/spec/mocks/stub_implementation_spec.rb
|
403
|
-
- spec/spec/mocks/stub_spec.rb
|
404
|
-
- spec/spec/mocks/stubbed_message_expectations_spec.rb
|
405
|
-
- spec/spec/mocks/twice_counts_spec.rb
|
406
|
-
- spec/spec/mocks/unstub_spec.rb
|
407
|
-
- spec/spec/package/bin_spec_spec.rb
|
408
|
-
- spec/spec/rake/spectask_spec.rb
|
409
|
-
- spec/spec/runner/class_and_argument_parser_spec.rb
|
410
|
-
- spec/spec/runner/command_line_spec.rb
|
411
|
-
- spec/spec/runner/configuration_spec.rb
|
412
|
-
- spec/spec/runner/drb_command_line_spec.rb
|
413
|
-
- spec/spec/runner/empty_file.txt
|
414
|
-
- spec/spec/runner/example_group_runner_spec.rb
|
415
|
-
- spec/spec/runner/examples.txt
|
416
|
-
- spec/spec/runner/failed.txt
|
417
|
-
- spec/spec/runner/formatter/base_formatter_spec.rb
|
418
|
-
- spec/spec/runner/formatter/base_text_formatter_spec.rb
|
419
|
-
- spec/spec/runner/formatter/failing_example_groups_formatter_spec.rb
|
420
|
-
- spec/spec/runner/formatter/failing_examples_formatter_spec.rb
|
421
|
-
- spec/spec/runner/formatter/html_formatted-1.8.6-jruby.html
|
422
|
-
- spec/spec/runner/formatter/html_formatted-1.8.6.html
|
423
|
-
- spec/spec/runner/formatter/html_formatted-1.8.7.html
|
424
|
-
- spec/spec/runner/formatter/html_formatted-1.9.1.html
|
425
|
-
- spec/spec/runner/formatter/html_formatted-1.9.2.html
|
426
|
-
- spec/spec/runner/formatter/html_formatter_spec.rb
|
427
|
-
- spec/spec/runner/formatter/nested_text_formatter_spec.rb
|
428
|
-
- spec/spec/runner/formatter/profile_formatter_spec.rb
|
429
|
-
- spec/spec/runner/formatter/progress_bar_formatter_spec.rb
|
430
|
-
- spec/spec/runner/formatter/snippet_extractor_spec.rb
|
431
|
-
- spec/spec/runner/formatter/specdoc_formatter_spec.rb
|
432
|
-
- spec/spec/runner/formatter/text_mate_formatted-1.8.6-jruby.html
|
433
|
-
- spec/spec/runner/formatter/text_mate_formatted-1.8.6.html
|
434
|
-
- spec/spec/runner/formatter/text_mate_formatted-1.8.7.html
|
435
|
-
- spec/spec/runner/formatter/text_mate_formatted-1.9.1.html
|
436
|
-
- spec/spec/runner/formatter/text_mate_formatted-1.9.2.html
|
437
|
-
- spec/spec/runner/formatter/text_mate_formatter_spec.rb
|
438
|
-
- spec/spec/runner/heckle_runner_spec.rb
|
439
|
-
- spec/spec/runner/heckler_spec.rb
|
440
|
-
- spec/spec/runner/line_number_query/line_number_query_fixture.rb
|
441
|
-
- spec/spec/runner/line_number_query_spec.rb
|
442
|
-
- spec/spec/runner/noisy_backtrace_tweaker_spec.rb
|
443
|
-
- spec/spec/runner/option_parser_spec.rb
|
444
|
-
- spec/spec/runner/options_spec.rb
|
445
|
-
- spec/spec/runner/output_one_time_fixture.rb
|
446
|
-
- spec/spec/runner/output_one_time_fixture_runner.rb
|
447
|
-
- spec/spec/runner/output_one_time_spec.rb
|
448
|
-
- spec/spec/runner/quiet_backtrace_tweaker_spec.rb
|
449
|
-
- spec/spec/runner/reporter_spec.rb
|
450
|
-
- spec/spec/runner/resources/a_bar.rb
|
451
|
-
- spec/spec/runner/resources/a_foo.rb
|
452
|
-
- spec/spec/runner/resources/a_spec.rb
|
453
|
-
- spec/spec/runner/resources/custom_example_group_runner.rb
|
454
|
-
- spec/spec/runner/resources/utf8_encoded.rb
|
455
|
-
- spec/spec/runner/spec.opts
|
456
|
-
- spec/spec/runner/spec_drb.opts
|
457
|
-
- spec/spec/runner/spec_spaced.opts
|
458
|
-
- spec/spec/runner_spec.rb
|
459
|
-
- spec/spec_helper.rb
|
460
|
-
- spec/support/macros.rb
|
461
|
-
- spec/support/spec_classes.rb
|
462
63
|
has_rdoc: true
|
463
|
-
homepage:
|
64
|
+
homepage: http://github.com/rspec/meta
|
464
65
|
licenses: []
|
66
|
+
|
465
67
|
post_install_message:
|
466
|
-
rdoc_options:
|
467
|
-
|
68
|
+
rdoc_options:
|
69
|
+
- --charset=UTF-8
|
70
|
+
require_paths:
|
468
71
|
- lib
|
469
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
72
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
73
|
+
requirements:
|
74
|
+
- - ">="
|
75
|
+
- !ruby/object:Gem::Version
|
76
|
+
version: "0"
|
77
|
+
version:
|
78
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
79
|
+
requirements:
|
80
|
+
- - ">"
|
81
|
+
- !ruby/object:Gem::Version
|
82
|
+
version: 1.3.1
|
83
|
+
version:
|
481
84
|
requirements: []
|
85
|
+
|
482
86
|
rubyforge_project: rspec
|
483
|
-
rubygems_version: 1.5
|
87
|
+
rubygems_version: 1.3.5
|
484
88
|
signing_key:
|
485
89
|
specification_version: 3
|
486
|
-
summary: rspec
|
487
|
-
test_files:
|
488
|
-
|
489
|
-
- features/command_line/line_number_option.feature
|
490
|
-
- features/command_line/line_number_option_with_example_with_no_name.feature
|
491
|
-
- features/example_groups/define_example_attribute.feature
|
492
|
-
- features/example_groups/example_group_with_should_methods.feature
|
493
|
-
- features/example_groups/implicit_docstrings.feature
|
494
|
-
- features/example_groups/nested_groups.feature
|
495
|
-
- features/expectations/customized_message.feature
|
496
|
-
- features/expectations/expect_change.feature
|
497
|
-
- features/expectations/expect_error.feature
|
498
|
-
- features/extensions/custom_example_group.feature
|
499
|
-
- features/formatters/custom_formatter.feature
|
500
|
-
- features/formatters/nested_formatter.feature
|
501
|
-
- features/interop/cucumber_stubs_dont_leak.feature
|
502
|
-
- features/interop/examples_and_tests_together.feature
|
503
|
-
- features/interop/rspec_output.feature
|
504
|
-
- features/interop/test_but_not_test_unit.feature
|
505
|
-
- features/interop/test_case_with_should_methods.feature
|
506
|
-
- features/load_paths/add_lib_to_load_path.feature
|
507
|
-
- features/load_paths/add_spec_to_load_path.feature
|
508
|
-
- features/matchers/define_diffable_matcher.feature
|
509
|
-
- features/matchers/define_matcher.feature
|
510
|
-
- features/matchers/define_matcher_outside_rspec.feature
|
511
|
-
- features/matchers/define_matcher_with_fluent_interface.feature
|
512
|
-
- features/matchers/define_wrapped_matcher.feature
|
513
|
-
- features/matchers/match_unless_raises.feature
|
514
|
-
- features/matchers/match_unless_raises_unexpected_error.feature
|
515
|
-
- features/mock_framework_integration/use_flexmock.feature
|
516
|
-
- features/mock_framework_integration/use_mocha.feature
|
517
|
-
- features/mock_framework_integration/use_rr.feature
|
518
|
-
- features/mocks/block_local_expectations.feature
|
519
|
-
- features/mocks/mix_stubs_and_mocks.feature
|
520
|
-
- features/mocks/stub_implementation.feature
|
521
|
-
- features/pending/pending_examples.feature
|
522
|
-
- features/runner/specify_line_number.feature
|
523
|
-
- features/spec_helper/spec_helper.feature
|
524
|
-
- features/step_definitions/running_rspec_steps.rb
|
525
|
-
- features/step_definitions/stubbing_steps.rb
|
526
|
-
- features/subject/explicit_subject.feature
|
527
|
-
- features/subject/implicit_subject.feature
|
528
|
-
- features/support/env.rb
|
529
|
-
- features/support/matchers/smart_match.rb
|
530
|
-
- spec/README.jruby
|
531
|
-
- spec/autotest/autotest_helper.rb
|
532
|
-
- spec/autotest/autotest_matchers.rb
|
533
|
-
- spec/autotest/discover_spec.rb
|
534
|
-
- spec/autotest/failed_results_re_spec.rb
|
535
|
-
- spec/autotest/rspec_spec.rb
|
536
|
-
- spec/ruby_forker.rb
|
537
|
-
- spec/spec.opts
|
538
|
-
- spec/spec/dsl/main_spec.rb
|
539
|
-
- spec/spec/example/example_group_class_definition_spec.rb
|
540
|
-
- spec/spec/example/example_group_factory_spec.rb
|
541
|
-
- spec/spec/example/example_group_methods_spec.rb
|
542
|
-
- spec/spec/example/example_group_proxy_spec.rb
|
543
|
-
- spec/spec/example/example_group_spec.rb
|
544
|
-
- spec/spec/example/example_matcher_spec.rb
|
545
|
-
- spec/spec/example/example_methods_spec.rb
|
546
|
-
- spec/spec/example/example_proxy_spec.rb
|
547
|
-
- spec/spec/example/helper_method_spec.rb
|
548
|
-
- spec/spec/example/nested_example_group_spec.rb
|
549
|
-
- spec/spec/example/pending_module_spec.rb
|
550
|
-
- spec/spec/example/predicate_matcher_spec.rb
|
551
|
-
- spec/spec/example/shared_example_group_spec.rb
|
552
|
-
- spec/spec/example/subclassing_example_group_spec.rb
|
553
|
-
- spec/spec/example/subject_spec.rb
|
554
|
-
- spec/spec/expectations/differs/default_spec.rb
|
555
|
-
- spec/spec/expectations/extensions/kernel_spec.rb
|
556
|
-
- spec/spec/expectations/fail_with_spec.rb
|
557
|
-
- spec/spec/expectations/handler_spec.rb
|
558
|
-
- spec/spec/expectations/wrap_expectation_spec.rb
|
559
|
-
- spec/spec/interop/test/unit/resources/spec_that_fails.rb
|
560
|
-
- spec/spec/interop/test/unit/resources/spec_that_passes.rb
|
561
|
-
- spec/spec/interop/test/unit/resources/spec_with_errors.rb
|
562
|
-
- spec/spec/interop/test/unit/resources/spec_with_options_hash.rb
|
563
|
-
- spec/spec/interop/test/unit/resources/test_case_that_fails.rb
|
564
|
-
- spec/spec/interop/test/unit/resources/test_case_that_passes.rb
|
565
|
-
- spec/spec/interop/test/unit/resources/test_case_with_errors.rb
|
566
|
-
- spec/spec/interop/test/unit/resources/test_case_with_various_names.rb
|
567
|
-
- spec/spec/interop/test/unit/resources/testsuite_adapter_spec_with_test_unit.rb
|
568
|
-
- spec/spec/interop/test/unit/spec_spec.rb
|
569
|
-
- spec/spec/interop/test/unit/test_unit_spec_helper.rb
|
570
|
-
- spec/spec/interop/test/unit/testcase_spec.rb
|
571
|
-
- spec/spec/interop/test/unit/testsuite_adapter_spec.rb
|
572
|
-
- spec/spec/matchers/be_close_spec.rb
|
573
|
-
- spec/spec/matchers/be_instance_of_spec.rb
|
574
|
-
- spec/spec/matchers/be_kind_of_spec.rb
|
575
|
-
- spec/spec/matchers/be_spec.rb
|
576
|
-
- spec/spec/matchers/change_spec.rb
|
577
|
-
- spec/spec/matchers/compatibility_spec.rb
|
578
|
-
- spec/spec/matchers/description_generation_spec.rb
|
579
|
-
- spec/spec/matchers/dsl_spec.rb
|
580
|
-
- spec/spec/matchers/eql_spec.rb
|
581
|
-
- spec/spec/matchers/equal_spec.rb
|
582
|
-
- spec/spec/matchers/exist_spec.rb
|
583
|
-
- spec/spec/matchers/has_spec.rb
|
584
|
-
- spec/spec/matchers/have_spec.rb
|
585
|
-
- spec/spec/matchers/include_spec.rb
|
586
|
-
- spec/spec/matchers/match_array_spec.rb
|
587
|
-
- spec/spec/matchers/match_spec.rb
|
588
|
-
- spec/spec/matchers/matcher_spec.rb
|
589
|
-
- spec/spec/matchers/matchers_spec.rb
|
590
|
-
- spec/spec/matchers/operator_matcher_spec.rb
|
591
|
-
- spec/spec/matchers/pretty_spec.rb
|
592
|
-
- spec/spec/matchers/raise_exception_spec.rb
|
593
|
-
- spec/spec/matchers/respond_to_spec.rb
|
594
|
-
- spec/spec/matchers/satisfy_spec.rb
|
595
|
-
- spec/spec/matchers/simple_matcher_spec.rb
|
596
|
-
- spec/spec/matchers/throw_symbol_spec.rb
|
597
|
-
- spec/spec/mocks/and_yield_spec.rb
|
598
|
-
- spec/spec/mocks/any_number_of_times_spec.rb
|
599
|
-
- spec/spec/mocks/argument_expectation_spec.rb
|
600
|
-
- spec/spec/mocks/argument_matchers_spec.rb
|
601
|
-
- spec/spec/mocks/at_least_spec.rb
|
602
|
-
- spec/spec/mocks/at_most_spec.rb
|
603
|
-
- spec/spec/mocks/bug_report_10260_spec.rb
|
604
|
-
- spec/spec/mocks/bug_report_10263_spec.rb
|
605
|
-
- spec/spec/mocks/bug_report_1049_spec.rb
|
606
|
-
- spec/spec/mocks/bug_report_11545_spec.rb
|
607
|
-
- spec/spec/mocks/bug_report_15719_spec.rb
|
608
|
-
- spec/spec/mocks/bug_report_496_spec.rb
|
609
|
-
- spec/spec/mocks/bug_report_600_spec.rb
|
610
|
-
- spec/spec/mocks/bug_report_7611_spec.rb
|
611
|
-
- spec/spec/mocks/bug_report_7805_spec.rb
|
612
|
-
- spec/spec/mocks/bug_report_8165_spec.rb
|
613
|
-
- spec/spec/mocks/bug_report_8302_spec.rb
|
614
|
-
- spec/spec/mocks/bug_report_830_spec.rb
|
615
|
-
- spec/spec/mocks/bug_report_957_spec.rb
|
616
|
-
- spec/spec/mocks/double_spec.rb
|
617
|
-
- spec/spec/mocks/failing_argument_matchers_spec.rb
|
618
|
-
- spec/spec/mocks/hash_including_matcher_spec.rb
|
619
|
-
- spec/spec/mocks/hash_not_including_matcher_spec.rb
|
620
|
-
- spec/spec/mocks/mock_ordering_spec.rb
|
621
|
-
- spec/spec/mocks/mock_space_spec.rb
|
622
|
-
- spec/spec/mocks/mock_spec.rb
|
623
|
-
- spec/spec/mocks/multiple_return_value_spec.rb
|
624
|
-
- spec/spec/mocks/nil_expectation_warning_spec.rb
|
625
|
-
- spec/spec/mocks/null_object_mock_spec.rb
|
626
|
-
- spec/spec/mocks/once_counts_spec.rb
|
627
|
-
- spec/spec/mocks/options_hash_spec.rb
|
628
|
-
- spec/spec/mocks/partial_mock_spec.rb
|
629
|
-
- spec/spec/mocks/partial_mock_using_mocks_directly_spec.rb
|
630
|
-
- spec/spec/mocks/passing_argument_matchers_spec.rb
|
631
|
-
- spec/spec/mocks/precise_counts_spec.rb
|
632
|
-
- spec/spec/mocks/record_messages_spec.rb
|
633
|
-
- spec/spec/mocks/stub_chain_spec.rb
|
634
|
-
- spec/spec/mocks/stub_implementation_spec.rb
|
635
|
-
- spec/spec/mocks/stub_spec.rb
|
636
|
-
- spec/spec/mocks/stubbed_message_expectations_spec.rb
|
637
|
-
- spec/spec/mocks/twice_counts_spec.rb
|
638
|
-
- spec/spec/mocks/unstub_spec.rb
|
639
|
-
- spec/spec/package/bin_spec_spec.rb
|
640
|
-
- spec/spec/rake/spectask_spec.rb
|
641
|
-
- spec/spec/runner/class_and_argument_parser_spec.rb
|
642
|
-
- spec/spec/runner/command_line_spec.rb
|
643
|
-
- spec/spec/runner/configuration_spec.rb
|
644
|
-
- spec/spec/runner/drb_command_line_spec.rb
|
645
|
-
- spec/spec/runner/empty_file.txt
|
646
|
-
- spec/spec/runner/example_group_runner_spec.rb
|
647
|
-
- spec/spec/runner/examples.txt
|
648
|
-
- spec/spec/runner/failed.txt
|
649
|
-
- spec/spec/runner/formatter/base_formatter_spec.rb
|
650
|
-
- spec/spec/runner/formatter/base_text_formatter_spec.rb
|
651
|
-
- spec/spec/runner/formatter/failing_example_groups_formatter_spec.rb
|
652
|
-
- spec/spec/runner/formatter/failing_examples_formatter_spec.rb
|
653
|
-
- spec/spec/runner/formatter/html_formatted-1.8.6-jruby.html
|
654
|
-
- spec/spec/runner/formatter/html_formatted-1.8.6.html
|
655
|
-
- spec/spec/runner/formatter/html_formatted-1.8.7.html
|
656
|
-
- spec/spec/runner/formatter/html_formatted-1.9.1.html
|
657
|
-
- spec/spec/runner/formatter/html_formatted-1.9.2.html
|
658
|
-
- spec/spec/runner/formatter/html_formatter_spec.rb
|
659
|
-
- spec/spec/runner/formatter/nested_text_formatter_spec.rb
|
660
|
-
- spec/spec/runner/formatter/profile_formatter_spec.rb
|
661
|
-
- spec/spec/runner/formatter/progress_bar_formatter_spec.rb
|
662
|
-
- spec/spec/runner/formatter/snippet_extractor_spec.rb
|
663
|
-
- spec/spec/runner/formatter/specdoc_formatter_spec.rb
|
664
|
-
- spec/spec/runner/formatter/text_mate_formatted-1.8.6-jruby.html
|
665
|
-
- spec/spec/runner/formatter/text_mate_formatted-1.8.6.html
|
666
|
-
- spec/spec/runner/formatter/text_mate_formatted-1.8.7.html
|
667
|
-
- spec/spec/runner/formatter/text_mate_formatted-1.9.1.html
|
668
|
-
- spec/spec/runner/formatter/text_mate_formatted-1.9.2.html
|
669
|
-
- spec/spec/runner/formatter/text_mate_formatter_spec.rb
|
670
|
-
- spec/spec/runner/heckle_runner_spec.rb
|
671
|
-
- spec/spec/runner/heckler_spec.rb
|
672
|
-
- spec/spec/runner/line_number_query/line_number_query_fixture.rb
|
673
|
-
- spec/spec/runner/line_number_query_spec.rb
|
674
|
-
- spec/spec/runner/noisy_backtrace_tweaker_spec.rb
|
675
|
-
- spec/spec/runner/option_parser_spec.rb
|
676
|
-
- spec/spec/runner/options_spec.rb
|
677
|
-
- spec/spec/runner/output_one_time_fixture.rb
|
678
|
-
- spec/spec/runner/output_one_time_fixture_runner.rb
|
679
|
-
- spec/spec/runner/output_one_time_spec.rb
|
680
|
-
- spec/spec/runner/quiet_backtrace_tweaker_spec.rb
|
681
|
-
- spec/spec/runner/reporter_spec.rb
|
682
|
-
- spec/spec/runner/resources/a_bar.rb
|
683
|
-
- spec/spec/runner/resources/a_foo.rb
|
684
|
-
- spec/spec/runner/resources/a_spec.rb
|
685
|
-
- spec/spec/runner/resources/custom_example_group_runner.rb
|
686
|
-
- spec/spec/runner/resources/utf8_encoded.rb
|
687
|
-
- spec/spec/runner/spec.opts
|
688
|
-
- spec/spec/runner/spec_drb.opts
|
689
|
-
- spec/spec/runner/spec_spaced.opts
|
690
|
-
- spec/spec/runner_spec.rb
|
691
|
-
- spec/spec_helper.rb
|
692
|
-
- spec/support/macros.rb
|
693
|
-
- spec/support/spec_classes.rb
|
90
|
+
summary: pulls in the other rspec gems
|
91
|
+
test_files: []
|
92
|
+
|