Files

  1. History.rdoc
  2. License.txt
  3. README.rdoc
  4. Ruby1.9.rdoc
  5. Upgrade.rdoc
  6. features/before_and_after_blocks/before_and_after_blocks.feature
  7. features/command_line/line_number_option.feature
  8. features/command_line/line_number_option_with_example_with_no_name.feature
  9. features/example_groups/define_example_attribute.feature
  10. features/example_groups/example_group_with_should_methods.feature
  11. features/example_groups/implicit_docstrings.feature
  12. features/example_groups/nested_groups.feature
  13. features/expectations/customized_message.feature
  14. features/expectations/expect_change.feature
  15. features/expectations/expect_error.feature
  16. features/extensions/custom_example_group.feature
  17. features/formatters/custom_formatter.feature
  18. features/formatters/nested_formatter.feature
  19. features/interop/cucumber_stubs_dont_leak.feature
  20. features/interop/examples_and_tests_together.feature
  21. features/interop/rspec_output.feature
  22. features/interop/test_but_not_test_unit.feature
  23. features/interop/test_case_with_should_methods.feature
  24. features/load_paths/add_lib_to_load_path.feature
  25. features/load_paths/add_spec_to_load_path.feature
  26. features/matchers/define_diffable_matcher.feature
  27. features/matchers/define_matcher.feature
  28. features/matchers/define_matcher_outside_rspec.feature
  29. features/matchers/define_matcher_with_fluent_interface.feature
  30. features/matchers/define_wrapped_matcher.feature
  31. features/matchers/match_unless_raises.feature
  32. features/matchers/match_unless_raises_unexpected_error.feature
  33. features/mock_framework_integration/use_flexmock.feature
  34. features/mock_framework_integration/use_mocha.feature
  35. features/mock_framework_integration/use_rr.feature
  36. features/mocks/block_local_expectations.feature
  37. features/mocks/mix_stubs_and_mocks.feature
  38. features/mocks/stub_implementation.feature
  39. features/pending/pending_examples.feature
  40. features/runner/specify_line_number.feature
  41. features/spec_helper/spec_helper.feature
  42. features/subject/explicit_subject.feature
  43. features/subject/implicit_subject.feature
  44. lib/autotest/discover.rb
  45. lib/autotest/rspec.rb
  46. lib/spec.rb
  47. lib/spec/adapters/mock_frameworks/flexmock.rb
  48. lib/spec/adapters/mock_frameworks/mocha.rb
  49. lib/spec/adapters/mock_frameworks/rr.rb
  50. lib/spec/adapters/mock_frameworks/rspec.rb
  51. lib/spec/autorun.rb
  52. lib/spec/deprecation.rb
  53. lib/spec/dsl.rb
  54. lib/spec/dsl/main.rb
  55. lib/spec/example.rb
  56. lib/spec/example/args_and_options.rb
  57. lib/spec/example/before_and_after_hooks.rb
  58. lib/spec/example/errors.rb
  59. lib/spec/example/example_group.rb
  60. lib/spec/example/example_group_factory.rb
  61. lib/spec/example/example_group_hierarchy.rb
  62. lib/spec/example/example_group_methods.rb
  63. lib/spec/example/example_group_proxy.rb
  64. lib/spec/example/example_matcher.rb
  65. lib/spec/example/example_methods.rb
  66. lib/spec/example/example_proxy.rb
  67. lib/spec/example/module_reopening_fix.rb
  68. lib/spec/example/pending.rb
  69. lib/spec/example/predicate_matchers.rb
  70. lib/spec/example/shared_example_group.rb
  71. lib/spec/example/subject.rb
  72. lib/spec/expectations.rb
  73. lib/spec/expectations/errors.rb
  74. lib/spec/expectations/extensions.rb
  75. lib/spec/expectations/extensions/kernel.rb
  76. lib/spec/expectations/fail_with.rb
  77. lib/spec/expectations/handler.rb
  78. lib/spec/extensions/instance_exec.rb
  79. lib/spec/interop/test.rb
  80. lib/spec/interop/test/unit/autorunner.rb
  81. lib/spec/interop/test/unit/testcase.rb
  82. lib/spec/interop/test/unit/testresult.rb
  83. lib/spec/interop/test/unit/testsuite_adapter.rb
  84. lib/spec/interop/test/unit/ui/console/testrunner.rb
  85. lib/spec/matchers.rb
  86. lib/spec/matchers/be.rb
  87. lib/spec/matchers/be_close.rb
  88. lib/spec/matchers/be_instance_of.rb
  89. lib/spec/matchers/be_kind_of.rb
  90. lib/spec/matchers/change.rb
  91. lib/spec/matchers/compatibility.rb
  92. lib/spec/matchers/dsl.rb
  93. lib/spec/matchers/eql.rb
  94. lib/spec/matchers/equal.rb
  95. lib/spec/matchers/errors.rb
  96. lib/spec/matchers/exist.rb
  97. lib/spec/matchers/generated_descriptions.rb
  98. lib/spec/matchers/has.rb
  99. lib/spec/matchers/have.rb
  100. lib/spec/matchers/include.rb
  101. lib/spec/matchers/match.rb
  102. lib/spec/matchers/match_array.rb
  103. lib/spec/matchers/matcher.rb
  104. lib/spec/matchers/method_missing.rb
  105. lib/spec/matchers/operator_matcher.rb
  106. lib/spec/matchers/pretty.rb
  107. lib/spec/matchers/raise_exception.rb
  108. lib/spec/matchers/respond_to.rb
  109. lib/spec/matchers/satisfy.rb
  110. lib/spec/matchers/simple_matcher.rb
  111. lib/spec/matchers/throw_symbol.rb
  112. lib/spec/matchers/wrap_expectation.rb
  113. lib/spec/mocks.rb
  114. lib/spec/mocks/argument_expectation.rb
  115. lib/spec/mocks/argument_matchers.rb
  116. lib/spec/mocks/error_generator.rb
  117. lib/spec/mocks/errors.rb
  118. lib/spec/mocks/example_methods.rb
  119. lib/spec/mocks/extensions.rb
  120. lib/spec/mocks/extensions/object.rb
  121. lib/spec/mocks/framework.rb
  122. lib/spec/mocks/message_expectation.rb
  123. lib/spec/mocks/methods.rb
  124. lib/spec/mocks/mock.rb
  125. lib/spec/mocks/order_group.rb
  126. lib/spec/mocks/proxy.rb
  127. lib/spec/mocks/space.rb
  128. lib/spec/rake/spectask.rb
  129. lib/spec/rake/verify_rcov.rb
  130. lib/spec/ruby.rb
  131. lib/spec/runner.rb
  132. lib/spec/runner/backtrace_tweaker.rb
  133. lib/spec/runner/class_and_arguments_parser.rb
  134. lib/spec/runner/command_line.rb
  135. lib/spec/runner/configuration.rb
  136. lib/spec/runner/differs/default.rb
  137. lib/spec/runner/differs/load-diff-lcs.rb
  138. lib/spec/runner/drb_command_line.rb
  139. lib/spec/runner/example_group_runner.rb
  140. lib/spec/runner/extensions/kernel.rb
  141. lib/spec/runner/formatter/base_formatter.rb
  142. lib/spec/runner/formatter/base_text_formatter.rb
  143. lib/spec/runner/formatter/failing_example_groups_formatter.rb
  144. lib/spec/runner/formatter/failing_examples_formatter.rb
  145. lib/spec/runner/formatter/html_formatter.rb
  146. lib/spec/runner/formatter/nested_text_formatter.rb
  147. lib/spec/runner/formatter/no_op_method_missing.rb
  148. lib/spec/runner/formatter/profile_formatter.rb
  149. lib/spec/runner/formatter/progress_bar_formatter.rb
  150. lib/spec/runner/formatter/silent_formatter.rb
  151. lib/spec/runner/formatter/snippet_extractor.rb
  152. lib/spec/runner/formatter/specdoc_formatter.rb
  153. lib/spec/runner/formatter/text_mate_formatter.rb
  154. lib/spec/runner/heckle_runner.rb
  155. lib/spec/runner/heckle_runner_unsupported.rb
  156. lib/spec/runner/line_number_query.rb
  157. lib/spec/runner/option_parser.rb
  158. lib/spec/runner/options.rb
  159. lib/spec/runner/reporter.rb
  160. lib/spec/stubs/cucumber.rb
  161. lib/spec/test/unit.rb
  162. lib/spec/version.rb
  163. show all