### 2.13.0 / 2013-02-23 [full changelog](http://github.com/rspec/rspec-core/compare/v2.12.2...v2.13.0) Enhancements * Allow `--profile` option to take a count argument that determines the number of slow examples to dump (Greggory Rothmeier). * Add `subject!` that is the analog to `let!`. It defines an explicit subject and sets a `before` hook that will invoke the subject (Zubin Henner). * Fix `let` and `subject` declaration so that `super` and `return` can be used in them, just like in a normal method. (Myron Marston) * Allow output colors to be configured individually. (Charlie Maffitt) Bug fixes * Don't blow up when dumping error output for instances of anonymous error classes (Myron Marston). * Fix default backtrace filters so lines from projects containing "gems" in the name are not filtered, but lines from installed gems still are (Myron Marston). * Fix autotest command so that is uses double quotes rather than single quotes for windows compatibility (Jonas Tingeborn). * Fix `its` so that uses of `subject` in a `before` or `let` declaration in the parent group continue to reference the parent group's subject. (Olek Janiszewski)
197 lines
10 KiB
Text
197 lines
10 KiB
Text
@comment $NetBSD: PLIST,v 1.8 2013/03/11 07:46:45 taca Exp $
|
|
bin/autospec
|
|
bin/rspec
|
|
${GEM_HOME}/cache/${GEM_NAME}.gem
|
|
${GEM_LIBDIR}/.document
|
|
${GEM_LIBDIR}/.yardopts
|
|
${GEM_LIBDIR}/Changelog.md
|
|
${GEM_LIBDIR}/License.txt
|
|
${GEM_LIBDIR}/README.md
|
|
${GEM_LIBDIR}/exe/autospec
|
|
${GEM_LIBDIR}/exe/rspec
|
|
${GEM_LIBDIR}/features/Autotest.md
|
|
${GEM_LIBDIR}/features/README.md
|
|
${GEM_LIBDIR}/features/Upgrade.md
|
|
${GEM_LIBDIR}/features/command_line/README.md
|
|
${GEM_LIBDIR}/features/command_line/example_name_option.feature
|
|
${GEM_LIBDIR}/features/command_line/exit_status.feature
|
|
${GEM_LIBDIR}/features/command_line/format_option.feature
|
|
${GEM_LIBDIR}/features/command_line/init.feature
|
|
${GEM_LIBDIR}/features/command_line/line_number_appended_to_path.feature
|
|
${GEM_LIBDIR}/features/command_line/line_number_option.feature
|
|
${GEM_LIBDIR}/features/command_line/order.feature
|
|
${GEM_LIBDIR}/features/command_line/pattern_option.feature
|
|
${GEM_LIBDIR}/features/command_line/rake_task.feature
|
|
${GEM_LIBDIR}/features/command_line/ruby.feature
|
|
${GEM_LIBDIR}/features/command_line/tag.feature
|
|
${GEM_LIBDIR}/features/configuration/alias_example_to.feature
|
|
${GEM_LIBDIR}/features/configuration/backtrace_clean_patterns.feature
|
|
${GEM_LIBDIR}/features/configuration/custom_settings.feature
|
|
${GEM_LIBDIR}/features/configuration/default_path.feature
|
|
${GEM_LIBDIR}/features/configuration/fail_fast.feature
|
|
${GEM_LIBDIR}/features/configuration/failure_exit_code.feature
|
|
${GEM_LIBDIR}/features/configuration/order_and_seed.feature
|
|
${GEM_LIBDIR}/features/configuration/output_stream.feature
|
|
${GEM_LIBDIR}/features/configuration/pattern.feature
|
|
${GEM_LIBDIR}/features/configuration/profile.feature
|
|
${GEM_LIBDIR}/features/configuration/read_options_from_file.feature
|
|
${GEM_LIBDIR}/features/configuration/run_all_when_everything_filtered.feature
|
|
${GEM_LIBDIR}/features/configuration/show_failures_in_pending_blocks.feature
|
|
${GEM_LIBDIR}/features/configuration/treat_symbols_as_metadata_keys_with_true_values.feature
|
|
${GEM_LIBDIR}/features/example_groups/basic_structure.feature
|
|
${GEM_LIBDIR}/features/example_groups/shared_context.feature
|
|
${GEM_LIBDIR}/features/example_groups/shared_examples.feature
|
|
${GEM_LIBDIR}/features/expectation_framework_integration/configure_expectation_framework.feature
|
|
${GEM_LIBDIR}/features/filtering/exclusion_filters.feature
|
|
${GEM_LIBDIR}/features/filtering/if_and_unless.feature
|
|
${GEM_LIBDIR}/features/filtering/inclusion_filters.feature
|
|
${GEM_LIBDIR}/features/filtering/run_all_when_everything_filtered.feature
|
|
${GEM_LIBDIR}/features/formatters/configurable_colors.feature
|
|
${GEM_LIBDIR}/features/formatters/custom_formatter.feature
|
|
${GEM_LIBDIR}/features/formatters/json_formatter.feature
|
|
${GEM_LIBDIR}/features/formatters/text_formatter.feature
|
|
${GEM_LIBDIR}/features/helper_methods/arbitrary_methods.feature
|
|
${GEM_LIBDIR}/features/helper_methods/let.feature
|
|
${GEM_LIBDIR}/features/helper_methods/modules.feature
|
|
${GEM_LIBDIR}/features/hooks/around_hooks.feature
|
|
${GEM_LIBDIR}/features/hooks/before_and_after_hooks.feature
|
|
${GEM_LIBDIR}/features/hooks/filtering.feature
|
|
${GEM_LIBDIR}/features/metadata/current_example.feature
|
|
${GEM_LIBDIR}/features/metadata/described_class.feature
|
|
${GEM_LIBDIR}/features/metadata/user_defined.feature
|
|
${GEM_LIBDIR}/features/mock_framework_integration/use_any_framework.feature
|
|
${GEM_LIBDIR}/features/mock_framework_integration/use_flexmock.feature
|
|
${GEM_LIBDIR}/features/mock_framework_integration/use_mocha.feature
|
|
${GEM_LIBDIR}/features/mock_framework_integration/use_rr.feature
|
|
${GEM_LIBDIR}/features/mock_framework_integration/use_rspec.feature
|
|
${GEM_LIBDIR}/features/pending/pending_examples.feature
|
|
${GEM_LIBDIR}/features/spec_files/arbitrary_file_suffix.feature
|
|
${GEM_LIBDIR}/features/step_definitions/additional_cli_steps.rb
|
|
${GEM_LIBDIR}/features/subject/attribute_of_subject.feature
|
|
${GEM_LIBDIR}/features/subject/explicit_subject.feature
|
|
${GEM_LIBDIR}/features/subject/implicit_receiver.feature
|
|
${GEM_LIBDIR}/features/subject/implicit_subject.feature
|
|
${GEM_LIBDIR}/features/support/env.rb
|
|
${GEM_LIBDIR}/lib/autotest/discover.rb
|
|
${GEM_LIBDIR}/lib/autotest/rspec2.rb
|
|
${GEM_LIBDIR}/lib/rspec/autorun.rb
|
|
${GEM_LIBDIR}/lib/rspec/core.rb
|
|
${GEM_LIBDIR}/lib/rspec/core/backward_compatibility.rb
|
|
${GEM_LIBDIR}/lib/rspec/core/command_line.rb
|
|
${GEM_LIBDIR}/lib/rspec/core/configuration.rb
|
|
${GEM_LIBDIR}/lib/rspec/core/configuration_options.rb
|
|
${GEM_LIBDIR}/lib/rspec/core/deprecation.rb
|
|
${GEM_LIBDIR}/lib/rspec/core/drb_command_line.rb
|
|
${GEM_LIBDIR}/lib/rspec/core/drb_options.rb
|
|
${GEM_LIBDIR}/lib/rspec/core/dsl.rb
|
|
${GEM_LIBDIR}/lib/rspec/core/example.rb
|
|
${GEM_LIBDIR}/lib/rspec/core/example_group.rb
|
|
${GEM_LIBDIR}/lib/rspec/core/extensions/instance_eval_with_args.rb
|
|
${GEM_LIBDIR}/lib/rspec/core/extensions/kernel.rb
|
|
${GEM_LIBDIR}/lib/rspec/core/extensions/module_eval_with_args.rb
|
|
${GEM_LIBDIR}/lib/rspec/core/extensions/ordered.rb
|
|
${GEM_LIBDIR}/lib/rspec/core/filter_manager.rb
|
|
${GEM_LIBDIR}/lib/rspec/core/formatters.rb
|
|
${GEM_LIBDIR}/lib/rspec/core/formatters/base_formatter.rb
|
|
${GEM_LIBDIR}/lib/rspec/core/formatters/base_text_formatter.rb
|
|
${GEM_LIBDIR}/lib/rspec/core/formatters/documentation_formatter.rb
|
|
${GEM_LIBDIR}/lib/rspec/core/formatters/helpers.rb
|
|
${GEM_LIBDIR}/lib/rspec/core/formatters/html_formatter.rb
|
|
${GEM_LIBDIR}/lib/rspec/core/formatters/html_printer.rb
|
|
${GEM_LIBDIR}/lib/rspec/core/formatters/json_formatter.rb
|
|
${GEM_LIBDIR}/lib/rspec/core/formatters/progress_formatter.rb
|
|
${GEM_LIBDIR}/lib/rspec/core/formatters/snippet_extractor.rb
|
|
${GEM_LIBDIR}/lib/rspec/core/formatters/text_mate_formatter.rb
|
|
${GEM_LIBDIR}/lib/rspec/core/hooks.rb
|
|
${GEM_LIBDIR}/lib/rspec/core/load_path.rb
|
|
${GEM_LIBDIR}/lib/rspec/core/memoized_helpers.rb
|
|
${GEM_LIBDIR}/lib/rspec/core/metadata.rb
|
|
${GEM_LIBDIR}/lib/rspec/core/metadata_hash_builder.rb
|
|
${GEM_LIBDIR}/lib/rspec/core/mocking/with_absolutely_nothing.rb
|
|
${GEM_LIBDIR}/lib/rspec/core/mocking/with_flexmock.rb
|
|
${GEM_LIBDIR}/lib/rspec/core/mocking/with_mocha.rb
|
|
${GEM_LIBDIR}/lib/rspec/core/mocking/with_rr.rb
|
|
${GEM_LIBDIR}/lib/rspec/core/mocking/with_rspec.rb
|
|
${GEM_LIBDIR}/lib/rspec/core/option_parser.rb
|
|
${GEM_LIBDIR}/lib/rspec/core/pending.rb
|
|
${GEM_LIBDIR}/lib/rspec/core/project_initializer.rb
|
|
${GEM_LIBDIR}/lib/rspec/core/rake_task.rb
|
|
${GEM_LIBDIR}/lib/rspec/core/reporter.rb
|
|
${GEM_LIBDIR}/lib/rspec/core/ruby_project.rb
|
|
${GEM_LIBDIR}/lib/rspec/core/runner.rb
|
|
${GEM_LIBDIR}/lib/rspec/core/shared_context.rb
|
|
${GEM_LIBDIR}/lib/rspec/core/shared_example_group.rb
|
|
${GEM_LIBDIR}/lib/rspec/core/version.rb
|
|
${GEM_LIBDIR}/lib/rspec/core/world.rb
|
|
${GEM_LIBDIR}/spec/autotest/discover_spec.rb
|
|
${GEM_LIBDIR}/spec/autotest/failed_results_re_spec.rb
|
|
${GEM_LIBDIR}/spec/autotest/rspec_spec.rb
|
|
${GEM_LIBDIR}/spec/command_line/order_spec.rb
|
|
${GEM_LIBDIR}/spec/rspec/core/command_line_spec.rb
|
|
${GEM_LIBDIR}/spec/rspec/core/command_line_spec_output.txt
|
|
${GEM_LIBDIR}/spec/rspec/core/configuration_options_spec.rb
|
|
${GEM_LIBDIR}/spec/rspec/core/configuration_spec.rb
|
|
${GEM_LIBDIR}/spec/rspec/core/deprecations_spec.rb
|
|
${GEM_LIBDIR}/spec/rspec/core/drb_command_line_spec.rb
|
|
${GEM_LIBDIR}/spec/rspec/core/drb_options_spec.rb
|
|
${GEM_LIBDIR}/spec/rspec/core/dsl_spec.rb
|
|
${GEM_LIBDIR}/spec/rspec/core/example_group_spec.rb
|
|
${GEM_LIBDIR}/spec/rspec/core/example_spec.rb
|
|
${GEM_LIBDIR}/spec/rspec/core/filter_manager_spec.rb
|
|
${GEM_LIBDIR}/spec/rspec/core/formatters/base_formatter_spec.rb
|
|
${GEM_LIBDIR}/spec/rspec/core/formatters/base_text_formatter_spec.rb
|
|
${GEM_LIBDIR}/spec/rspec/core/formatters/documentation_formatter_spec.rb
|
|
${GEM_LIBDIR}/spec/rspec/core/formatters/helpers_spec.rb
|
|
${GEM_LIBDIR}/spec/rspec/core/formatters/html_formatted-1.8.7-jruby.html
|
|
${GEM_LIBDIR}/spec/rspec/core/formatters/html_formatted-1.8.7-rbx.html
|
|
${GEM_LIBDIR}/spec/rspec/core/formatters/html_formatted-1.8.7.html
|
|
${GEM_LIBDIR}/spec/rspec/core/formatters/html_formatted-1.9.2.html
|
|
${GEM_LIBDIR}/spec/rspec/core/formatters/html_formatted-1.9.3-jruby.html
|
|
${GEM_LIBDIR}/spec/rspec/core/formatters/html_formatted-1.9.3-rbx.html
|
|
${GEM_LIBDIR}/spec/rspec/core/formatters/html_formatted-1.9.3.html
|
|
${GEM_LIBDIR}/spec/rspec/core/formatters/html_formatted-2.0.0.html
|
|
${GEM_LIBDIR}/spec/rspec/core/formatters/html_formatter_spec.rb
|
|
${GEM_LIBDIR}/spec/rspec/core/formatters/json_formatter_spec.rb
|
|
${GEM_LIBDIR}/spec/rspec/core/formatters/progress_formatter_spec.rb
|
|
${GEM_LIBDIR}/spec/rspec/core/formatters/snippet_extractor_spec.rb
|
|
${GEM_LIBDIR}/spec/rspec/core/formatters/text_mate_formatted-1.8.7-jruby.html
|
|
${GEM_LIBDIR}/spec/rspec/core/formatters/text_mate_formatted-1.8.7-rbx.html
|
|
${GEM_LIBDIR}/spec/rspec/core/formatters/text_mate_formatted-1.8.7.html
|
|
${GEM_LIBDIR}/spec/rspec/core/formatters/text_mate_formatted-1.9.2.html
|
|
${GEM_LIBDIR}/spec/rspec/core/formatters/text_mate_formatted-1.9.3-jruby.html
|
|
${GEM_LIBDIR}/spec/rspec/core/formatters/text_mate_formatted-1.9.3-rbx.html
|
|
${GEM_LIBDIR}/spec/rspec/core/formatters/text_mate_formatted-1.9.3.html
|
|
${GEM_LIBDIR}/spec/rspec/core/formatters/text_mate_formatted-2.0.0.html
|
|
${GEM_LIBDIR}/spec/rspec/core/formatters/text_mate_formatter_spec.rb
|
|
${GEM_LIBDIR}/spec/rspec/core/hooks_filtering_spec.rb
|
|
${GEM_LIBDIR}/spec/rspec/core/hooks_spec.rb
|
|
${GEM_LIBDIR}/spec/rspec/core/kernel_extensions_spec.rb
|
|
${GEM_LIBDIR}/spec/rspec/core/memoized_helpers_spec.rb
|
|
${GEM_LIBDIR}/spec/rspec/core/metadata_spec.rb
|
|
${GEM_LIBDIR}/spec/rspec/core/option_parser_spec.rb
|
|
${GEM_LIBDIR}/spec/rspec/core/pending_example_spec.rb
|
|
${GEM_LIBDIR}/spec/rspec/core/project_initializer_spec.rb
|
|
${GEM_LIBDIR}/spec/rspec/core/rake_task_spec.rb
|
|
${GEM_LIBDIR}/spec/rspec/core/reporter_spec.rb
|
|
${GEM_LIBDIR}/spec/rspec/core/resources/a_bar.rb
|
|
${GEM_LIBDIR}/spec/rspec/core/resources/a_foo.rb
|
|
${GEM_LIBDIR}/spec/rspec/core/resources/a_spec.rb
|
|
${GEM_LIBDIR}/spec/rspec/core/resources/custom_example_group_runner.rb
|
|
${GEM_LIBDIR}/spec/rspec/core/resources/formatter_specs.rb
|
|
${GEM_LIBDIR}/spec/rspec/core/resources/utf8_encoded.rb
|
|
${GEM_LIBDIR}/spec/rspec/core/rspec_matchers_spec.rb
|
|
${GEM_LIBDIR}/spec/rspec/core/ruby_project_spec.rb
|
|
${GEM_LIBDIR}/spec/rspec/core/runner_spec.rb
|
|
${GEM_LIBDIR}/spec/rspec/core/shared_context_spec.rb
|
|
${GEM_LIBDIR}/spec/rspec/core/shared_example_group_spec.rb
|
|
${GEM_LIBDIR}/spec/rspec/core/world_spec.rb
|
|
${GEM_LIBDIR}/spec/rspec/core_spec.rb
|
|
${GEM_LIBDIR}/spec/spec_helper.rb
|
|
${GEM_LIBDIR}/spec/support/config_options_helper.rb
|
|
${GEM_LIBDIR}/spec/support/helper_methods.rb
|
|
${GEM_LIBDIR}/spec/support/isolated_directory.rb
|
|
${GEM_LIBDIR}/spec/support/isolated_home_directory.rb
|
|
${GEM_LIBDIR}/spec/support/matchers.rb
|
|
${GEM_LIBDIR}/spec/support/shared_example_groups.rb
|
|
${GEM_LIBDIR}/spec/support/spec_files.rb
|
|
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|