rspec-core 3.0.0.beta2 → 3.0.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/.yardopts +1 -0
- data/Changelog.md +297 -57
- data/README.md +16 -13
- data/lib/rspec/core.rb +55 -84
- data/lib/rspec/core/backport_random.rb +35 -3
- data/lib/rspec/core/backtrace_formatter.rb +4 -13
- data/lib/rspec/core/configuration.rb +330 -114
- data/lib/rspec/core/configuration_options.rb +38 -22
- data/lib/rspec/core/drb.rb +111 -0
- data/lib/rspec/core/dsl.rb +8 -2
- data/lib/rspec/core/example.rb +203 -94
- data/lib/rspec/core/example_group.rb +344 -316
- data/lib/rspec/core/filter_manager.rb +135 -90
- data/lib/rspec/core/flat_map.rb +1 -0
- data/lib/rspec/core/formatters.rb +50 -14
- data/lib/rspec/core/formatters/base_formatter.rb +32 -138
- data/lib/rspec/core/formatters/base_text_formatter.rb +32 -253
- data/lib/rspec/core/formatters/console_codes.rb +65 -0
- data/lib/rspec/core/formatters/deprecation_formatter.rb +24 -15
- data/lib/rspec/core/formatters/documentation_formatter.rb +7 -10
- data/lib/rspec/core/formatters/helpers.rb +15 -9
- data/lib/rspec/core/formatters/html_formatter.rb +17 -16
- data/lib/rspec/core/formatters/html_printer.rb +1 -0
- data/lib/rspec/core/formatters/json_formatter.rb +18 -20
- data/lib/rspec/core/formatters/profile_formatter.rb +67 -0
- data/lib/rspec/core/formatters/progress_formatter.rb +6 -7
- data/lib/rspec/core/formatters/snippet_extractor.rb +8 -6
- data/lib/rspec/core/hooks.rb +131 -125
- data/lib/rspec/core/memoized_helpers.rb +31 -26
- data/lib/rspec/core/metadata.rb +277 -184
- data/lib/rspec/core/metadata_filter.rb +86 -0
- data/lib/rspec/core/minitest_assertions_adapter.rb +28 -0
- data/lib/rspec/core/mocking_adapters/flexmock.rb +1 -1
- data/lib/rspec/core/mocking_adapters/mocha.rb +1 -1
- data/lib/rspec/core/mocking_adapters/null.rb +1 -1
- data/lib/rspec/core/mocking_adapters/rr.rb +2 -1
- data/lib/rspec/core/mocking_adapters/rspec.rb +1 -1
- data/lib/rspec/core/notifications.rb +435 -24
- data/lib/rspec/core/option_parser.rb +16 -25
- data/lib/rspec/core/ordering.rb +3 -1
- data/lib/rspec/core/pending.rb +57 -33
- data/lib/rspec/core/project_initializer.rb +2 -0
- data/lib/rspec/core/project_initializer/spec_helper.rb +5 -4
- data/lib/rspec/core/rake_task.rb +45 -20
- data/lib/rspec/core/reporter.rb +50 -22
- data/lib/rspec/core/ruby_project.rb +1 -0
- data/lib/rspec/core/runner.rb +93 -39
- data/lib/rspec/core/shared_context.rb +7 -5
- data/lib/rspec/core/shared_example_group.rb +85 -77
- data/lib/rspec/core/test_unit_assertions_adapter.rb +30 -0
- data/lib/rspec/core/version.rb +3 -1
- data/lib/rspec/core/warnings.rb +35 -17
- data/lib/rspec/core/world.rb +57 -5
- metadata +56 -369
- metadata.gz.sig +3 -3
- data/features/README.md +0 -13
- data/features/Upgrade.md +0 -352
- data/features/command_line/README.md +0 -25
- data/features/command_line/dry_run.feature +0 -29
- data/features/command_line/example_name_option.feature +0 -97
- data/features/command_line/exit_status.feature +0 -82
- data/features/command_line/fail_fast.feature +0 -26
- data/features/command_line/format_option.feature +0 -75
- data/features/command_line/init.feature +0 -57
- data/features/command_line/line_number_appended_to_path.feature +0 -140
- data/features/command_line/line_number_option.feature +0 -58
- data/features/command_line/order.feature +0 -25
- data/features/command_line/pattern_option.feature +0 -49
- data/features/command_line/rake_task.feature +0 -122
- data/features/command_line/randomization.feature +0 -63
- data/features/command_line/require_option.feature +0 -43
- data/features/command_line/ruby.feature +0 -23
- data/features/command_line/tag.feature +0 -98
- data/features/command_line/warnings_option.feature +0 -29
- data/features/configuration/alias_example_to.feature +0 -39
- data/features/configuration/backtrace_exclusion_patterns.feature +0 -105
- data/features/configuration/custom_settings.feature +0 -84
- data/features/configuration/default_path.feature +0 -38
- data/features/configuration/deprecation_stream.feature +0 -58
- data/features/configuration/enable_global_dsl.feature +0 -54
- data/features/configuration/fail_fast.feature +0 -77
- data/features/configuration/failure_exit_code.feature +0 -36
- data/features/configuration/order_and_seed.feature +0 -3
- data/features/configuration/output_stream.feature +0 -24
- data/features/configuration/overriding_global_ordering.feature +0 -93
- data/features/configuration/pattern.feature +0 -38
- data/features/configuration/profile.feature +0 -220
- data/features/configuration/read_options_from_file.feature +0 -90
- data/features/configuration/run_all_when_everything_filtered.feature +0 -76
- data/features/example_groups/aliasing.feature +0 -48
- data/features/example_groups/basic_structure.feature +0 -55
- data/features/example_groups/shared_context.feature +0 -74
- data/features/example_groups/shared_examples.feature +0 -286
- data/features/expectation_framework_integration/configure_expectation_framework.feature +0 -102
- data/features/filtering/exclusion_filters.feature +0 -135
- data/features/filtering/if_and_unless.feature +0 -138
- data/features/filtering/inclusion_filters.feature +0 -101
- data/features/formatters/configurable_colors.feature +0 -31
- data/features/formatters/custom_formatter.feature +0 -68
- data/features/formatters/json_formatter.feature +0 -30
- data/features/formatters/regression_tests.feature +0 -95
- data/features/formatters/text_formatter.feature +0 -46
- data/features/helper_methods/arbitrary_methods.feature +0 -40
- data/features/helper_methods/let.feature +0 -50
- data/features/helper_methods/modules.feature +0 -146
- data/features/hooks/around_hooks.feature +0 -344
- data/features/hooks/before_and_after_hooks.feature +0 -427
- data/features/hooks/filtering.feature +0 -232
- data/features/metadata/current_example.feature +0 -56
- data/features/metadata/described_class.feature +0 -17
- data/features/metadata/user_defined.feature +0 -100
- data/features/mock_framework_integration/use_any_framework.feature +0 -106
- data/features/mock_framework_integration/use_flexmock.feature +0 -94
- data/features/mock_framework_integration/use_mocha.feature +0 -95
- data/features/mock_framework_integration/use_rr.feature +0 -96
- data/features/mock_framework_integration/use_rspec.feature +0 -95
- data/features/pending_and_skipped_examples/README.md +0 -3
- data/features/pending_and_skipped_examples/pending_examples.feature +0 -118
- data/features/pending_and_skipped_examples/skipped_examples.feature +0 -106
- data/features/spec_files/arbitrary_file_suffix.feature +0 -13
- data/features/step_definitions/additional_cli_steps.rb +0 -83
- data/features/subject/explicit_subject.feature +0 -101
- data/features/subject/implicit_subject.feature +0 -63
- data/features/subject/one_liner_syntax.feature +0 -71
- data/features/support/env.rb +0 -21
- data/features/support/require_expect_syntax_in_aruba_specs.rb +0 -16
- data/features/support/rubinius.rb +0 -6
- data/lib/rspec/core/command_line.rb +0 -35
- data/lib/rspec/core/drb_command_line.rb +0 -26
- data/lib/rspec/core/drb_options.rb +0 -87
- data/lib/rspec/core/formatters/legacy_formatter.rb +0 -227
- data/lib/rspec/core/shared_example_group/collection.rb +0 -27
- data/spec/command_line/order_spec.rb +0 -211
- data/spec/rspec/core/backtrace_formatter_spec.rb +0 -230
- data/spec/rspec/core/command_line_spec.rb +0 -112
- data/spec/rspec/core/command_line_spec_output.txt +0 -0
- data/spec/rspec/core/configuration_options_spec.rb +0 -409
- data/spec/rspec/core/configuration_spec.rb +0 -1479
- data/spec/rspec/core/drb_command_line_spec.rb +0 -102
- data/spec/rspec/core/drb_options_spec.rb +0 -193
- data/spec/rspec/core/dsl_spec.rb +0 -88
- data/spec/rspec/core/example_group_spec.rb +0 -1533
- data/spec/rspec/core/example_spec.rb +0 -642
- data/spec/rspec/core/filter_manager_spec.rb +0 -229
- data/spec/rspec/core/formatters/base_formatter_spec.rb +0 -64
- data/spec/rspec/core/formatters/base_text_formatter_spec.rb +0 -303
- data/spec/rspec/core/formatters/deprecation_formatter_spec.rb +0 -208
- data/spec/rspec/core/formatters/documentation_formatter_spec.rb +0 -75
- data/spec/rspec/core/formatters/helpers_spec.rb +0 -104
- data/spec/rspec/core/formatters/html_formatted-2.1.0.html +0 -392
- data/spec/rspec/core/formatters/html_formatted.html +0 -397
- data/spec/rspec/core/formatters/html_formatter_spec.rb +0 -122
- data/spec/rspec/core/formatters/json_formatter_spec.rb +0 -206
- data/spec/rspec/core/formatters/legacy_formatter_spec.rb +0 -137
- data/spec/rspec/core/formatters/progress_formatter_spec.rb +0 -43
- data/spec/rspec/core/formatters/snippet_extractor_spec.rb +0 -26
- data/spec/rspec/core/formatters_spec.rb +0 -120
- data/spec/rspec/core/hooks_filtering_spec.rb +0 -227
- data/spec/rspec/core/hooks_spec.rb +0 -294
- data/spec/rspec/core/memoized_helpers_spec.rb +0 -495
- data/spec/rspec/core/metadata_spec.rb +0 -491
- data/spec/rspec/core/option_parser_spec.rb +0 -262
- data/spec/rspec/core/ordering_spec.rb +0 -102
- data/spec/rspec/core/pending_example_spec.rb +0 -117
- data/spec/rspec/core/pending_spec.rb +0 -8
- data/spec/rspec/core/project_initializer_spec.rb +0 -73
- data/spec/rspec/core/rake_task_spec.rb +0 -146
- data/spec/rspec/core/random_spec.rb +0 -47
- data/spec/rspec/core/reporter_spec.rb +0 -155
- data/spec/rspec/core/resources/a_bar.rb +0 -0
- data/spec/rspec/core/resources/a_foo.rb +0 -0
- data/spec/rspec/core/resources/a_spec.rb +0 -1
- data/spec/rspec/core/resources/custom_example_group_runner.rb +0 -14
- data/spec/rspec/core/resources/formatter_specs.rb +0 -58
- data/spec/rspec/core/resources/utf8_encoded.rb +0 -8
- data/spec/rspec/core/rspec_matchers_spec.rb +0 -45
- data/spec/rspec/core/ruby_project_spec.rb +0 -26
- data/spec/rspec/core/runner_spec.rb +0 -151
- data/spec/rspec/core/shared_context_spec.rb +0 -102
- data/spec/rspec/core/shared_example_group/collection_spec.rb +0 -57
- data/spec/rspec/core/shared_example_group_spec.rb +0 -114
- data/spec/rspec/core/warnings_spec.rb +0 -29
- data/spec/rspec/core/world_spec.rb +0 -142
- data/spec/rspec/core_spec.rb +0 -91
- data/spec/spec_helper.rb +0 -160
- data/spec/support/config_options_helper.rb +0 -13
- data/spec/support/formatter_support.rb +0 -83
- data/spec/support/helper_methods.rb +0 -26
- data/spec/support/isolate_load_path_mutation.rb +0 -5
- data/spec/support/isolated_directory.rb +0 -10
- data/spec/support/isolated_home_directory.rb +0 -16
- data/spec/support/legacy_formatter_using_sub_classing_example.rb +0 -87
- data/spec/support/matchers.rb +0 -85
- data/spec/support/mathn_integration_support.rb +0 -12
- data/spec/support/old_style_formatter_example.rb +0 -69
- data/spec/support/shared_example_groups.rb +0 -13
- data/spec/support/spec_files.rb +0 -44
- data/spec/support/stderr_splitter.rb +0 -36
@@ -0,0 +1,30 @@
|
|
1
|
+
require 'test/unit/assertions'
|
2
|
+
|
3
|
+
module RSpec
|
4
|
+
module Core
|
5
|
+
# @private
|
6
|
+
module TestUnitAssertionsAdapter
|
7
|
+
include ::Test::Unit::Assertions
|
8
|
+
|
9
|
+
# If using test/unit from Ruby core with Ruby 1.9+, it includes
|
10
|
+
# MiniTest::Assertions by default. Note the upcasing of 'Test'.
|
11
|
+
#
|
12
|
+
# If the test/unit gem is being loaded, it will not include any minitest
|
13
|
+
# assertions.
|
14
|
+
#
|
15
|
+
# Only if Minitest 5.x is included / loaded do we need to worry about
|
16
|
+
# adding a shim for the new updates. Thus instead of checking on the
|
17
|
+
# RUBY_VERSION we need to check ancestors.
|
18
|
+
begin
|
19
|
+
# MiniTest is 4.x
|
20
|
+
# Minitest is 5.x
|
21
|
+
if ancestors.include?(::Minitest::Assertions)
|
22
|
+
require 'rspec/core/minitest_assertions_adapter'
|
23
|
+
include ::RSpec::Core::MinitestAssertionsAdapter
|
24
|
+
end
|
25
|
+
rescue NameError => _ignored
|
26
|
+
# No-op. Minitest 5.x was not loaded
|
27
|
+
end
|
28
|
+
end
|
29
|
+
end
|
30
|
+
end
|
data/lib/rspec/core/version.rb
CHANGED
data/lib/rspec/core/warnings.rb
CHANGED
@@ -1,22 +1,40 @@
|
|
1
|
+
require "rspec/support/warnings"
|
2
|
+
|
1
3
|
module RSpec
|
4
|
+
module Core
|
5
|
+
# @private
|
6
|
+
module Warnings
|
7
|
+
# @private
|
8
|
+
#
|
9
|
+
# Used internally to print deprecation warnings
|
10
|
+
def deprecate(deprecated, data = {})
|
11
|
+
RSpec.configuration.reporter.deprecation(
|
12
|
+
{
|
13
|
+
:deprecated => deprecated,
|
14
|
+
:call_site => CallerFilter.first_non_rspec_line
|
15
|
+
}.merge(data)
|
16
|
+
)
|
17
|
+
end
|
2
18
|
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
:deprecated => deprecated,
|
10
|
-
:call_site => CallerFilter.first_non_rspec_line
|
11
|
-
}.merge(data)
|
12
|
-
)
|
13
|
-
end
|
19
|
+
# @private
|
20
|
+
#
|
21
|
+
# Used internally to print deprecation warnings
|
22
|
+
def warn_deprecation(message, opts = {})
|
23
|
+
RSpec.configuration.reporter.deprecation opts.merge( :message => message )
|
24
|
+
end
|
14
25
|
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
RSpec.configuration.reporter.deprecation :message => message
|
20
|
-
end
|
26
|
+
# @private
|
27
|
+
def warn_with(message, options = {})
|
28
|
+
if options[:use_spec_location_as_call_site]
|
29
|
+
message += "." unless message.end_with?(".")
|
21
30
|
|
31
|
+
if RSpec.current_example
|
32
|
+
message += " Warning generated from spec at `#{RSpec.current_example.location}`."
|
33
|
+
end
|
34
|
+
end
|
35
|
+
|
36
|
+
super(message, options)
|
37
|
+
end
|
38
|
+
end
|
39
|
+
end
|
22
40
|
end
|
data/lib/rspec/core/world.rb
CHANGED
@@ -1,10 +1,16 @@
|
|
1
1
|
module RSpec
|
2
2
|
module Core
|
3
|
+
# @api private
|
4
|
+
#
|
5
|
+
# Internal container for global non-configuration data
|
3
6
|
class World
|
4
7
|
|
5
8
|
include RSpec::Core::Hooks
|
6
9
|
|
10
|
+
# @private
|
7
11
|
attr_reader :example_groups, :filtered_examples
|
12
|
+
|
13
|
+
# Used internally to determine what to do when a SIGINT is received
|
8
14
|
attr_accessor :wants_to_quit
|
9
15
|
|
10
16
|
def initialize(configuration=RSpec.configuration)
|
@@ -20,52 +26,91 @@ module RSpec
|
|
20
26
|
}
|
21
27
|
end
|
22
28
|
|
29
|
+
# @private
|
30
|
+
# Used internally to clear remaining groups when fail_fast is set
|
31
|
+
def clear_remaining_example_groups
|
32
|
+
example_groups.clear
|
33
|
+
end
|
34
|
+
|
35
|
+
# @private
|
36
|
+
def windows_os?
|
37
|
+
RbConfig::CONFIG['host_os'] =~ /cygwin|mswin|mingw|bccwin|wince|emx/
|
38
|
+
end
|
39
|
+
|
40
|
+
# @api private
|
41
|
+
#
|
42
|
+
# Apply ordering strategy from configuration to example groups
|
23
43
|
def ordered_example_groups
|
24
44
|
ordering_strategy = @configuration.ordering_registry.fetch(:global)
|
25
45
|
ordering_strategy.order(@example_groups)
|
26
46
|
end
|
27
47
|
|
48
|
+
# @api private
|
49
|
+
#
|
50
|
+
# Reset world to 'scratch' before running suite
|
28
51
|
def reset
|
29
52
|
example_groups.clear
|
30
|
-
|
53
|
+
@shared_example_group_registry = nil
|
31
54
|
end
|
32
55
|
|
56
|
+
# @private
|
33
57
|
def filter_manager
|
34
58
|
@configuration.filter_manager
|
35
59
|
end
|
36
60
|
|
61
|
+
# @api private
|
62
|
+
#
|
63
|
+
# Register an example group
|
37
64
|
def register(example_group)
|
38
65
|
example_groups << example_group
|
39
66
|
example_group
|
40
67
|
end
|
41
68
|
|
69
|
+
# @private
|
70
|
+
def shared_example_group_registry
|
71
|
+
@shared_example_group_registry ||= SharedExampleGroup::Registry.new
|
72
|
+
end
|
73
|
+
|
74
|
+
# @private
|
42
75
|
def inclusion_filter
|
43
76
|
@configuration.inclusion_filter
|
44
77
|
end
|
45
78
|
|
79
|
+
# @private
|
46
80
|
def exclusion_filter
|
47
81
|
@configuration.exclusion_filter
|
48
82
|
end
|
49
83
|
|
84
|
+
# @private
|
50
85
|
def configure_group(group)
|
51
86
|
@configuration.configure_group(group)
|
52
87
|
end
|
53
88
|
|
54
|
-
|
55
|
-
|
89
|
+
# @api private
|
90
|
+
#
|
91
|
+
# Get count of examples to be run
|
92
|
+
def example_count(groups=example_groups)
|
93
|
+
FlatMap.flat_map(groups) {|g| g.descendants}.
|
56
94
|
inject(0) {|sum, g| sum + g.filtered_examples.size}
|
57
95
|
end
|
58
96
|
|
97
|
+
# @api private
|
98
|
+
#
|
99
|
+
# Find line number of previous declaration
|
59
100
|
def preceding_declaration_line(filter_line)
|
60
101
|
declaration_line_numbers.sort.inject(nil) do |highest_prior_declaration_line, line|
|
61
102
|
line <= filter_line ? line : highest_prior_declaration_line
|
62
103
|
end
|
63
104
|
end
|
64
105
|
|
106
|
+
# @private
|
65
107
|
def reporter
|
66
108
|
@configuration.reporter
|
67
109
|
end
|
68
110
|
|
111
|
+
# @api private
|
112
|
+
#
|
113
|
+
# Notify reporter of filters
|
69
114
|
def announce_filters
|
70
115
|
filter_announcements = []
|
71
116
|
|
@@ -90,7 +135,7 @@ module RSpec
|
|
90
135
|
example_groups.clear
|
91
136
|
if filter_manager.empty?
|
92
137
|
reporter.message("No examples found.")
|
93
|
-
elsif exclusion_filter.
|
138
|
+
elsif exclusion_filter.empty?
|
94
139
|
message = everything_filtered_message
|
95
140
|
if @configuration.run_all_when_everything_filtered?
|
96
141
|
message << "; ignoring #{inclusion_filter.description}"
|
@@ -102,18 +147,25 @@ module RSpec
|
|
102
147
|
end
|
103
148
|
end
|
104
149
|
|
150
|
+
# @private
|
105
151
|
def everything_filtered_message
|
106
152
|
"\nAll examples were filtered out"
|
107
153
|
end
|
108
154
|
|
155
|
+
# @api private
|
156
|
+
#
|
157
|
+
# Add inclusion filters to announcement message
|
109
158
|
def announce_inclusion_filter(announcements)
|
110
159
|
unless inclusion_filter.empty?
|
111
160
|
announcements << "include #{inclusion_filter.description}"
|
112
161
|
end
|
113
162
|
end
|
114
163
|
|
164
|
+
# @api private
|
165
|
+
#
|
166
|
+
# Add exclusion filters to announcement message
|
115
167
|
def announce_exclusion_filter(announcements)
|
116
|
-
unless exclusion_filter.
|
168
|
+
unless exclusion_filter.empty?
|
117
169
|
announcements << "exclude #{exclusion_filter.description}"
|
118
170
|
end
|
119
171
|
end
|
metadata
CHANGED
@@ -1,8 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rspec-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.0.
|
5
|
-
prerelease: 6
|
4
|
+
version: 3.0.0.rc1
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Steven Baker
|
@@ -12,121 +11,104 @@ authors:
|
|
12
11
|
autorequire:
|
13
12
|
bindir: exe
|
14
13
|
cert_chain:
|
15
|
-
-
|
16
|
-
|
14
|
+
- |
|
15
|
+
-----BEGIN CERTIFICATE-----
|
17
16
|
MIIDjjCCAnagAwIBAgIBATANBgkqhkiG9w0BAQUFADBGMRIwEAYDVQQDDAlyc3Bl
|
18
|
-
|
19
17
|
Yy1kZXYxGzAZBgoJkiaJk/IsZAEZFgtnb29nbGVnb3VwczETMBEGCgmSJomT8ixk
|
20
|
-
|
21
18
|
ARkWA2NvbTAeFw0xMzExMDcxOTQyNTlaFw0xNDExMDcxOTQyNTlaMEYxEjAQBgNV
|
22
|
-
|
23
19
|
BAMMCXJzcGVjLWRldjEbMBkGCgmSJomT8ixkARkWC2dvb2dsZWdvdXBzMRMwEQYK
|
24
|
-
|
25
20
|
CZImiZPyLGQBGRYDY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA
|
26
|
-
|
27
21
|
nhCeZouDLXWO55no+EdZNCtjXjfJQ1X9TbPcvBDD29OypIUce2h/VdKXB2gI7ZHs
|
28
|
-
|
29
22
|
F5NkPggslTErGFmWAtIiur7u943RVqHOsyoIsy065F9fCtrykkA+22elvTDha4Iz
|
30
|
-
|
31
23
|
RUCvuhQ3klatYk4jF+cGt1jNONNVdLOiy0bMynvcM7hoVQ2AomwGs+cEOWQ/4dkD
|
32
|
-
|
33
24
|
JcNV3qfzF5QBcTD2372XNM53b25nYVQSX2KH5FF7BhlKyov33bOm2gA9M+mWIujW
|
34
|
-
|
35
25
|
qgkyxVlfrlE+ZBgV3wXn1Cojg1LpTq35yOArgwioyrwwlZZJR9joN9s/nDklfr5A
|
36
|
-
|
37
26
|
+dyETjFc6cmEPWZrt2cJBQIDAQABo4GGMIGDMAkGA1UdEwQCMAAwCwYDVR0PBAQD
|
38
|
-
|
39
27
|
AgSwMB0GA1UdDgQWBBSW+WD7hn1swJ1A7i8tbuFeuNCJCjAkBgNVHREEHTAbgRly
|
40
|
-
|
41
28
|
c3BlYy1kZXZAZ29vZ2xlZ291cHMuY29tMCQGA1UdEgQdMBuBGXJzcGVjLWRldkBn
|
42
|
-
|
43
29
|
b29nbGVnb3Vwcy5jb20wDQYJKoZIhvcNAQEFBQADggEBAH27jAZ8sD7vnXupj6Y+
|
44
|
-
|
45
30
|
BaBdfHtCkFaslLJ0aKuMDIVXwYuKfqoW15cZPDLmSIEBuQFM3lw6d/hEEL4Uo2jZ
|
46
|
-
|
47
31
|
FvtmH5OxifPDzFyUtCL4yp6qgNe/Xf6sDsRg6FmKcpgqCwNOmsViaf0LPSUH/GYQ
|
48
|
-
|
49
32
|
3Teoz8QCaDbD7AKsffT7eDrnbHnKweO1XdemRJC98u/yYxnGzMSWKEsn09etBlZ9
|
50
|
-
|
51
33
|
7H67k5Z3uf6cfLZgToWL6zShzZY3Nun5r73YsNf2/QZOe4UZe4vfGvn6baw53ys9
|
52
|
-
|
53
34
|
1yHC1AcSYpvi2dAbOiHT5iQF+krm4wse8KctXgTNnjMsHEoGKulJS2/sZl90jcCz
|
54
|
-
|
55
35
|
muA=
|
56
|
-
|
57
36
|
-----END CERTIFICATE-----
|
58
|
-
|
59
|
-
'
|
60
|
-
date: 2014-02-18 00:00:00.000000000 Z
|
37
|
+
date: 2014-05-18 00:00:00.000000000 Z
|
61
38
|
dependencies:
|
62
39
|
- !ruby/object:Gem::Dependency
|
63
40
|
name: rspec-support
|
64
41
|
requirement: !ruby/object:Gem::Requirement
|
65
|
-
none: false
|
66
42
|
requirements:
|
67
43
|
- - '='
|
68
44
|
- !ruby/object:Gem::Version
|
69
|
-
version: 3.0.0.
|
45
|
+
version: 3.0.0.rc1
|
70
46
|
type: :runtime
|
71
47
|
prerelease: false
|
72
48
|
version_requirements: !ruby/object:Gem::Requirement
|
73
|
-
none: false
|
74
49
|
requirements:
|
75
50
|
- - '='
|
76
51
|
- !ruby/object:Gem::Version
|
77
|
-
version: 3.0.0.
|
52
|
+
version: 3.0.0.rc1
|
78
53
|
- !ruby/object:Gem::Dependency
|
79
54
|
name: rake
|
80
55
|
requirement: !ruby/object:Gem::Requirement
|
81
|
-
none: false
|
82
56
|
requirements:
|
83
|
-
- - ~>
|
57
|
+
- - "~>"
|
84
58
|
- !ruby/object:Gem::Version
|
85
59
|
version: 10.0.0
|
86
60
|
type: :development
|
87
61
|
prerelease: false
|
88
62
|
version_requirements: !ruby/object:Gem::Requirement
|
89
|
-
none: false
|
90
63
|
requirements:
|
91
|
-
- - ~>
|
64
|
+
- - "~>"
|
92
65
|
- !ruby/object:Gem::Version
|
93
66
|
version: 10.0.0
|
94
67
|
- !ruby/object:Gem::Dependency
|
95
68
|
name: cucumber
|
96
69
|
requirement: !ruby/object:Gem::Requirement
|
97
|
-
none: false
|
98
70
|
requirements:
|
99
|
-
- - ~>
|
71
|
+
- - "~>"
|
100
72
|
- !ruby/object:Gem::Version
|
101
|
-
version: 1.
|
73
|
+
version: '1.3'
|
102
74
|
type: :development
|
103
75
|
prerelease: false
|
104
76
|
version_requirements: !ruby/object:Gem::Requirement
|
105
|
-
none: false
|
106
77
|
requirements:
|
107
|
-
- - ~>
|
78
|
+
- - "~>"
|
108
79
|
- !ruby/object:Gem::Version
|
109
|
-
version: 1.
|
80
|
+
version: '1.3'
|
81
|
+
- !ruby/object:Gem::Dependency
|
82
|
+
name: minitest
|
83
|
+
requirement: !ruby/object:Gem::Requirement
|
84
|
+
requirements:
|
85
|
+
- - "~>"
|
86
|
+
- !ruby/object:Gem::Version
|
87
|
+
version: '5.3'
|
88
|
+
type: :development
|
89
|
+
prerelease: false
|
90
|
+
version_requirements: !ruby/object:Gem::Requirement
|
91
|
+
requirements:
|
92
|
+
- - "~>"
|
93
|
+
- !ruby/object:Gem::Version
|
94
|
+
version: '5.3'
|
110
95
|
- !ruby/object:Gem::Dependency
|
111
96
|
name: aruba
|
112
97
|
requirement: !ruby/object:Gem::Requirement
|
113
|
-
none: false
|
114
98
|
requirements:
|
115
|
-
- - ~>
|
99
|
+
- - "~>"
|
116
100
|
- !ruby/object:Gem::Version
|
117
101
|
version: '0.5'
|
118
102
|
type: :development
|
119
103
|
prerelease: false
|
120
104
|
version_requirements: !ruby/object:Gem::Requirement
|
121
|
-
none: false
|
122
105
|
requirements:
|
123
|
-
- - ~>
|
106
|
+
- - "~>"
|
124
107
|
- !ruby/object:Gem::Version
|
125
108
|
version: '0.5'
|
126
109
|
- !ruby/object:Gem::Dependency
|
127
110
|
name: nokogiri
|
128
111
|
requirement: !ruby/object:Gem::Requirement
|
129
|
-
none: false
|
130
112
|
requirements:
|
131
113
|
- - '='
|
132
114
|
- !ruby/object:Gem::Version
|
@@ -134,7 +116,6 @@ dependencies:
|
|
134
116
|
type: :development
|
135
117
|
prerelease: false
|
136
118
|
version_requirements: !ruby/object:Gem::Requirement
|
137
|
-
none: false
|
138
119
|
requirements:
|
139
120
|
- - '='
|
140
121
|
- !ruby/object:Gem::Version
|
@@ -142,71 +123,62 @@ dependencies:
|
|
142
123
|
- !ruby/object:Gem::Dependency
|
143
124
|
name: coderay
|
144
125
|
requirement: !ruby/object:Gem::Requirement
|
145
|
-
none: false
|
146
126
|
requirements:
|
147
|
-
- - ~>
|
127
|
+
- - "~>"
|
148
128
|
- !ruby/object:Gem::Version
|
149
129
|
version: 1.0.9
|
150
130
|
type: :development
|
151
131
|
prerelease: false
|
152
132
|
version_requirements: !ruby/object:Gem::Requirement
|
153
|
-
none: false
|
154
133
|
requirements:
|
155
|
-
- - ~>
|
134
|
+
- - "~>"
|
156
135
|
- !ruby/object:Gem::Version
|
157
136
|
version: 1.0.9
|
158
137
|
- !ruby/object:Gem::Dependency
|
159
138
|
name: mocha
|
160
139
|
requirement: !ruby/object:Gem::Requirement
|
161
|
-
none: false
|
162
140
|
requirements:
|
163
|
-
- - ~>
|
141
|
+
- - "~>"
|
164
142
|
- !ruby/object:Gem::Version
|
165
143
|
version: 0.13.0
|
166
144
|
type: :development
|
167
145
|
prerelease: false
|
168
146
|
version_requirements: !ruby/object:Gem::Requirement
|
169
|
-
none: false
|
170
147
|
requirements:
|
171
|
-
- - ~>
|
148
|
+
- - "~>"
|
172
149
|
- !ruby/object:Gem::Version
|
173
150
|
version: 0.13.0
|
174
151
|
- !ruby/object:Gem::Dependency
|
175
152
|
name: rr
|
176
153
|
requirement: !ruby/object:Gem::Requirement
|
177
|
-
none: false
|
178
154
|
requirements:
|
179
|
-
- - ~>
|
155
|
+
- - "~>"
|
180
156
|
- !ruby/object:Gem::Version
|
181
157
|
version: 1.0.4
|
182
158
|
type: :development
|
183
159
|
prerelease: false
|
184
160
|
version_requirements: !ruby/object:Gem::Requirement
|
185
|
-
none: false
|
186
161
|
requirements:
|
187
|
-
- - ~>
|
162
|
+
- - "~>"
|
188
163
|
- !ruby/object:Gem::Version
|
189
164
|
version: 1.0.4
|
190
165
|
- !ruby/object:Gem::Dependency
|
191
166
|
name: flexmock
|
192
167
|
requirement: !ruby/object:Gem::Requirement
|
193
|
-
none: false
|
194
168
|
requirements:
|
195
|
-
- - ~>
|
169
|
+
- - "~>"
|
196
170
|
- !ruby/object:Gem::Version
|
197
171
|
version: 0.9.0
|
198
172
|
type: :development
|
199
173
|
prerelease: false
|
200
174
|
version_requirements: !ruby/object:Gem::Requirement
|
201
|
-
none: false
|
202
175
|
requirements:
|
203
|
-
- - ~>
|
176
|
+
- - "~>"
|
204
177
|
- !ruby/object:Gem::Version
|
205
178
|
version: 0.9.0
|
206
179
|
- !ruby/object:Gem::Dependency
|
207
180
|
name: fuubar
|
208
181
|
requirement: !ruby/object:Gem::Requirement
|
209
|
-
none: false
|
210
182
|
requirements:
|
211
183
|
- - '='
|
212
184
|
- !ruby/object:Gem::Version
|
@@ -214,7 +186,6 @@ dependencies:
|
|
214
186
|
type: :development
|
215
187
|
prerelease: false
|
216
188
|
version_requirements: !ruby/object:Gem::Requirement
|
217
|
-
none: false
|
218
189
|
requirements:
|
219
190
|
- - '='
|
220
191
|
- !ruby/object:Gem::Version
|
@@ -222,7 +193,6 @@ dependencies:
|
|
222
193
|
- !ruby/object:Gem::Dependency
|
223
194
|
name: nyan-cat-formatter
|
224
195
|
requirement: !ruby/object:Gem::Requirement
|
225
|
-
none: false
|
226
196
|
requirements:
|
227
197
|
- - '='
|
228
198
|
- !ruby/object:Gem::Version
|
@@ -230,7 +200,6 @@ dependencies:
|
|
230
200
|
type: :development
|
231
201
|
prerelease: false
|
232
202
|
version_requirements: !ruby/object:Gem::Requirement
|
233
|
-
none: false
|
234
203
|
requirements:
|
235
204
|
- - '='
|
236
205
|
- !ruby/object:Gem::Version
|
@@ -238,7 +207,6 @@ dependencies:
|
|
238
207
|
- !ruby/object:Gem::Dependency
|
239
208
|
name: rspec-instafail
|
240
209
|
requirement: !ruby/object:Gem::Requirement
|
241
|
-
none: false
|
242
210
|
requirements:
|
243
211
|
- - '='
|
244
212
|
- !ruby/object:Gem::Version
|
@@ -246,7 +214,6 @@ dependencies:
|
|
246
214
|
type: :development
|
247
215
|
prerelease: false
|
248
216
|
version_requirements: !ruby/object:Gem::Requirement
|
249
|
-
none: false
|
250
217
|
requirements:
|
251
218
|
- - '='
|
252
219
|
- !ruby/object:Gem::Version
|
@@ -254,7 +221,6 @@ dependencies:
|
|
254
221
|
- !ruby/object:Gem::Dependency
|
255
222
|
name: rspec_spinner
|
256
223
|
requirement: !ruby/object:Gem::Requirement
|
257
|
-
none: false
|
258
224
|
requirements:
|
259
225
|
- - '='
|
260
226
|
- !ruby/object:Gem::Version
|
@@ -262,7 +228,6 @@ dependencies:
|
|
262
228
|
type: :development
|
263
229
|
prerelease: false
|
264
230
|
version_requirements: !ruby/object:Gem::Requirement
|
265
|
-
none: false
|
266
231
|
requirements:
|
267
232
|
- - '='
|
268
233
|
- !ruby/object:Gem::Version
|
@@ -270,7 +235,6 @@ dependencies:
|
|
270
235
|
- !ruby/object:Gem::Dependency
|
271
236
|
name: rspec-extra-formatters
|
272
237
|
requirement: !ruby/object:Gem::Requirement
|
273
|
-
none: false
|
274
238
|
requirements:
|
275
239
|
- - '='
|
276
240
|
- !ruby/object:Gem::Version
|
@@ -278,7 +242,6 @@ dependencies:
|
|
278
242
|
type: :development
|
279
243
|
prerelease: false
|
280
244
|
version_requirements: !ruby/object:Gem::Requirement
|
281
|
-
none: false
|
282
245
|
requirements:
|
283
246
|
- - '='
|
284
247
|
- !ruby/object:Gem::Version
|
@@ -290,15 +253,19 @@ executables:
|
|
290
253
|
extensions: []
|
291
254
|
extra_rdoc_files: []
|
292
255
|
files:
|
256
|
+
- ".document"
|
257
|
+
- ".yardopts"
|
258
|
+
- Changelog.md
|
259
|
+
- License.txt
|
260
|
+
- README.md
|
261
|
+
- exe/rspec
|
293
262
|
- lib/rspec/autorun.rb
|
294
263
|
- lib/rspec/core.rb
|
295
264
|
- lib/rspec/core/backport_random.rb
|
296
265
|
- lib/rspec/core/backtrace_formatter.rb
|
297
|
-
- lib/rspec/core/command_line.rb
|
298
266
|
- lib/rspec/core/configuration.rb
|
299
267
|
- lib/rspec/core/configuration_options.rb
|
300
|
-
- lib/rspec/core/
|
301
|
-
- lib/rspec/core/drb_options.rb
|
268
|
+
- lib/rspec/core/drb.rb
|
302
269
|
- lib/rspec/core/dsl.rb
|
303
270
|
- lib/rspec/core/example.rb
|
304
271
|
- lib/rspec/core/example_group.rb
|
@@ -307,18 +274,21 @@ files:
|
|
307
274
|
- lib/rspec/core/formatters.rb
|
308
275
|
- lib/rspec/core/formatters/base_formatter.rb
|
309
276
|
- lib/rspec/core/formatters/base_text_formatter.rb
|
277
|
+
- lib/rspec/core/formatters/console_codes.rb
|
310
278
|
- lib/rspec/core/formatters/deprecation_formatter.rb
|
311
279
|
- lib/rspec/core/formatters/documentation_formatter.rb
|
312
280
|
- lib/rspec/core/formatters/helpers.rb
|
313
281
|
- lib/rspec/core/formatters/html_formatter.rb
|
314
282
|
- lib/rspec/core/formatters/html_printer.rb
|
315
283
|
- lib/rspec/core/formatters/json_formatter.rb
|
316
|
-
- lib/rspec/core/formatters/
|
284
|
+
- lib/rspec/core/formatters/profile_formatter.rb
|
317
285
|
- lib/rspec/core/formatters/progress_formatter.rb
|
318
286
|
- lib/rspec/core/formatters/snippet_extractor.rb
|
319
287
|
- lib/rspec/core/hooks.rb
|
320
288
|
- lib/rspec/core/memoized_helpers.rb
|
321
289
|
- lib/rspec/core/metadata.rb
|
290
|
+
- lib/rspec/core/metadata_filter.rb
|
291
|
+
- lib/rspec/core/minitest_assertions_adapter.rb
|
322
292
|
- lib/rspec/core/mocking_adapters/flexmock.rb
|
323
293
|
- lib/rspec/core/mocking_adapters/mocha.rb
|
324
294
|
- lib/rspec/core/mocking_adapters/null.rb
|
@@ -337,317 +307,34 @@ files:
|
|
337
307
|
- lib/rspec/core/runner.rb
|
338
308
|
- lib/rspec/core/shared_context.rb
|
339
309
|
- lib/rspec/core/shared_example_group.rb
|
340
|
-
- lib/rspec/core/
|
310
|
+
- lib/rspec/core/test_unit_assertions_adapter.rb
|
341
311
|
- lib/rspec/core/version.rb
|
342
312
|
- lib/rspec/core/warnings.rb
|
343
313
|
- lib/rspec/core/world.rb
|
344
|
-
- README.md
|
345
|
-
- License.txt
|
346
|
-
- Changelog.md
|
347
|
-
- .yardopts
|
348
|
-
- .document
|
349
|
-
- features/README.md
|
350
|
-
- features/Upgrade.md
|
351
|
-
- features/command_line/README.md
|
352
|
-
- features/command_line/dry_run.feature
|
353
|
-
- features/command_line/example_name_option.feature
|
354
|
-
- features/command_line/exit_status.feature
|
355
|
-
- features/command_line/fail_fast.feature
|
356
|
-
- features/command_line/format_option.feature
|
357
|
-
- features/command_line/init.feature
|
358
|
-
- features/command_line/line_number_appended_to_path.feature
|
359
|
-
- features/command_line/line_number_option.feature
|
360
|
-
- features/command_line/order.feature
|
361
|
-
- features/command_line/pattern_option.feature
|
362
|
-
- features/command_line/rake_task.feature
|
363
|
-
- features/command_line/randomization.feature
|
364
|
-
- features/command_line/require_option.feature
|
365
|
-
- features/command_line/ruby.feature
|
366
|
-
- features/command_line/tag.feature
|
367
|
-
- features/command_line/warnings_option.feature
|
368
|
-
- features/configuration/alias_example_to.feature
|
369
|
-
- features/configuration/backtrace_exclusion_patterns.feature
|
370
|
-
- features/configuration/custom_settings.feature
|
371
|
-
- features/configuration/default_path.feature
|
372
|
-
- features/configuration/deprecation_stream.feature
|
373
|
-
- features/configuration/enable_global_dsl.feature
|
374
|
-
- features/configuration/fail_fast.feature
|
375
|
-
- features/configuration/failure_exit_code.feature
|
376
|
-
- features/configuration/order_and_seed.feature
|
377
|
-
- features/configuration/output_stream.feature
|
378
|
-
- features/configuration/overriding_global_ordering.feature
|
379
|
-
- features/configuration/pattern.feature
|
380
|
-
- features/configuration/profile.feature
|
381
|
-
- features/configuration/read_options_from_file.feature
|
382
|
-
- features/configuration/run_all_when_everything_filtered.feature
|
383
|
-
- features/example_groups/aliasing.feature
|
384
|
-
- features/example_groups/basic_structure.feature
|
385
|
-
- features/example_groups/shared_context.feature
|
386
|
-
- features/example_groups/shared_examples.feature
|
387
|
-
- features/expectation_framework_integration/configure_expectation_framework.feature
|
388
|
-
- features/filtering/exclusion_filters.feature
|
389
|
-
- features/filtering/if_and_unless.feature
|
390
|
-
- features/filtering/inclusion_filters.feature
|
391
|
-
- features/formatters/configurable_colors.feature
|
392
|
-
- features/formatters/custom_formatter.feature
|
393
|
-
- features/formatters/json_formatter.feature
|
394
|
-
- features/formatters/regression_tests.feature
|
395
|
-
- features/formatters/text_formatter.feature
|
396
|
-
- features/helper_methods/arbitrary_methods.feature
|
397
|
-
- features/helper_methods/let.feature
|
398
|
-
- features/helper_methods/modules.feature
|
399
|
-
- features/hooks/around_hooks.feature
|
400
|
-
- features/hooks/before_and_after_hooks.feature
|
401
|
-
- features/hooks/filtering.feature
|
402
|
-
- features/metadata/current_example.feature
|
403
|
-
- features/metadata/described_class.feature
|
404
|
-
- features/metadata/user_defined.feature
|
405
|
-
- features/mock_framework_integration/use_any_framework.feature
|
406
|
-
- features/mock_framework_integration/use_flexmock.feature
|
407
|
-
- features/mock_framework_integration/use_mocha.feature
|
408
|
-
- features/mock_framework_integration/use_rr.feature
|
409
|
-
- features/mock_framework_integration/use_rspec.feature
|
410
|
-
- features/pending_and_skipped_examples/README.md
|
411
|
-
- features/pending_and_skipped_examples/pending_examples.feature
|
412
|
-
- features/pending_and_skipped_examples/skipped_examples.feature
|
413
|
-
- features/spec_files/arbitrary_file_suffix.feature
|
414
|
-
- features/step_definitions/additional_cli_steps.rb
|
415
|
-
- features/subject/explicit_subject.feature
|
416
|
-
- features/subject/implicit_subject.feature
|
417
|
-
- features/subject/one_liner_syntax.feature
|
418
|
-
- features/support/env.rb
|
419
|
-
- features/support/require_expect_syntax_in_aruba_specs.rb
|
420
|
-
- features/support/rubinius.rb
|
421
|
-
- spec/command_line/order_spec.rb
|
422
|
-
- spec/rspec/core/backtrace_formatter_spec.rb
|
423
|
-
- spec/rspec/core/command_line_spec.rb
|
424
|
-
- spec/rspec/core/command_line_spec_output.txt
|
425
|
-
- spec/rspec/core/configuration_options_spec.rb
|
426
|
-
- spec/rspec/core/configuration_spec.rb
|
427
|
-
- spec/rspec/core/drb_command_line_spec.rb
|
428
|
-
- spec/rspec/core/drb_options_spec.rb
|
429
|
-
- spec/rspec/core/dsl_spec.rb
|
430
|
-
- spec/rspec/core/example_group_spec.rb
|
431
|
-
- spec/rspec/core/example_spec.rb
|
432
|
-
- spec/rspec/core/filter_manager_spec.rb
|
433
|
-
- spec/rspec/core/formatters/base_formatter_spec.rb
|
434
|
-
- spec/rspec/core/formatters/base_text_formatter_spec.rb
|
435
|
-
- spec/rspec/core/formatters/deprecation_formatter_spec.rb
|
436
|
-
- spec/rspec/core/formatters/documentation_formatter_spec.rb
|
437
|
-
- spec/rspec/core/formatters/helpers_spec.rb
|
438
|
-
- spec/rspec/core/formatters/html_formatted-2.1.0.html
|
439
|
-
- spec/rspec/core/formatters/html_formatted.html
|
440
|
-
- spec/rspec/core/formatters/html_formatter_spec.rb
|
441
|
-
- spec/rspec/core/formatters/json_formatter_spec.rb
|
442
|
-
- spec/rspec/core/formatters/legacy_formatter_spec.rb
|
443
|
-
- spec/rspec/core/formatters/progress_formatter_spec.rb
|
444
|
-
- spec/rspec/core/formatters/snippet_extractor_spec.rb
|
445
|
-
- spec/rspec/core/formatters_spec.rb
|
446
|
-
- spec/rspec/core/hooks_filtering_spec.rb
|
447
|
-
- spec/rspec/core/hooks_spec.rb
|
448
|
-
- spec/rspec/core/memoized_helpers_spec.rb
|
449
|
-
- spec/rspec/core/metadata_spec.rb
|
450
|
-
- spec/rspec/core/option_parser_spec.rb
|
451
|
-
- spec/rspec/core/ordering_spec.rb
|
452
|
-
- spec/rspec/core/pending_example_spec.rb
|
453
|
-
- spec/rspec/core/pending_spec.rb
|
454
|
-
- spec/rspec/core/project_initializer_spec.rb
|
455
|
-
- spec/rspec/core/rake_task_spec.rb
|
456
|
-
- spec/rspec/core/random_spec.rb
|
457
|
-
- spec/rspec/core/reporter_spec.rb
|
458
|
-
- spec/rspec/core/resources/a_bar.rb
|
459
|
-
- spec/rspec/core/resources/a_foo.rb
|
460
|
-
- spec/rspec/core/resources/a_spec.rb
|
461
|
-
- spec/rspec/core/resources/custom_example_group_runner.rb
|
462
|
-
- spec/rspec/core/resources/formatter_specs.rb
|
463
|
-
- spec/rspec/core/resources/utf8_encoded.rb
|
464
|
-
- spec/rspec/core/rspec_matchers_spec.rb
|
465
|
-
- spec/rspec/core/ruby_project_spec.rb
|
466
|
-
- spec/rspec/core/runner_spec.rb
|
467
|
-
- spec/rspec/core/shared_context_spec.rb
|
468
|
-
- spec/rspec/core/shared_example_group/collection_spec.rb
|
469
|
-
- spec/rspec/core/shared_example_group_spec.rb
|
470
|
-
- spec/rspec/core/warnings_spec.rb
|
471
|
-
- spec/rspec/core/world_spec.rb
|
472
|
-
- spec/rspec/core_spec.rb
|
473
|
-
- spec/spec_helper.rb
|
474
|
-
- spec/support/config_options_helper.rb
|
475
|
-
- spec/support/formatter_support.rb
|
476
|
-
- spec/support/helper_methods.rb
|
477
|
-
- spec/support/isolate_load_path_mutation.rb
|
478
|
-
- spec/support/isolated_directory.rb
|
479
|
-
- spec/support/isolated_home_directory.rb
|
480
|
-
- spec/support/legacy_formatter_using_sub_classing_example.rb
|
481
|
-
- spec/support/matchers.rb
|
482
|
-
- spec/support/mathn_integration_support.rb
|
483
|
-
- spec/support/old_style_formatter_example.rb
|
484
|
-
- spec/support/shared_example_groups.rb
|
485
|
-
- spec/support/spec_files.rb
|
486
|
-
- spec/support/stderr_splitter.rb
|
487
|
-
- exe/rspec
|
488
314
|
homepage: http://github.com/rspec/rspec-core
|
489
315
|
licenses:
|
490
316
|
- MIT
|
317
|
+
metadata: {}
|
491
318
|
post_install_message:
|
492
319
|
rdoc_options:
|
493
|
-
- --charset=UTF-8
|
320
|
+
- "--charset=UTF-8"
|
494
321
|
require_paths:
|
495
322
|
- lib
|
496
323
|
required_ruby_version: !ruby/object:Gem::Requirement
|
497
|
-
none: false
|
498
324
|
requirements:
|
499
|
-
- -
|
325
|
+
- - ">="
|
500
326
|
- !ruby/object:Gem::Version
|
501
327
|
version: 1.8.7
|
502
328
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
503
|
-
none: false
|
504
329
|
requirements:
|
505
|
-
- -
|
330
|
+
- - ">"
|
506
331
|
- !ruby/object:Gem::Version
|
507
332
|
version: 1.3.1
|
508
333
|
requirements: []
|
509
334
|
rubyforge_project: rspec
|
510
|
-
rubygems_version:
|
335
|
+
rubygems_version: 2.2.2
|
511
336
|
signing_key:
|
512
|
-
specification_version:
|
513
|
-
summary: rspec-core-3.0.0.
|
514
|
-
test_files:
|
515
|
-
- features/README.md
|
516
|
-
- features/Upgrade.md
|
517
|
-
- features/command_line/README.md
|
518
|
-
- features/command_line/dry_run.feature
|
519
|
-
- features/command_line/example_name_option.feature
|
520
|
-
- features/command_line/exit_status.feature
|
521
|
-
- features/command_line/fail_fast.feature
|
522
|
-
- features/command_line/format_option.feature
|
523
|
-
- features/command_line/init.feature
|
524
|
-
- features/command_line/line_number_appended_to_path.feature
|
525
|
-
- features/command_line/line_number_option.feature
|
526
|
-
- features/command_line/order.feature
|
527
|
-
- features/command_line/pattern_option.feature
|
528
|
-
- features/command_line/rake_task.feature
|
529
|
-
- features/command_line/randomization.feature
|
530
|
-
- features/command_line/require_option.feature
|
531
|
-
- features/command_line/ruby.feature
|
532
|
-
- features/command_line/tag.feature
|
533
|
-
- features/command_line/warnings_option.feature
|
534
|
-
- features/configuration/alias_example_to.feature
|
535
|
-
- features/configuration/backtrace_exclusion_patterns.feature
|
536
|
-
- features/configuration/custom_settings.feature
|
537
|
-
- features/configuration/default_path.feature
|
538
|
-
- features/configuration/deprecation_stream.feature
|
539
|
-
- features/configuration/enable_global_dsl.feature
|
540
|
-
- features/configuration/fail_fast.feature
|
541
|
-
- features/configuration/failure_exit_code.feature
|
542
|
-
- features/configuration/order_and_seed.feature
|
543
|
-
- features/configuration/output_stream.feature
|
544
|
-
- features/configuration/overriding_global_ordering.feature
|
545
|
-
- features/configuration/pattern.feature
|
546
|
-
- features/configuration/profile.feature
|
547
|
-
- features/configuration/read_options_from_file.feature
|
548
|
-
- features/configuration/run_all_when_everything_filtered.feature
|
549
|
-
- features/example_groups/aliasing.feature
|
550
|
-
- features/example_groups/basic_structure.feature
|
551
|
-
- features/example_groups/shared_context.feature
|
552
|
-
- features/example_groups/shared_examples.feature
|
553
|
-
- features/expectation_framework_integration/configure_expectation_framework.feature
|
554
|
-
- features/filtering/exclusion_filters.feature
|
555
|
-
- features/filtering/if_and_unless.feature
|
556
|
-
- features/filtering/inclusion_filters.feature
|
557
|
-
- features/formatters/configurable_colors.feature
|
558
|
-
- features/formatters/custom_formatter.feature
|
559
|
-
- features/formatters/json_formatter.feature
|
560
|
-
- features/formatters/regression_tests.feature
|
561
|
-
- features/formatters/text_formatter.feature
|
562
|
-
- features/helper_methods/arbitrary_methods.feature
|
563
|
-
- features/helper_methods/let.feature
|
564
|
-
- features/helper_methods/modules.feature
|
565
|
-
- features/hooks/around_hooks.feature
|
566
|
-
- features/hooks/before_and_after_hooks.feature
|
567
|
-
- features/hooks/filtering.feature
|
568
|
-
- features/metadata/current_example.feature
|
569
|
-
- features/metadata/described_class.feature
|
570
|
-
- features/metadata/user_defined.feature
|
571
|
-
- features/mock_framework_integration/use_any_framework.feature
|
572
|
-
- features/mock_framework_integration/use_flexmock.feature
|
573
|
-
- features/mock_framework_integration/use_mocha.feature
|
574
|
-
- features/mock_framework_integration/use_rr.feature
|
575
|
-
- features/mock_framework_integration/use_rspec.feature
|
576
|
-
- features/pending_and_skipped_examples/README.md
|
577
|
-
- features/pending_and_skipped_examples/pending_examples.feature
|
578
|
-
- features/pending_and_skipped_examples/skipped_examples.feature
|
579
|
-
- features/spec_files/arbitrary_file_suffix.feature
|
580
|
-
- features/step_definitions/additional_cli_steps.rb
|
581
|
-
- features/subject/explicit_subject.feature
|
582
|
-
- features/subject/implicit_subject.feature
|
583
|
-
- features/subject/one_liner_syntax.feature
|
584
|
-
- features/support/env.rb
|
585
|
-
- features/support/require_expect_syntax_in_aruba_specs.rb
|
586
|
-
- features/support/rubinius.rb
|
587
|
-
- spec/command_line/order_spec.rb
|
588
|
-
- spec/rspec/core/backtrace_formatter_spec.rb
|
589
|
-
- spec/rspec/core/command_line_spec.rb
|
590
|
-
- spec/rspec/core/command_line_spec_output.txt
|
591
|
-
- spec/rspec/core/configuration_options_spec.rb
|
592
|
-
- spec/rspec/core/configuration_spec.rb
|
593
|
-
- spec/rspec/core/drb_command_line_spec.rb
|
594
|
-
- spec/rspec/core/drb_options_spec.rb
|
595
|
-
- spec/rspec/core/dsl_spec.rb
|
596
|
-
- spec/rspec/core/example_group_spec.rb
|
597
|
-
- spec/rspec/core/example_spec.rb
|
598
|
-
- spec/rspec/core/filter_manager_spec.rb
|
599
|
-
- spec/rspec/core/formatters/base_formatter_spec.rb
|
600
|
-
- spec/rspec/core/formatters/base_text_formatter_spec.rb
|
601
|
-
- spec/rspec/core/formatters/deprecation_formatter_spec.rb
|
602
|
-
- spec/rspec/core/formatters/documentation_formatter_spec.rb
|
603
|
-
- spec/rspec/core/formatters/helpers_spec.rb
|
604
|
-
- spec/rspec/core/formatters/html_formatted-2.1.0.html
|
605
|
-
- spec/rspec/core/formatters/html_formatted.html
|
606
|
-
- spec/rspec/core/formatters/html_formatter_spec.rb
|
607
|
-
- spec/rspec/core/formatters/json_formatter_spec.rb
|
608
|
-
- spec/rspec/core/formatters/legacy_formatter_spec.rb
|
609
|
-
- spec/rspec/core/formatters/progress_formatter_spec.rb
|
610
|
-
- spec/rspec/core/formatters/snippet_extractor_spec.rb
|
611
|
-
- spec/rspec/core/formatters_spec.rb
|
612
|
-
- spec/rspec/core/hooks_filtering_spec.rb
|
613
|
-
- spec/rspec/core/hooks_spec.rb
|
614
|
-
- spec/rspec/core/memoized_helpers_spec.rb
|
615
|
-
- spec/rspec/core/metadata_spec.rb
|
616
|
-
- spec/rspec/core/option_parser_spec.rb
|
617
|
-
- spec/rspec/core/ordering_spec.rb
|
618
|
-
- spec/rspec/core/pending_example_spec.rb
|
619
|
-
- spec/rspec/core/pending_spec.rb
|
620
|
-
- spec/rspec/core/project_initializer_spec.rb
|
621
|
-
- spec/rspec/core/rake_task_spec.rb
|
622
|
-
- spec/rspec/core/random_spec.rb
|
623
|
-
- spec/rspec/core/reporter_spec.rb
|
624
|
-
- spec/rspec/core/resources/a_bar.rb
|
625
|
-
- spec/rspec/core/resources/a_foo.rb
|
626
|
-
- spec/rspec/core/resources/a_spec.rb
|
627
|
-
- spec/rspec/core/resources/custom_example_group_runner.rb
|
628
|
-
- spec/rspec/core/resources/formatter_specs.rb
|
629
|
-
- spec/rspec/core/resources/utf8_encoded.rb
|
630
|
-
- spec/rspec/core/rspec_matchers_spec.rb
|
631
|
-
- spec/rspec/core/ruby_project_spec.rb
|
632
|
-
- spec/rspec/core/runner_spec.rb
|
633
|
-
- spec/rspec/core/shared_context_spec.rb
|
634
|
-
- spec/rspec/core/shared_example_group/collection_spec.rb
|
635
|
-
- spec/rspec/core/shared_example_group_spec.rb
|
636
|
-
- spec/rspec/core/warnings_spec.rb
|
637
|
-
- spec/rspec/core/world_spec.rb
|
638
|
-
- spec/rspec/core_spec.rb
|
639
|
-
- spec/spec_helper.rb
|
640
|
-
- spec/support/config_options_helper.rb
|
641
|
-
- spec/support/formatter_support.rb
|
642
|
-
- spec/support/helper_methods.rb
|
643
|
-
- spec/support/isolate_load_path_mutation.rb
|
644
|
-
- spec/support/isolated_directory.rb
|
645
|
-
- spec/support/isolated_home_directory.rb
|
646
|
-
- spec/support/legacy_formatter_using_sub_classing_example.rb
|
647
|
-
- spec/support/matchers.rb
|
648
|
-
- spec/support/mathn_integration_support.rb
|
649
|
-
- spec/support/old_style_formatter_example.rb
|
650
|
-
- spec/support/shared_example_groups.rb
|
651
|
-
- spec/support/spec_files.rb
|
652
|
-
- spec/support/stderr_splitter.rb
|
337
|
+
specification_version: 4
|
338
|
+
summary: rspec-core-3.0.0.rc1
|
339
|
+
test_files: []
|
653
340
|
has_rdoc:
|