rspec 1.3.1 → 1.3.2
Sign up to get free protection for your applications and to get access to all the features.
- data/.autotest +5 -0
- data/.gitignore +15 -0
- data/Gemfile +20 -0
- data/History.rdoc +14 -0
- data/README.rdoc +8 -5
- data/Rakefile +8 -47
- data/example_spec.rb +4 -0
- data/features-pending/cli/conditional_exclusion.feature +39 -0
- data/features-pending/heckle/heckle.feature +56 -0
- data/features/formatters/custom_formatter.feature +1 -1
- data/features/matchers/define_matcher_outside_rspec.feature +0 -1
- data/features/matchers/match_unless_raises.feature +2 -2
- data/features/matchers/match_unless_raises_unexpected_error.feature +2 -2
- data/features/support/env.rb +3 -3
- data/lib/spec/mocks/message_expectation.rb +1 -1
- data/lib/spec/mocks/proxy.rb +31 -45
- data/lib/spec/runner/heckle_runner.rb +7 -2
- data/lib/spec/version.rb +1 -1
- data/rspec.gemspec +26 -0
- data/spec/spec/matchers/pretty_spec.rb +22 -0
- data/spec/spec/mocks/bug_report_1049_spec.rb +30 -0
- data/spec/spec/mocks/bug_report_957_spec.rb +22 -0
- data/spec/spec/mocks/mock_spec.rb +7 -0
- data/spec/spec/mocks/stub_spec.rb +2 -2
- data/spec/spec/runner/formatter/html_formatted-1.9.2.html +377 -0
- data/spec/spec/runner/formatter/text_mate_formatted-1.9.2.html +371 -0
- data/spec/spec/runner/heckle_runner_spec.rb +1 -1
- metadata +276 -157
- data/Manifest.txt +0 -384
- data/geminstaller.yml +0 -29
data/Manifest.txt
DELETED
@@ -1,384 +0,0 @@
|
|
1
|
-
.document
|
2
|
-
History.rdoc
|
3
|
-
License.txt
|
4
|
-
Manifest.txt
|
5
|
-
README.rdoc
|
6
|
-
Rakefile
|
7
|
-
Ruby1.9.rdoc
|
8
|
-
TODO.txt
|
9
|
-
Upgrade.rdoc
|
10
|
-
bin/autospec
|
11
|
-
bin/spec
|
12
|
-
cucumber.yml
|
13
|
-
examples/failing/README.txt
|
14
|
-
examples/failing/diffing_spec.rb
|
15
|
-
examples/failing/failing_implicit_docstrings_example.rb
|
16
|
-
examples/failing/failure_in_after.rb
|
17
|
-
examples/failing/failure_in_before.rb
|
18
|
-
examples/failing/mocking_example.rb
|
19
|
-
examples/failing/mocking_with_flexmock.rb
|
20
|
-
examples/failing/mocking_with_mocha.rb
|
21
|
-
examples/failing/mocking_with_rr.rb
|
22
|
-
examples/failing/partial_mock_example.rb
|
23
|
-
examples/failing/pending_example.rb
|
24
|
-
examples/failing/predicate_example.rb
|
25
|
-
examples/failing/raising_example.rb
|
26
|
-
examples/failing/syntax_error_example.rb
|
27
|
-
examples/failing/team_spec.rb
|
28
|
-
examples/failing/timeout_behaviour.rb
|
29
|
-
examples/passing/custom_formatter.rb
|
30
|
-
examples/passing/custom_matchers.rb
|
31
|
-
examples/passing/dynamic_spec.rb
|
32
|
-
examples/passing/file_accessor.rb
|
33
|
-
examples/passing/file_accessor_spec.rb
|
34
|
-
examples/passing/filtered_formatter.rb
|
35
|
-
examples/passing/filtered_formatter_example.rb
|
36
|
-
examples/passing/greeter_spec.rb
|
37
|
-
examples/passing/helper_method_example.rb
|
38
|
-
examples/passing/implicit_docstrings_example.rb
|
39
|
-
examples/passing/io_processor.rb
|
40
|
-
examples/passing/io_processor_spec.rb
|
41
|
-
examples/passing/mocking_example.rb
|
42
|
-
examples/passing/multi_threaded_example_group_runner.rb
|
43
|
-
examples/passing/nested_classes_example.rb
|
44
|
-
examples/passing/options_example.rb
|
45
|
-
examples/passing/options_formatter.rb
|
46
|
-
examples/passing/partial_mock_example.rb
|
47
|
-
examples/passing/pending_example.rb
|
48
|
-
examples/passing/predicate_example.rb
|
49
|
-
examples/passing/shared_example_group_example.rb
|
50
|
-
examples/passing/shared_stack_examples.rb
|
51
|
-
examples/passing/simple_matcher_example.rb
|
52
|
-
examples/passing/stack.rb
|
53
|
-
examples/passing/stack_spec.rb
|
54
|
-
examples/passing/stack_spec_with_nested_example_groups.rb
|
55
|
-
examples/passing/stubbing_example.rb
|
56
|
-
examples/passing/yielding_example.rb
|
57
|
-
examples/ruby1.9.compatibility/access_to_constants_spec.rb
|
58
|
-
features/before_and_after_blocks/before_and_after_blocks.feature
|
59
|
-
features/command_line/line_number_option.feature
|
60
|
-
features/command_line/line_number_option_with_example_with_no_name.feature
|
61
|
-
features/example_groups/define_example_attribute.feature
|
62
|
-
features/example_groups/example_group_with_should_methods.feature
|
63
|
-
features/example_groups/implicit_docstrings.feature
|
64
|
-
features/example_groups/nested_groups.feature
|
65
|
-
features/expectations/customized_message.feature
|
66
|
-
features/expectations/expect_change.feature
|
67
|
-
features/expectations/expect_error.feature
|
68
|
-
features/extensions/custom_example_group.feature
|
69
|
-
features/formatters/custom_formatter.feature
|
70
|
-
features/formatters/nested_formatter.feature
|
71
|
-
features/interop/cucumber_stubs_dont_leak.feature
|
72
|
-
features/interop/examples_and_tests_together.feature
|
73
|
-
features/interop/rspec_output.feature
|
74
|
-
features/interop/test_but_not_test_unit.feature
|
75
|
-
features/interop/test_case_with_should_methods.feature
|
76
|
-
features/load_paths/add_lib_to_load_path.feature
|
77
|
-
features/load_paths/add_spec_to_load_path.feature
|
78
|
-
features/matchers/define_diffable_matcher.feature
|
79
|
-
features/matchers/define_matcher.feature
|
80
|
-
features/matchers/define_matcher_outside_rspec.feature
|
81
|
-
features/matchers/define_matcher_with_fluent_interface.feature
|
82
|
-
features/matchers/define_wrapped_matcher.feature
|
83
|
-
features/matchers/match_unless_raises.feature
|
84
|
-
features/matchers/match_unless_raises_unexpected_error.feature
|
85
|
-
features/mock_framework_integration/use_flexmock.feature
|
86
|
-
features/mock_framework_integration/use_mocha.feature
|
87
|
-
features/mock_framework_integration/use_rr.feature
|
88
|
-
features/mocks/block_local_expectations.feature
|
89
|
-
features/mocks/mix_stubs_and_mocks.feature
|
90
|
-
features/mocks/stub_implementation.feature
|
91
|
-
features/pending/pending_examples.feature
|
92
|
-
features/runner/specify_line_number.feature
|
93
|
-
features/spec_helper/spec_helper.feature
|
94
|
-
features/step_definitions/running_rspec_steps.rb
|
95
|
-
features/step_definitions/stubbing_steps.rb
|
96
|
-
features/subject/explicit_subject.feature
|
97
|
-
features/subject/implicit_subject.feature
|
98
|
-
features/support/env.rb
|
99
|
-
features/support/matchers/smart_match.rb
|
100
|
-
geminstaller.yml
|
101
|
-
init.rb
|
102
|
-
lib/autotest/discover.rb
|
103
|
-
lib/autotest/rspec.rb
|
104
|
-
lib/spec.rb
|
105
|
-
lib/spec/adapters/mock_frameworks/flexmock.rb
|
106
|
-
lib/spec/adapters/mock_frameworks/mocha.rb
|
107
|
-
lib/spec/adapters/mock_frameworks/rr.rb
|
108
|
-
lib/spec/adapters/mock_frameworks/rspec.rb
|
109
|
-
lib/spec/autorun.rb
|
110
|
-
lib/spec/deprecation.rb
|
111
|
-
lib/spec/dsl.rb
|
112
|
-
lib/spec/dsl/main.rb
|
113
|
-
lib/spec/example.rb
|
114
|
-
lib/spec/example/args_and_options.rb
|
115
|
-
lib/spec/example/before_and_after_hooks.rb
|
116
|
-
lib/spec/example/errors.rb
|
117
|
-
lib/spec/example/example_group.rb
|
118
|
-
lib/spec/example/example_group_factory.rb
|
119
|
-
lib/spec/example/example_group_hierarchy.rb
|
120
|
-
lib/spec/example/example_group_methods.rb
|
121
|
-
lib/spec/example/example_group_proxy.rb
|
122
|
-
lib/spec/example/example_matcher.rb
|
123
|
-
lib/spec/example/example_methods.rb
|
124
|
-
lib/spec/example/example_proxy.rb
|
125
|
-
lib/spec/example/module_reopening_fix.rb
|
126
|
-
lib/spec/example/pending.rb
|
127
|
-
lib/spec/example/predicate_matchers.rb
|
128
|
-
lib/spec/example/shared_example_group.rb
|
129
|
-
lib/spec/example/subject.rb
|
130
|
-
lib/spec/expectations.rb
|
131
|
-
lib/spec/expectations/errors.rb
|
132
|
-
lib/spec/expectations/extensions.rb
|
133
|
-
lib/spec/expectations/extensions/kernel.rb
|
134
|
-
lib/spec/expectations/fail_with.rb
|
135
|
-
lib/spec/expectations/handler.rb
|
136
|
-
lib/spec/extensions/instance_exec.rb
|
137
|
-
lib/spec/interop/test.rb
|
138
|
-
lib/spec/interop/test/unit/autorunner.rb
|
139
|
-
lib/spec/interop/test/unit/testcase.rb
|
140
|
-
lib/spec/interop/test/unit/testresult.rb
|
141
|
-
lib/spec/interop/test/unit/testsuite_adapter.rb
|
142
|
-
lib/spec/interop/test/unit/ui/console/testrunner.rb
|
143
|
-
lib/spec/matchers.rb
|
144
|
-
lib/spec/matchers/be.rb
|
145
|
-
lib/spec/matchers/be_close.rb
|
146
|
-
lib/spec/matchers/be_instance_of.rb
|
147
|
-
lib/spec/matchers/be_kind_of.rb
|
148
|
-
lib/spec/matchers/change.rb
|
149
|
-
lib/spec/matchers/compatibility.rb
|
150
|
-
lib/spec/matchers/dsl.rb
|
151
|
-
lib/spec/matchers/eql.rb
|
152
|
-
lib/spec/matchers/equal.rb
|
153
|
-
lib/spec/matchers/errors.rb
|
154
|
-
lib/spec/matchers/exist.rb
|
155
|
-
lib/spec/matchers/generated_descriptions.rb
|
156
|
-
lib/spec/matchers/has.rb
|
157
|
-
lib/spec/matchers/have.rb
|
158
|
-
lib/spec/matchers/include.rb
|
159
|
-
lib/spec/matchers/match.rb
|
160
|
-
lib/spec/matchers/match_array.rb
|
161
|
-
lib/spec/matchers/matcher.rb
|
162
|
-
lib/spec/matchers/method_missing.rb
|
163
|
-
lib/spec/matchers/operator_matcher.rb
|
164
|
-
lib/spec/matchers/pretty.rb
|
165
|
-
lib/spec/matchers/raise_exception.rb
|
166
|
-
lib/spec/matchers/respond_to.rb
|
167
|
-
lib/spec/matchers/satisfy.rb
|
168
|
-
lib/spec/matchers/simple_matcher.rb
|
169
|
-
lib/spec/matchers/throw_symbol.rb
|
170
|
-
lib/spec/matchers/wrap_expectation.rb
|
171
|
-
lib/spec/mocks.rb
|
172
|
-
lib/spec/mocks/argument_expectation.rb
|
173
|
-
lib/spec/mocks/argument_matchers.rb
|
174
|
-
lib/spec/mocks/error_generator.rb
|
175
|
-
lib/spec/mocks/errors.rb
|
176
|
-
lib/spec/mocks/example_methods.rb
|
177
|
-
lib/spec/mocks/extensions.rb
|
178
|
-
lib/spec/mocks/extensions/object.rb
|
179
|
-
lib/spec/mocks/framework.rb
|
180
|
-
lib/spec/mocks/message_expectation.rb
|
181
|
-
lib/spec/mocks/methods.rb
|
182
|
-
lib/spec/mocks/mock.rb
|
183
|
-
lib/spec/mocks/order_group.rb
|
184
|
-
lib/spec/mocks/proxy.rb
|
185
|
-
lib/spec/mocks/space.rb
|
186
|
-
lib/spec/rake/spectask.rb
|
187
|
-
lib/spec/rake/verify_rcov.rb
|
188
|
-
lib/spec/ruby.rb
|
189
|
-
lib/spec/runner.rb
|
190
|
-
lib/spec/runner/backtrace_tweaker.rb
|
191
|
-
lib/spec/runner/class_and_arguments_parser.rb
|
192
|
-
lib/spec/runner/command_line.rb
|
193
|
-
lib/spec/runner/configuration.rb
|
194
|
-
lib/spec/runner/differs/default.rb
|
195
|
-
lib/spec/runner/differs/load-diff-lcs.rb
|
196
|
-
lib/spec/runner/drb_command_line.rb
|
197
|
-
lib/spec/runner/example_group_runner.rb
|
198
|
-
lib/spec/runner/extensions/kernel.rb
|
199
|
-
lib/spec/runner/formatter/base_formatter.rb
|
200
|
-
lib/spec/runner/formatter/base_text_formatter.rb
|
201
|
-
lib/spec/runner/formatter/failing_example_groups_formatter.rb
|
202
|
-
lib/spec/runner/formatter/failing_examples_formatter.rb
|
203
|
-
lib/spec/runner/formatter/html_formatter.rb
|
204
|
-
lib/spec/runner/formatter/nested_text_formatter.rb
|
205
|
-
lib/spec/runner/formatter/no_op_method_missing.rb
|
206
|
-
lib/spec/runner/formatter/profile_formatter.rb
|
207
|
-
lib/spec/runner/formatter/progress_bar_formatter.rb
|
208
|
-
lib/spec/runner/formatter/silent_formatter.rb
|
209
|
-
lib/spec/runner/formatter/snippet_extractor.rb
|
210
|
-
lib/spec/runner/formatter/specdoc_formatter.rb
|
211
|
-
lib/spec/runner/formatter/text_mate_formatter.rb
|
212
|
-
lib/spec/runner/heckle_runner.rb
|
213
|
-
lib/spec/runner/heckle_runner_unsupported.rb
|
214
|
-
lib/spec/runner/line_number_query.rb
|
215
|
-
lib/spec/runner/option_parser.rb
|
216
|
-
lib/spec/runner/options.rb
|
217
|
-
lib/spec/runner/reporter.rb
|
218
|
-
lib/spec/stubs/cucumber.rb
|
219
|
-
lib/spec/test/unit.rb
|
220
|
-
lib/spec/version.rb
|
221
|
-
resources/helpers/cmdline.rb
|
222
|
-
resources/rake/examples.rake
|
223
|
-
resources/rake/examples_with_rcov.rake
|
224
|
-
resources/rake/failing_examples_with_html.rake
|
225
|
-
resources/rake/verify_rcov.rake
|
226
|
-
spec/README.jruby
|
227
|
-
spec/autotest/autotest_helper.rb
|
228
|
-
spec/autotest/autotest_matchers.rb
|
229
|
-
spec/autotest/discover_spec.rb
|
230
|
-
spec/autotest/failed_results_re_spec.rb
|
231
|
-
spec/autotest/rspec_spec.rb
|
232
|
-
spec/ruby_forker.rb
|
233
|
-
spec/spec.opts
|
234
|
-
spec/spec/dsl/main_spec.rb
|
235
|
-
spec/spec/example/example_group_class_definition_spec.rb
|
236
|
-
spec/spec/example/example_group_factory_spec.rb
|
237
|
-
spec/spec/example/example_group_methods_spec.rb
|
238
|
-
spec/spec/example/example_group_proxy_spec.rb
|
239
|
-
spec/spec/example/example_group_spec.rb
|
240
|
-
spec/spec/example/example_matcher_spec.rb
|
241
|
-
spec/spec/example/example_methods_spec.rb
|
242
|
-
spec/spec/example/example_proxy_spec.rb
|
243
|
-
spec/spec/example/helper_method_spec.rb
|
244
|
-
spec/spec/example/nested_example_group_spec.rb
|
245
|
-
spec/spec/example/pending_module_spec.rb
|
246
|
-
spec/spec/example/predicate_matcher_spec.rb
|
247
|
-
spec/spec/example/shared_example_group_spec.rb
|
248
|
-
spec/spec/example/subclassing_example_group_spec.rb
|
249
|
-
spec/spec/example/subject_spec.rb
|
250
|
-
spec/spec/expectations/differs/default_spec.rb
|
251
|
-
spec/spec/expectations/extensions/kernel_spec.rb
|
252
|
-
spec/spec/expectations/fail_with_spec.rb
|
253
|
-
spec/spec/expectations/handler_spec.rb
|
254
|
-
spec/spec/expectations/wrap_expectation_spec.rb
|
255
|
-
spec/spec/interop/test/unit/resources/spec_that_fails.rb
|
256
|
-
spec/spec/interop/test/unit/resources/spec_that_passes.rb
|
257
|
-
spec/spec/interop/test/unit/resources/spec_with_errors.rb
|
258
|
-
spec/spec/interop/test/unit/resources/spec_with_options_hash.rb
|
259
|
-
spec/spec/interop/test/unit/resources/test_case_that_fails.rb
|
260
|
-
spec/spec/interop/test/unit/resources/test_case_that_passes.rb
|
261
|
-
spec/spec/interop/test/unit/resources/test_case_with_errors.rb
|
262
|
-
spec/spec/interop/test/unit/resources/test_case_with_various_names.rb
|
263
|
-
spec/spec/interop/test/unit/resources/testsuite_adapter_spec_with_test_unit.rb
|
264
|
-
spec/spec/interop/test/unit/spec_spec.rb
|
265
|
-
spec/spec/interop/test/unit/test_unit_spec_helper.rb
|
266
|
-
spec/spec/interop/test/unit/testcase_spec.rb
|
267
|
-
spec/spec/interop/test/unit/testsuite_adapter_spec.rb
|
268
|
-
spec/spec/matchers/be_close_spec.rb
|
269
|
-
spec/spec/matchers/be_instance_of_spec.rb
|
270
|
-
spec/spec/matchers/be_kind_of_spec.rb
|
271
|
-
spec/spec/matchers/be_spec.rb
|
272
|
-
spec/spec/matchers/change_spec.rb
|
273
|
-
spec/spec/matchers/compatibility_spec.rb
|
274
|
-
spec/spec/matchers/description_generation_spec.rb
|
275
|
-
spec/spec/matchers/dsl_spec.rb
|
276
|
-
spec/spec/matchers/eql_spec.rb
|
277
|
-
spec/spec/matchers/equal_spec.rb
|
278
|
-
spec/spec/matchers/exist_spec.rb
|
279
|
-
spec/spec/matchers/has_spec.rb
|
280
|
-
spec/spec/matchers/have_spec.rb
|
281
|
-
spec/spec/matchers/include_spec.rb
|
282
|
-
spec/spec/matchers/match_array_spec.rb
|
283
|
-
spec/spec/matchers/match_spec.rb
|
284
|
-
spec/spec/matchers/matcher_spec.rb
|
285
|
-
spec/spec/matchers/matchers_spec.rb
|
286
|
-
spec/spec/matchers/operator_matcher_spec.rb
|
287
|
-
spec/spec/matchers/raise_exception_spec.rb
|
288
|
-
spec/spec/matchers/respond_to_spec.rb
|
289
|
-
spec/spec/matchers/satisfy_spec.rb
|
290
|
-
spec/spec/matchers/simple_matcher_spec.rb
|
291
|
-
spec/spec/matchers/throw_symbol_spec.rb
|
292
|
-
spec/spec/mocks/and_yield_spec.rb
|
293
|
-
spec/spec/mocks/any_number_of_times_spec.rb
|
294
|
-
spec/spec/mocks/argument_expectation_spec.rb
|
295
|
-
spec/spec/mocks/argument_matchers_spec.rb
|
296
|
-
spec/spec/mocks/at_least_spec.rb
|
297
|
-
spec/spec/mocks/at_most_spec.rb
|
298
|
-
spec/spec/mocks/bug_report_10260_spec.rb
|
299
|
-
spec/spec/mocks/bug_report_10263_spec.rb
|
300
|
-
spec/spec/mocks/bug_report_11545_spec.rb
|
301
|
-
spec/spec/mocks/bug_report_15719_spec.rb
|
302
|
-
spec/spec/mocks/bug_report_496_spec.rb
|
303
|
-
spec/spec/mocks/bug_report_600_spec.rb
|
304
|
-
spec/spec/mocks/bug_report_7611_spec.rb
|
305
|
-
spec/spec/mocks/bug_report_7805_spec.rb
|
306
|
-
spec/spec/mocks/bug_report_8165_spec.rb
|
307
|
-
spec/spec/mocks/bug_report_8302_spec.rb
|
308
|
-
spec/spec/mocks/bug_report_830_spec.rb
|
309
|
-
spec/spec/mocks/double_spec.rb
|
310
|
-
spec/spec/mocks/failing_argument_matchers_spec.rb
|
311
|
-
spec/spec/mocks/hash_including_matcher_spec.rb
|
312
|
-
spec/spec/mocks/hash_not_including_matcher_spec.rb
|
313
|
-
spec/spec/mocks/mock_ordering_spec.rb
|
314
|
-
spec/spec/mocks/mock_space_spec.rb
|
315
|
-
spec/spec/mocks/mock_spec.rb
|
316
|
-
spec/spec/mocks/multiple_return_value_spec.rb
|
317
|
-
spec/spec/mocks/nil_expectation_warning_spec.rb
|
318
|
-
spec/spec/mocks/null_object_mock_spec.rb
|
319
|
-
spec/spec/mocks/once_counts_spec.rb
|
320
|
-
spec/spec/mocks/options_hash_spec.rb
|
321
|
-
spec/spec/mocks/partial_mock_spec.rb
|
322
|
-
spec/spec/mocks/partial_mock_using_mocks_directly_spec.rb
|
323
|
-
spec/spec/mocks/passing_argument_matchers_spec.rb
|
324
|
-
spec/spec/mocks/precise_counts_spec.rb
|
325
|
-
spec/spec/mocks/record_messages_spec.rb
|
326
|
-
spec/spec/mocks/stub_chain_spec.rb
|
327
|
-
spec/spec/mocks/stub_implementation_spec.rb
|
328
|
-
spec/spec/mocks/stub_spec.rb
|
329
|
-
spec/spec/mocks/stubbed_message_expectations_spec.rb
|
330
|
-
spec/spec/mocks/twice_counts_spec.rb
|
331
|
-
spec/spec/mocks/unstub_spec.rb
|
332
|
-
spec/spec/package/bin_spec_spec.rb
|
333
|
-
spec/spec/rake/spectask_spec.rb
|
334
|
-
spec/spec/runner/class_and_argument_parser_spec.rb
|
335
|
-
spec/spec/runner/command_line_spec.rb
|
336
|
-
spec/spec/runner/configuration_spec.rb
|
337
|
-
spec/spec/runner/drb_command_line_spec.rb
|
338
|
-
spec/spec/runner/empty_file.txt
|
339
|
-
spec/spec/runner/example_group_runner_spec.rb
|
340
|
-
spec/spec/runner/examples.txt
|
341
|
-
spec/spec/runner/failed.txt
|
342
|
-
spec/spec/runner/formatter/base_formatter_spec.rb
|
343
|
-
spec/spec/runner/formatter/base_text_formatter_spec.rb
|
344
|
-
spec/spec/runner/formatter/failing_example_groups_formatter_spec.rb
|
345
|
-
spec/spec/runner/formatter/failing_examples_formatter_spec.rb
|
346
|
-
spec/spec/runner/formatter/html_formatted-1.8.6-jruby.html
|
347
|
-
spec/spec/runner/formatter/html_formatted-1.8.6.html
|
348
|
-
spec/spec/runner/formatter/html_formatted-1.8.7.html
|
349
|
-
spec/spec/runner/formatter/html_formatted-1.9.1.html
|
350
|
-
spec/spec/runner/formatter/html_formatter_spec.rb
|
351
|
-
spec/spec/runner/formatter/nested_text_formatter_spec.rb
|
352
|
-
spec/spec/runner/formatter/profile_formatter_spec.rb
|
353
|
-
spec/spec/runner/formatter/progress_bar_formatter_spec.rb
|
354
|
-
spec/spec/runner/formatter/snippet_extractor_spec.rb
|
355
|
-
spec/spec/runner/formatter/specdoc_formatter_spec.rb
|
356
|
-
spec/spec/runner/formatter/text_mate_formatted-1.8.6-jruby.html
|
357
|
-
spec/spec/runner/formatter/text_mate_formatted-1.8.6.html
|
358
|
-
spec/spec/runner/formatter/text_mate_formatted-1.8.7.html
|
359
|
-
spec/spec/runner/formatter/text_mate_formatted-1.9.1.html
|
360
|
-
spec/spec/runner/formatter/text_mate_formatter_spec.rb
|
361
|
-
spec/spec/runner/heckle_runner_spec.rb
|
362
|
-
spec/spec/runner/heckler_spec.rb
|
363
|
-
spec/spec/runner/line_number_query/line_number_query_fixture.rb
|
364
|
-
spec/spec/runner/line_number_query_spec.rb
|
365
|
-
spec/spec/runner/noisy_backtrace_tweaker_spec.rb
|
366
|
-
spec/spec/runner/option_parser_spec.rb
|
367
|
-
spec/spec/runner/options_spec.rb
|
368
|
-
spec/spec/runner/output_one_time_fixture.rb
|
369
|
-
spec/spec/runner/output_one_time_fixture_runner.rb
|
370
|
-
spec/spec/runner/output_one_time_spec.rb
|
371
|
-
spec/spec/runner/quiet_backtrace_tweaker_spec.rb
|
372
|
-
spec/spec/runner/reporter_spec.rb
|
373
|
-
spec/spec/runner/resources/a_bar.rb
|
374
|
-
spec/spec/runner/resources/a_foo.rb
|
375
|
-
spec/spec/runner/resources/a_spec.rb
|
376
|
-
spec/spec/runner/resources/custom_example_group_runner.rb
|
377
|
-
spec/spec/runner/resources/utf8_encoded.rb
|
378
|
-
spec/spec/runner/spec.opts
|
379
|
-
spec/spec/runner/spec_drb.opts
|
380
|
-
spec/spec/runner/spec_spaced.opts
|
381
|
-
spec/spec/runner_spec.rb
|
382
|
-
spec/spec_helper.rb
|
383
|
-
spec/support/macros.rb
|
384
|
-
spec/support/spec_classes.rb
|
data/geminstaller.yml
DELETED
@@ -1,29 +0,0 @@
|
|
1
|
-
# Basics needed to run 'rake' from this directory
|
2
|
-
gems:
|
3
|
-
- name: cucumber
|
4
|
-
version: '>= 0.3.101'
|
5
|
-
- name: diff-lcs
|
6
|
-
version: '>= 1.1.2'
|
7
|
-
- name: fakefs
|
8
|
-
version: '>= 0.2'
|
9
|
-
- name: flexmock
|
10
|
-
version: '>= 0.8.6'
|
11
|
-
- name: heckle
|
12
|
-
version: '>= 1.4.2'
|
13
|
-
- name: hoe
|
14
|
-
version: '>= 2.0'
|
15
|
-
- name: nokogiri
|
16
|
-
version: '>= 1.2.3'
|
17
|
-
- name: mocha
|
18
|
-
version: '>= 0.9.5'
|
19
|
-
- name: rake
|
20
|
-
version: '>= 0.8.4'
|
21
|
-
- name: rcov
|
22
|
-
version: '>= 0.9.7.1'
|
23
|
-
- name: syntax
|
24
|
-
version: '>= 1.0.0'
|
25
|
-
- name: rr
|
26
|
-
version: '>= 0.10.0'
|
27
|
-
- name: ruby-debug
|
28
|
-
version: '>= 0.10.3'
|
29
|
-
- name: autotest-growl
|