picolena 0.1.8 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (773) hide show
  1. data/History.txt +17 -0
  2. data/MIT-LICENSE +1 -1
  3. data/Manifest.txt +5 -528
  4. data/README.txt +4 -4
  5. data/config/files_to_clean +1 -0
  6. data/config/hoe.rb +6 -6
  7. data/lib/picolena/{templates/config → config}/environment.rb +6 -1
  8. data/lib/picolena/config/icons_and_filetypes.yml +8 -0
  9. data/lib/picolena/config/indexed_directories.yml +7 -0
  10. data/lib/picolena/config/indexing_performance.yml +4 -1
  11. data/lib/picolena/config/white_list_ip.yml +0 -0
  12. data/lib/picolena/picolena_generator.rb +3 -129
  13. data/lib/picolena/templates/MIT-LICENSE +0 -0
  14. data/lib/picolena/templates/Rakefile +0 -0
  15. data/lib/picolena/templates/app/controllers/application.rb +0 -0
  16. data/lib/picolena/templates/app/controllers/documents_controller.rb +2 -2
  17. data/lib/picolena/templates/app/helpers/application_helper.rb +0 -0
  18. data/lib/picolena/templates/app/helpers/documents_helper.rb +18 -7
  19. data/lib/picolena/templates/app/models/document.rb +34 -7
  20. data/lib/picolena/templates/app/models/finder.rb +29 -3
  21. data/lib/picolena/templates/app/models/indexer.rb +11 -8
  22. data/lib/picolena/templates/app/models/plain_text_extractor.rb +20 -16
  23. data/lib/picolena/templates/app/views/documents/_document.html.haml +1 -1
  24. data/lib/picolena/templates/app/views/documents/index.html.haml +0 -0
  25. data/lib/picolena/templates/app/views/documents/show.html.haml +2 -2
  26. data/lib/picolena/templates/app/views/layouts/application.html.haml +0 -0
  27. data/lib/picolena/templates/config/boot.rb +0 -0
  28. data/lib/picolena/templates/config/environments/development.rb +4 -1
  29. data/lib/picolena/templates/config/environments/production.rb +4 -1
  30. data/lib/picolena/templates/config/environments/test.rb +4 -0
  31. data/lib/picolena/templates/config/initializers/001_load_custom_config.rb +0 -0
  32. data/lib/picolena/templates/config/initializers/002_load_indexed_dirs.rb +25 -2
  33. data/lib/picolena/templates/config/initializers/003_load_white_list_IPs.rb +0 -0
  34. data/lib/picolena/templates/config/initializers/004_load_plain_text_extractors.rb +0 -0
  35. data/lib/picolena/templates/config/initializers/006_load_icons.rb +0 -0
  36. data/lib/picolena/templates/config/initializers/007_load_performance_tweaks.rb +0 -0
  37. data/lib/picolena/templates/config/routes.rb +1 -2
  38. data/lib/picolena/templates/lang/ui/de.yml +4 -0
  39. data/lib/picolena/templates/lang/ui/en.yml +4 -0
  40. data/lib/picolena/templates/lang/ui/es.yml +4 -0
  41. data/lib/picolena/templates/lang/ui/fr.yml +4 -0
  42. data/lib/picolena/templates/lib/core_exts.rb +0 -0
  43. data/lib/picolena/templates/lib/indexer_logger.rb +1 -7
  44. data/lib/picolena/templates/lib/plain_text_extractor_DSL.rb +1 -2
  45. data/lib/picolena/templates/lib/plain_text_extractors/adobe.pdf.rb +0 -0
  46. data/lib/picolena/templates/lib/plain_text_extractors/html.rb +0 -0
  47. data/lib/picolena/templates/lib/plain_text_extractors/ms.excel.rb +0 -0
  48. data/lib/picolena/templates/lib/plain_text_extractors/ms.powerpoint.rb +0 -0
  49. data/lib/picolena/templates/lib/plain_text_extractors/ms.rtf.rb +0 -0
  50. data/lib/picolena/templates/lib/plain_text_extractors/ms.word.rb +0 -0
  51. data/lib/picolena/templates/lib/plain_text_extractors/opendocument.presentation.rb +0 -0
  52. data/lib/picolena/templates/lib/plain_text_extractors/opendocument.spreadsheet.rb +0 -0
  53. data/lib/picolena/templates/lib/plain_text_extractors/opendocument.text.rb +0 -0
  54. data/lib/picolena/templates/lib/plain_text_extractors/pictures.rb +8 -0
  55. data/lib/picolena/templates/lib/plain_text_extractors/plain_text.rb +0 -0
  56. data/lib/picolena/templates/lib/tasks/annotations.rake +0 -0
  57. data/lib/picolena/templates/lib/tasks/index.rake +0 -0
  58. data/lib/picolena/templates/lib/tasks/install_dependencies.rake +0 -0
  59. data/lib/picolena/templates/lib/tasks/log.rake +0 -0
  60. data/lib/picolena/templates/lib/tasks/rspec.rake +158 -0
  61. data/lib/picolena/templates/public/.htaccess +0 -0
  62. data/lib/picolena/templates/public/404.html +0 -0
  63. data/lib/picolena/templates/public/500.html +0 -0
  64. data/lib/picolena/templates/public/favicon.ico +0 -0
  65. data/lib/picolena/templates/public/help/PicolenaHowTo-de.pdf +0 -0
  66. data/lib/picolena/templates/public/help/PicolenaHowTo-de.tex +0 -0
  67. data/lib/picolena/templates/public/images/bg.gif +0 -0
  68. data/lib/picolena/templates/public/images/flags/ar.png +0 -0
  69. data/lib/picolena/templates/public/images/flags/be.png +0 -0
  70. data/lib/picolena/templates/public/images/flags/de.png +0 -0
  71. data/lib/picolena/templates/public/images/flags/el.png +0 -0
  72. data/lib/picolena/templates/public/images/flags/es.png +0 -0
  73. data/lib/picolena/templates/public/images/flags/fr.png +0 -0
  74. data/lib/picolena/templates/public/images/flags/ga.png +0 -0
  75. data/lib/picolena/templates/public/images/flags/hr.png +0 -0
  76. data/lib/picolena/templates/public/images/flags/it.png +0 -0
  77. data/lib/picolena/templates/public/images/flags/nl.png +0 -0
  78. data/lib/picolena/templates/public/images/flags/pl.png +0 -0
  79. data/lib/picolena/templates/public/images/flags/pt-br.png +0 -0
  80. data/lib/picolena/templates/public/images/flags/pt-pt.png +0 -0
  81. data/lib/picolena/templates/public/images/flags/readme.txt +0 -0
  82. data/lib/picolena/templates/public/images/flags/sv.png +0 -0
  83. data/lib/picolena/templates/public/images/icons/cad.png +0 -0
  84. data/lib/picolena/templates/public/images/icons/code.png +0 -0
  85. data/lib/picolena/templates/public/images/icons/doc.png +0 -0
  86. data/lib/picolena/templates/public/images/icons/exe.png +0 -0
  87. data/lib/picolena/templates/public/images/icons/html.png +0 -0
  88. data/lib/picolena/templates/public/images/icons/insel.png +0 -0
  89. data/lib/picolena/templates/public/images/icons/ogg.png +0 -0
  90. data/lib/picolena/templates/public/images/icons/package.png +0 -0
  91. data/lib/picolena/templates/public/images/icons/pdf.png +0 -0
  92. data/lib/picolena/templates/public/images/icons/picture.png +0 -0
  93. data/lib/picolena/templates/public/images/icons/plain_text_small.png +0 -0
  94. data/lib/picolena/templates/public/images/icons/ppt.png +0 -0
  95. data/lib/picolena/templates/public/images/icons/remote_folder.png +0 -0
  96. data/lib/picolena/templates/public/images/icons/txt.png +0 -0
  97. data/lib/picolena/templates/public/images/icons/video.png +0 -0
  98. data/lib/picolena/templates/public/images/icons/xls.png +0 -0
  99. data/lib/picolena/templates/public/images/main_img.jpg +0 -0
  100. data/lib/picolena/templates/public/images/zafh_net.png +0 -0
  101. data/lib/picolena/templates/public/robots.txt +0 -0
  102. data/lib/picolena/templates/public/stylesheets/style.css +24 -1
  103. data/lib/picolena/templates/script/autospec +5 -0
  104. data/lib/picolena/templates/script/spec +1 -0
  105. data/lib/picolena/templates/script/spec_server +34 -11
  106. data/lib/picolena/templates/spec/controllers/application_controller_spec.rb +0 -0
  107. data/lib/picolena/templates/spec/controllers/documents_controller_spec.rb +31 -11
  108. data/lib/picolena/templates/spec/helpers/documents_helper_spec.rb +1 -1
  109. data/lib/picolena/templates/spec/models/basic_finder_spec.rb +0 -0
  110. data/lib/picolena/templates/spec/models/document_spec.rb +27 -1
  111. data/lib/picolena/templates/spec/models/finder_spec.rb +9 -36
  112. data/lib/picolena/templates/spec/models/host_indexing_system_spec.rb +0 -0
  113. data/lib/picolena/templates/spec/models/index_directories_spec.rb +4 -0
  114. data/lib/picolena/templates/spec/models/indexer_spec.rb +14 -0
  115. data/lib/picolena/templates/spec/models/plain_text_extractor_spec.rb +0 -0
  116. data/lib/picolena/templates/spec/models/query_spec.rb +8 -1
  117. data/lib/picolena/templates/spec/rcov.opts +1 -1
  118. data/lib/picolena/templates/spec/spec.opts +0 -0
  119. data/lib/picolena/templates/spec/spec_helper.rb +14 -0
  120. data/lib/picolena/templates/spec/test_dirs/indexed/basic/another_plain.text +0 -0
  121. data/lib/picolena/templates/spec/test_dirs/indexed/basic/basic.odt +0 -0
  122. data/lib/picolena/templates/spec/test_dirs/indexed/basic/basic.pdf +0 -0
  123. data/lib/picolena/templates/spec/test_dirs/indexed/basic/basic.tex +0 -0
  124. data/lib/picolena/templates/spec/test_dirs/indexed/basic/crossed.text +0 -0
  125. data/lib/picolena/templates/spec/test_dirs/indexed/basic/crossed.txt +0 -0
  126. data/lib/picolena/templates/spec/test_dirs/indexed/basic/hello.rb +0 -0
  127. data/lib/picolena/templates/spec/test_dirs/indexed/basic/myfirstjavaprog.java +0 -0
  128. data/lib/picolena/templates/spec/test_dirs/indexed/basic/one_page.ppt +0 -0
  129. data/lib/picolena/templates/spec/test_dirs/indexed/basic/other_basic.PDF +0 -0
  130. data/lib/picolena/templates/spec/test_dirs/indexed/basic/other_too_small.dOc +0 -0
  131. data/lib/picolena/templates/spec/test_dirs/indexed/basic/plain.txt +0 -0
  132. data/lib/picolena/templates/spec/test_dirs/indexed/basic/queens.for +0 -0
  133. data/lib/picolena/templates/spec/test_dirs/indexed/basic/too_small.doc +0 -0
  134. data/lib/picolena/templates/spec/test_dirs/indexed/basic/ubuntu_theme.odp +0 -0
  135. data/lib/picolena/templates/spec/test_dirs/indexed/basic/weight_and_balance.ods +0 -0
  136. data/lib/picolena/templates/spec/test_dirs/indexed/different_encodings/iso-8859-1.txt +0 -0
  137. data/lib/picolena/templates/spec/test_dirs/indexed/different_encodings/iso-8859-15.txt +0 -0
  138. data/lib/picolena/templates/spec/test_dirs/indexed/different_encodings/utf-8.txt +0 -0
  139. data/lib/picolena/templates/spec/test_dirs/indexed/just_one_doc/for_test.txt +0 -0
  140. data/lib/picolena/templates/spec/test_dirs/indexed/literature/Simulation of district heating systems for evaluation of real-time control strategies.pdf +0 -0
  141. data/lib/picolena/templates/spec/test_dirs/indexed/literature/Types of malfunction in DH substations.doc +0 -0
  142. data/lib/picolena/templates/spec/test_dirs/indexed/media/crow.jpg +0 -0
  143. data/lib/picolena/templates/spec/test_dirs/indexed/others/7.html +0 -0
  144. data/lib/picolena/templates/spec/test_dirs/indexed/others/Thumbs.db +0 -0
  145. data/lib/picolena/templates/spec/test_dirs/indexed/others/asfg.abc +0 -0
  146. data/lib/picolena/templates/spec/test_dirs/indexed/others/ccmatrix1.cpp +0 -0
  147. data/lib/picolena/templates/spec/test_dirs/indexed/others/cross_site_scripting.txt +0 -0
  148. data/lib/picolena/templates/spec/test_dirs/indexed/others/gcd.c +0 -0
  149. data/lib/picolena/templates/spec/test_dirs/indexed/others/ghjopdfg.xyz +0 -0
  150. data/lib/picolena/templates/spec/test_dirs/indexed/others/lemonde.htm +0 -0
  151. data/lib/picolena/templates/spec/test_dirs/indexed/others/nested/README +0 -0
  152. data/lib/picolena/templates/spec/test_dirs/indexed/others/nested/ReadMe.rtf +0 -0
  153. data/lib/picolena/templates/spec/test_dirs/indexed/others/nested/table.xls +0 -0
  154. data/lib/picolena/templates/spec/test_dirs/indexed/others/nested/unreadable.pdf +0 -0
  155. data/lib/picolena/templates/spec/test_dirs/indexed/others/picolena.pps +0 -0
  156. data/lib/picolena/templates/spec/test_dirs/indexed/others/placeholder.txt +0 -0
  157. data/lib/picolena/templates/spec/test_dirs/indexed/others/square.ins +0 -0
  158. data/lib/picolena/templates/spec/test_dirs/indexed/others/stem_de.txt +0 -0
  159. data/lib/picolena/templates/spec/test_dirs/indexed/others/stem_en.txt +0 -0
  160. data/lib/picolena/templates/spec/test_dirs/indexed/others/und_oder.txt +0 -0
  161. data/lib/picolena/templates/spec/test_dirs/indexed/others/unreadable.png +0 -0
  162. data/lib/picolena/templates/spec/test_dirs/indexed/others/utf8.pdf +0 -0
  163. data/lib/picolena/templates/spec/test_dirs/indexed/others/utf8.txt +0 -0
  164. data/lib/picolena/templates/spec/test_dirs/indexed/others/weird_chars.txt +0 -0
  165. data/lib/picolena/templates/spec/test_dirs/indexed/others/whatever.db +0 -0
  166. data/lib/picolena/templates/spec/test_dirs/indexed/others/xor.vee +0 -0
  167. data/lib/picolena/templates/spec/test_dirs/indexed/others/zafh.net.html +0 -0
  168. data/lib/picolena/templates/spec/test_dirs/indexed/yet_another_dir/office2003-word-template.dot +0 -0
  169. data/lib/picolena/templates/spec/test_dirs/indexed/yet_another_dir/office2007-excel.xlsx +0 -0
  170. data/lib/picolena/templates/spec/test_dirs/indexed/yet_another_dir/office2007-powerpoint.pptx +0 -0
  171. data/lib/picolena/templates/spec/test_dirs/indexed/yet_another_dir/office2007-word-template.dotx +0 -0
  172. data/lib/picolena/templates/spec/test_dirs/indexed/yet_another_dir/office2007-word.docx +0 -0
  173. data/lib/picolena/templates/spec/test_dirs/not_indexed/Rakefile +0 -0
  174. data/lib/picolena/version.rb +2 -2
  175. data/rails_plugins/globalite/CHANGELOG +0 -0
  176. data/rails_plugins/globalite/README +0 -0
  177. data/rails_plugins/globalite/Rakefile +0 -0
  178. data/rails_plugins/globalite/init.rb +0 -0
  179. data/rails_plugins/globalite/install.rb +0 -0
  180. data/rails_plugins/globalite/lang/rails/de-DE.yml +0 -0
  181. data/rails_plugins/globalite/lang/rails/en-UK.yml +0 -0
  182. data/rails_plugins/globalite/lang/rails/en-US.yml +0 -0
  183. data/rails_plugins/globalite/lang/rails/es-ES.yml +0 -0
  184. data/rails_plugins/globalite/lang/rails/fr-FR.yml +0 -0
  185. data/rails_plugins/globalite/lang/rails/it.yml +0 -0
  186. data/rails_plugins/globalite/lang/rails/pt-BR.yml +0 -0
  187. data/rails_plugins/globalite/lang/rails/pt-PT.yml +0 -0
  188. data/rails_plugins/globalite/lang/rails/zh-CN.yml +0 -0
  189. data/rails_plugins/globalite/lang/rails/zh-HK.yml +0 -0
  190. data/rails_plugins/globalite/lang/rails/zh-TW.yml +0 -0
  191. data/rails_plugins/globalite/lib/globalite/l10n.rb +0 -0
  192. data/rails_plugins/globalite/lib/globalite/locale.rb +0 -0
  193. data/rails_plugins/globalite/lib/globalite.rb +0 -0
  194. data/rails_plugins/globalite/lib/rails/core_ext.rb +0 -0
  195. data/rails_plugins/globalite/lib/rails/localization.rb +0 -0
  196. data/rails_plugins/globalite/lib/rails/localized_action_view.rb +0 -0
  197. data/rails_plugins/globalite/lib/rails/localized_active_record.rb +0 -0
  198. data/rails_plugins/globalite/rdoc/classes/ActionView/Helpers/DateHelper.html +0 -0
  199. data/rails_plugins/globalite/rdoc/classes/ActionView/Helpers/FormOptionsHelper.html +0 -0
  200. data/rails_plugins/globalite/rdoc/classes/ActionView/Helpers/NumberHelper.html +0 -0
  201. data/rails_plugins/globalite/rdoc/classes/ActionView/Helpers.html +0 -0
  202. data/rails_plugins/globalite/rdoc/classes/ActionView.html +0 -0
  203. data/rails_plugins/globalite/rdoc/classes/ActiveRecord/Errors.html +0 -0
  204. data/rails_plugins/globalite/rdoc/classes/ActiveRecord.html +0 -0
  205. data/rails_plugins/globalite/rdoc/classes/Array.html +0 -0
  206. data/rails_plugins/globalite/rdoc/classes/Date.html +0 -0
  207. data/rails_plugins/globalite/rdoc/classes/Globalite/L10n.html +0 -0
  208. data/rails_plugins/globalite/rdoc/classes/Globalite.html +0 -0
  209. data/rails_plugins/globalite/rdoc/classes/Kernel.html +0 -0
  210. data/rails_plugins/globalite/rdoc/classes/Locale.html +0 -0
  211. data/rails_plugins/globalite/rdoc/classes/Time.html +0 -0
  212. data/rails_plugins/globalite/rdoc/created.rid +0 -0
  213. data/rails_plugins/globalite/rdoc/files/README.html +0 -0
  214. data/rails_plugins/globalite/rdoc/files/lib/globalite/l10n_rb.html +0 -0
  215. data/rails_plugins/globalite/rdoc/files/lib/globalite/locale_rb.html +0 -0
  216. data/rails_plugins/globalite/rdoc/files/lib/globalite_rb.html +0 -0
  217. data/rails_plugins/globalite/rdoc/files/lib/rails/core_ext_rb.html +0 -0
  218. data/rails_plugins/globalite/rdoc/files/lib/rails/localization_rb.html +0 -0
  219. data/rails_plugins/globalite/rdoc/files/lib/rails/localized_action_view_rb.html +0 -0
  220. data/rails_plugins/globalite/rdoc/files/lib/rails/localized_active_record_rb.html +0 -0
  221. data/rails_plugins/globalite/rdoc/fr_class_index.html +0 -0
  222. data/rails_plugins/globalite/rdoc/fr_file_index.html +0 -0
  223. data/rails_plugins/globalite/rdoc/fr_method_index.html +0 -0
  224. data/rails_plugins/globalite/rdoc/index.html +0 -0
  225. data/rails_plugins/globalite/rdoc/rdoc-style.css +0 -0
  226. data/rails_plugins/globalite/spec/core_localization_spec.rb +0 -0
  227. data/rails_plugins/globalite/spec/helpers/spec_helper.rb +0 -0
  228. data/rails_plugins/globalite/spec/l10n_spec.rb +0 -0
  229. data/rails_plugins/globalite/spec/lang/rails/zz.yml +0 -0
  230. data/rails_plugins/globalite/spec/lang/ui/en-UK.yml +0 -0
  231. data/rails_plugins/globalite/spec/lang/ui/en-US.yml +0 -0
  232. data/rails_plugins/globalite/spec/lang/ui/es.yml +0 -0
  233. data/rails_plugins/globalite/spec/lang/ui/fr-FR.yml +0 -0
  234. data/rails_plugins/globalite/tasks/cruise.rake +0 -0
  235. data/rails_plugins/globalite/tasks/globalite_tasks.rake +0 -0
  236. data/rails_plugins/globalite/uninstall.rb +0 -0
  237. data/rails_plugins/haml/init.rb +0 -0
  238. data/website/index.html +36 -79
  239. data/website/index.txt +11 -13
  240. data/website/index_devjavu +0 -0
  241. data/website/javascripts/rounded_corners_lite.inc.js +0 -0
  242. data/website/stylesheets/screen.css +0 -0
  243. data/website/template.rhtml +0 -0
  244. data.tar.gz.sig +0 -0
  245. metadata +40 -544
  246. metadata.gz.sig +0 -0
  247. data/lib/picolena/templates/spec/helpers/application_helper_spec.rb +0 -11
  248. data/rails_plugins/rspec/CHANGES +0 -1045
  249. data/rails_plugins/rspec/MIT-LICENSE +0 -20
  250. data/rails_plugins/rspec/README +0 -71
  251. data/rails_plugins/rspec/Rakefile +0 -279
  252. data/rails_plugins/rspec/TODO +0 -2
  253. data/rails_plugins/rspec/UPGRADE +0 -31
  254. data/rails_plugins/rspec/autotest/discover.rb +0 -6
  255. data/rails_plugins/rspec/autotest/rspec.rb +0 -1
  256. data/rails_plugins/rspec/bin/spec +0 -4
  257. data/rails_plugins/rspec/bin/spec_translator +0 -8
  258. data/rails_plugins/rspec/examples/pure/autogenerated_docstrings_example.rb +0 -19
  259. data/rails_plugins/rspec/examples/pure/before_and_after_example.rb +0 -40
  260. data/rails_plugins/rspec/examples/pure/behave_as_example.rb +0 -45
  261. data/rails_plugins/rspec/examples/pure/custom_expectation_matchers.rb +0 -54
  262. data/rails_plugins/rspec/examples/pure/custom_formatter.rb +0 -12
  263. data/rails_plugins/rspec/examples/pure/dynamic_spec.rb +0 -9
  264. data/rails_plugins/rspec/examples/pure/file_accessor.rb +0 -19
  265. data/rails_plugins/rspec/examples/pure/file_accessor_spec.rb +0 -38
  266. data/rails_plugins/rspec/examples/pure/greeter_spec.rb +0 -31
  267. data/rails_plugins/rspec/examples/pure/helper_method_example.rb +0 -14
  268. data/rails_plugins/rspec/examples/pure/io_processor.rb +0 -8
  269. data/rails_plugins/rspec/examples/pure/io_processor_spec.rb +0 -21
  270. data/rails_plugins/rspec/examples/pure/legacy_spec.rb +0 -11
  271. data/rails_plugins/rspec/examples/pure/mocking_example.rb +0 -27
  272. data/rails_plugins/rspec/examples/pure/multi_threaded_behaviour_runner.rb +0 -28
  273. data/rails_plugins/rspec/examples/pure/nested_classes_example.rb +0 -36
  274. data/rails_plugins/rspec/examples/pure/partial_mock_example.rb +0 -28
  275. data/rails_plugins/rspec/examples/pure/pending_example.rb +0 -20
  276. data/rails_plugins/rspec/examples/pure/predicate_example.rb +0 -27
  277. data/rails_plugins/rspec/examples/pure/priority.txt +0 -1
  278. data/rails_plugins/rspec/examples/pure/shared_example_group_example.rb +0 -81
  279. data/rails_plugins/rspec/examples/pure/shared_stack_examples.rb +0 -38
  280. data/rails_plugins/rspec/examples/pure/spec_helper.rb +0 -3
  281. data/rails_plugins/rspec/examples/pure/stack.rb +0 -36
  282. data/rails_plugins/rspec/examples/pure/stack_spec.rb +0 -63
  283. data/rails_plugins/rspec/examples/pure/stack_spec_with_nested_example_groups.rb +0 -67
  284. data/rails_plugins/rspec/examples/pure/stubbing_example.rb +0 -69
  285. data/rails_plugins/rspec/examples/stories/adder.rb +0 -13
  286. data/rails_plugins/rspec/examples/stories/addition +0 -34
  287. data/rails_plugins/rspec/examples/stories/addition.rb +0 -9
  288. data/rails_plugins/rspec/examples/stories/calculator.rb +0 -65
  289. data/rails_plugins/rspec/examples/stories/game-of-life/README.txt +0 -21
  290. data/rails_plugins/rspec/examples/stories/game-of-life/behaviour/everything.rb +0 -6
  291. data/rails_plugins/rspec/examples/stories/game-of-life/behaviour/examples/examples.rb +0 -3
  292. data/rails_plugins/rspec/examples/stories/game-of-life/behaviour/examples/game_behaviour.rb +0 -35
  293. data/rails_plugins/rspec/examples/stories/game-of-life/behaviour/examples/grid_behaviour.rb +0 -66
  294. data/rails_plugins/rspec/examples/stories/game-of-life/behaviour/stories/CellsWithLessThanTwoNeighboursDie.story +0 -21
  295. data/rails_plugins/rspec/examples/stories/game-of-life/behaviour/stories/CellsWithMoreThanThreeNeighboursDie.story +0 -21
  296. data/rails_plugins/rspec/examples/stories/game-of-life/behaviour/stories/EmptySpacesWithThreeNeighboursCreateACell.story +0 -42
  297. data/rails_plugins/rspec/examples/stories/game-of-life/behaviour/stories/ICanCreateACell.story +0 -42
  298. data/rails_plugins/rspec/examples/stories/game-of-life/behaviour/stories/ICanKillACell.story +0 -17
  299. data/rails_plugins/rspec/examples/stories/game-of-life/behaviour/stories/TheGridWraps.story +0 -53
  300. data/rails_plugins/rspec/examples/stories/game-of-life/behaviour/stories/create_a_cell.rb +0 -52
  301. data/rails_plugins/rspec/examples/stories/game-of-life/behaviour/stories/helper.rb +0 -6
  302. data/rails_plugins/rspec/examples/stories/game-of-life/behaviour/stories/kill_a_cell.rb +0 -26
  303. data/rails_plugins/rspec/examples/stories/game-of-life/behaviour/stories/steps.rb +0 -5
  304. data/rails_plugins/rspec/examples/stories/game-of-life/behaviour/stories/stories.rb +0 -3
  305. data/rails_plugins/rspec/examples/stories/game-of-life/behaviour/stories/stories.txt +0 -22
  306. data/rails_plugins/rspec/examples/stories/game-of-life/life/game.rb +0 -23
  307. data/rails_plugins/rspec/examples/stories/game-of-life/life/grid.rb +0 -43
  308. data/rails_plugins/rspec/examples/stories/game-of-life/life.rb +0 -3
  309. data/rails_plugins/rspec/examples/stories/helper.rb +0 -9
  310. data/rails_plugins/rspec/examples/stories/steps/addition_steps.rb +0 -18
  311. data/rails_plugins/rspec/failing_examples/README.txt +0 -7
  312. data/rails_plugins/rspec/failing_examples/diffing_spec.rb +0 -36
  313. data/rails_plugins/rspec/failing_examples/failing_autogenerated_docstrings_example.rb +0 -19
  314. data/rails_plugins/rspec/failing_examples/failure_in_setup.rb +0 -10
  315. data/rails_plugins/rspec/failing_examples/failure_in_teardown.rb +0 -10
  316. data/rails_plugins/rspec/failing_examples/mocking_example.rb +0 -40
  317. data/rails_plugins/rspec/failing_examples/mocking_with_flexmock.rb +0 -26
  318. data/rails_plugins/rspec/failing_examples/mocking_with_mocha.rb +0 -25
  319. data/rails_plugins/rspec/failing_examples/mocking_with_rr.rb +0 -27
  320. data/rails_plugins/rspec/failing_examples/partial_mock_example.rb +0 -20
  321. data/rails_plugins/rspec/failing_examples/predicate_example.rb +0 -29
  322. data/rails_plugins/rspec/failing_examples/raising_example.rb +0 -47
  323. data/rails_plugins/rspec/failing_examples/spec_helper.rb +0 -3
  324. data/rails_plugins/rspec/failing_examples/syntax_error_example.rb +0 -7
  325. data/rails_plugins/rspec/failing_examples/team_spec.rb +0 -44
  326. data/rails_plugins/rspec/failing_examples/timeout_behaviour.rb +0 -7
  327. data/rails_plugins/rspec/init.rb +0 -9
  328. data/rails_plugins/rspec/lib/autotest/discover.rb +0 -3
  329. data/rails_plugins/rspec/lib/autotest/rspec.rb +0 -74
  330. data/rails_plugins/rspec/lib/spec/example/configuration.rb +0 -144
  331. data/rails_plugins/rspec/lib/spec/example/errors.rb +0 -9
  332. data/rails_plugins/rspec/lib/spec/example/example_group.rb +0 -16
  333. data/rails_plugins/rspec/lib/spec/example/example_group_factory.rb +0 -62
  334. data/rails_plugins/rspec/lib/spec/example/example_group_methods.rb +0 -424
  335. data/rails_plugins/rspec/lib/spec/example/example_matcher.rb +0 -42
  336. data/rails_plugins/rspec/lib/spec/example/example_methods.rb +0 -106
  337. data/rails_plugins/rspec/lib/spec/example/module_reopening_fix.rb +0 -21
  338. data/rails_plugins/rspec/lib/spec/example/pending.rb +0 -18
  339. data/rails_plugins/rspec/lib/spec/example/shared_example_group.rb +0 -58
  340. data/rails_plugins/rspec/lib/spec/example.rb +0 -12
  341. data/rails_plugins/rspec/lib/spec/expectations/differs/default.rb +0 -66
  342. data/rails_plugins/rspec/lib/spec/expectations/errors.rb +0 -12
  343. data/rails_plugins/rspec/lib/spec/expectations/extensions/object.rb +0 -71
  344. data/rails_plugins/rspec/lib/spec/expectations/extensions/string_and_symbol.rb +0 -17
  345. data/rails_plugins/rspec/lib/spec/expectations/extensions.rb +0 -2
  346. data/rails_plugins/rspec/lib/spec/expectations/handler.rb +0 -52
  347. data/rails_plugins/rspec/lib/spec/expectations.rb +0 -56
  348. data/rails_plugins/rspec/lib/spec/extensions/class.rb +0 -24
  349. data/rails_plugins/rspec/lib/spec/extensions/main.rb +0 -102
  350. data/rails_plugins/rspec/lib/spec/extensions/object.rb +0 -10
  351. data/rails_plugins/rspec/lib/spec/extensions.rb +0 -3
  352. data/rails_plugins/rspec/lib/spec/interop/test/unit/autorunner.rb +0 -6
  353. data/rails_plugins/rspec/lib/spec/interop/test/unit/testcase.rb +0 -61
  354. data/rails_plugins/rspec/lib/spec/interop/test/unit/testresult.rb +0 -6
  355. data/rails_plugins/rspec/lib/spec/interop/test/unit/testsuite_adapter.rb +0 -34
  356. data/rails_plugins/rspec/lib/spec/interop/test/unit/ui/console/testrunner.rb +0 -61
  357. data/rails_plugins/rspec/lib/spec/interop/test.rb +0 -12
  358. data/rails_plugins/rspec/lib/spec/matchers/be.rb +0 -224
  359. data/rails_plugins/rspec/lib/spec/matchers/be_close.rb +0 -37
  360. data/rails_plugins/rspec/lib/spec/matchers/change.rb +0 -144
  361. data/rails_plugins/rspec/lib/spec/matchers/eql.rb +0 -43
  362. data/rails_plugins/rspec/lib/spec/matchers/equal.rb +0 -43
  363. data/rails_plugins/rspec/lib/spec/matchers/exist.rb +0 -17
  364. data/rails_plugins/rspec/lib/spec/matchers/has.rb +0 -44
  365. data/rails_plugins/rspec/lib/spec/matchers/have.rb +0 -145
  366. data/rails_plugins/rspec/lib/spec/matchers/include.rb +0 -70
  367. data/rails_plugins/rspec/lib/spec/matchers/match.rb +0 -41
  368. data/rails_plugins/rspec/lib/spec/matchers/operator_matcher.rb +0 -73
  369. data/rails_plugins/rspec/lib/spec/matchers/raise_error.rb +0 -109
  370. data/rails_plugins/rspec/lib/spec/matchers/respond_to.rb +0 -45
  371. data/rails_plugins/rspec/lib/spec/matchers/satisfy.rb +0 -47
  372. data/rails_plugins/rspec/lib/spec/matchers/simple_matcher.rb +0 -29
  373. data/rails_plugins/rspec/lib/spec/matchers/throw_symbol.rb +0 -74
  374. data/rails_plugins/rspec/lib/spec/matchers.rb +0 -156
  375. data/rails_plugins/rspec/lib/spec/mocks/argument_constraint_matchers.rb +0 -27
  376. data/rails_plugins/rspec/lib/spec/mocks/argument_expectation.rb +0 -183
  377. data/rails_plugins/rspec/lib/spec/mocks/error_generator.rb +0 -84
  378. data/rails_plugins/rspec/lib/spec/mocks/errors.rb +0 -10
  379. data/rails_plugins/rspec/lib/spec/mocks/extensions/object.rb +0 -3
  380. data/rails_plugins/rspec/lib/spec/mocks/message_expectation.rb +0 -267
  381. data/rails_plugins/rspec/lib/spec/mocks/methods.rb +0 -39
  382. data/rails_plugins/rspec/lib/spec/mocks/mock.rb +0 -50
  383. data/rails_plugins/rspec/lib/spec/mocks/order_group.rb +0 -29
  384. data/rails_plugins/rspec/lib/spec/mocks/proxy.rb +0 -170
  385. data/rails_plugins/rspec/lib/spec/mocks/space.rb +0 -28
  386. data/rails_plugins/rspec/lib/spec/mocks/spec_methods.rb +0 -38
  387. data/rails_plugins/rspec/lib/spec/mocks.rb +0 -211
  388. data/rails_plugins/rspec/lib/spec/rake/spectask.rb +0 -235
  389. data/rails_plugins/rspec/lib/spec/rake/verify_rcov.rb +0 -52
  390. data/rails_plugins/rspec/lib/spec/runner/backtrace_tweaker.rb +0 -57
  391. data/rails_plugins/rspec/lib/spec/runner/class_and_arguments_parser.rb +0 -16
  392. data/rails_plugins/rspec/lib/spec/runner/command_line.rb +0 -28
  393. data/rails_plugins/rspec/lib/spec/runner/drb_command_line.rb +0 -20
  394. data/rails_plugins/rspec/lib/spec/runner/example_group_runner.rb +0 -59
  395. data/rails_plugins/rspec/lib/spec/runner/formatter/base_formatter.rb +0 -78
  396. data/rails_plugins/rspec/lib/spec/runner/formatter/base_text_formatter.rb +0 -130
  397. data/rails_plugins/rspec/lib/spec/runner/formatter/failing_example_groups_formatter.rb +0 -31
  398. data/rails_plugins/rspec/lib/spec/runner/formatter/failing_examples_formatter.rb +0 -20
  399. data/rails_plugins/rspec/lib/spec/runner/formatter/html_formatter.rb +0 -333
  400. data/rails_plugins/rspec/lib/spec/runner/formatter/profile_formatter.rb +0 -47
  401. data/rails_plugins/rspec/lib/spec/runner/formatter/progress_bar_formatter.rb +0 -30
  402. data/rails_plugins/rspec/lib/spec/runner/formatter/snippet_extractor.rb +0 -52
  403. data/rails_plugins/rspec/lib/spec/runner/formatter/specdoc_formatter.rb +0 -39
  404. data/rails_plugins/rspec/lib/spec/runner/formatter/story/html_formatter.rb +0 -128
  405. data/rails_plugins/rspec/lib/spec/runner/formatter/story/plain_text_formatter.rb +0 -131
  406. data/rails_plugins/rspec/lib/spec/runner/formatter/text_mate_formatter.rb +0 -16
  407. data/rails_plugins/rspec/lib/spec/runner/heckle_runner.rb +0 -72
  408. data/rails_plugins/rspec/lib/spec/runner/heckle_runner_unsupported.rb +0 -10
  409. data/rails_plugins/rspec/lib/spec/runner/option_parser.rb +0 -201
  410. data/rails_plugins/rspec/lib/spec/runner/options.rb +0 -286
  411. data/rails_plugins/rspec/lib/spec/runner/reporter.rb +0 -143
  412. data/rails_plugins/rspec/lib/spec/runner/spec_parser.rb +0 -71
  413. data/rails_plugins/rspec/lib/spec/runner.rb +0 -202
  414. data/rails_plugins/rspec/lib/spec/story/extensions/main.rb +0 -86
  415. data/rails_plugins/rspec/lib/spec/story/extensions/regexp.rb +0 -9
  416. data/rails_plugins/rspec/lib/spec/story/extensions/string.rb +0 -9
  417. data/rails_plugins/rspec/lib/spec/story/extensions.rb +0 -3
  418. data/rails_plugins/rspec/lib/spec/story/given_scenario.rb +0 -14
  419. data/rails_plugins/rspec/lib/spec/story/runner/plain_text_story_runner.rb +0 -48
  420. data/rails_plugins/rspec/lib/spec/story/runner/scenario_collector.rb +0 -18
  421. data/rails_plugins/rspec/lib/spec/story/runner/scenario_runner.rb +0 -46
  422. data/rails_plugins/rspec/lib/spec/story/runner/story_mediator.rb +0 -123
  423. data/rails_plugins/rspec/lib/spec/story/runner/story_parser.rb +0 -227
  424. data/rails_plugins/rspec/lib/spec/story/runner/story_runner.rb +0 -68
  425. data/rails_plugins/rspec/lib/spec/story/runner.rb +0 -56
  426. data/rails_plugins/rspec/lib/spec/story/scenario.rb +0 -14
  427. data/rails_plugins/rspec/lib/spec/story/step.rb +0 -58
  428. data/rails_plugins/rspec/lib/spec/story/step_group.rb +0 -89
  429. data/rails_plugins/rspec/lib/spec/story/step_mother.rb +0 -37
  430. data/rails_plugins/rspec/lib/spec/story/story.rb +0 -42
  431. data/rails_plugins/rspec/lib/spec/story/world.rb +0 -125
  432. data/rails_plugins/rspec/lib/spec/story.rb +0 -10
  433. data/rails_plugins/rspec/lib/spec/translator.rb +0 -114
  434. data/rails_plugins/rspec/lib/spec/version.rb +0 -22
  435. data/rails_plugins/rspec/lib/spec.rb +0 -30
  436. data/rails_plugins/rspec/plugins/mock_frameworks/flexmock.rb +0 -23
  437. data/rails_plugins/rspec/plugins/mock_frameworks/mocha.rb +0 -19
  438. data/rails_plugins/rspec/plugins/mock_frameworks/rr.rb +0 -21
  439. data/rails_plugins/rspec/plugins/mock_frameworks/rspec.rb +0 -18
  440. data/rails_plugins/rspec/pre_commit/lib/pre_commit/core.rb +0 -50
  441. data/rails_plugins/rspec/pre_commit/lib/pre_commit/pre_commit.rb +0 -54
  442. data/rails_plugins/rspec/pre_commit/lib/pre_commit/rspec.rb +0 -111
  443. data/rails_plugins/rspec/pre_commit/lib/pre_commit/rspec_on_rails.rb +0 -313
  444. data/rails_plugins/rspec/pre_commit/lib/pre_commit.rb +0 -4
  445. data/rails_plugins/rspec/pre_commit/spec/pre_commit/pre_commit_spec.rb +0 -15
  446. data/rails_plugins/rspec/pre_commit/spec/pre_commit/rspec_on_rails_spec.rb +0 -36
  447. data/rails_plugins/rspec/pre_commit/spec/spec_helper.rb +0 -3
  448. data/rails_plugins/rspec/pre_commit/spec/spec_suite.rb +0 -11
  449. data/rails_plugins/rspec/rake_tasks/examples.rake +0 -7
  450. data/rails_plugins/rspec/rake_tasks/examples_with_rcov.rake +0 -9
  451. data/rails_plugins/rspec/rake_tasks/failing_examples_with_html.rake +0 -9
  452. data/rails_plugins/rspec/rake_tasks/verify_rcov.rake +0 -7
  453. data/rails_plugins/rspec/report.html +0 -4358
  454. data/rails_plugins/rspec/spec/README.jruby +0 -15
  455. data/rails_plugins/rspec/spec/autotest/discover_spec.rb +0 -19
  456. data/rails_plugins/rspec/spec/autotest/rspec_spec.rb +0 -195
  457. data/rails_plugins/rspec/spec/autotest_helper.rb +0 -6
  458. data/rails_plugins/rspec/spec/autotest_matchers.rb +0 -47
  459. data/rails_plugins/rspec/spec/rspec_suite.rb +0 -7
  460. data/rails_plugins/rspec/spec/ruby_forker.rb +0 -13
  461. data/rails_plugins/rspec/spec/spec/example/configuration_spec.rb +0 -282
  462. data/rails_plugins/rspec/spec/spec/example/example_group_class_definition_spec.rb +0 -48
  463. data/rails_plugins/rspec/spec/spec/example/example_group_factory_spec.rb +0 -129
  464. data/rails_plugins/rspec/spec/spec/example/example_group_methods_spec.rb +0 -489
  465. data/rails_plugins/rspec/spec/spec/example/example_group_spec.rb +0 -711
  466. data/rails_plugins/rspec/spec/spec/example/example_matcher_spec.rb +0 -96
  467. data/rails_plugins/rspec/spec/spec/example/example_methods_spec.rb +0 -104
  468. data/rails_plugins/rspec/spec/spec/example/example_runner_spec.rb +0 -194
  469. data/rails_plugins/rspec/spec/spec/example/example_spec.rb +0 -53
  470. data/rails_plugins/rspec/spec/spec/example/nested_example_group_spec.rb +0 -59
  471. data/rails_plugins/rspec/spec/spec/example/pending_module_spec.rb +0 -31
  472. data/rails_plugins/rspec/spec/spec/example/predicate_matcher_spec.rb +0 -21
  473. data/rails_plugins/rspec/spec/spec/example/shared_example_group_spec.rb +0 -265
  474. data/rails_plugins/rspec/spec/spec/example/subclassing_example_group_spec.rb +0 -25
  475. data/rails_plugins/rspec/spec/spec/expectations/differs/default_spec.rb +0 -109
  476. data/rails_plugins/rspec/spec/spec/expectations/extensions/object_spec.rb +0 -107
  477. data/rails_plugins/rspec/spec/spec/expectations/fail_with_spec.rb +0 -71
  478. data/rails_plugins/rspec/spec/spec/extensions/main_spec.rb +0 -76
  479. data/rails_plugins/rspec/spec/spec/interop/test/unit/resources/spec_that_fails.rb +0 -10
  480. data/rails_plugins/rspec/spec/spec/interop/test/unit/resources/spec_that_passes.rb +0 -10
  481. data/rails_plugins/rspec/spec/spec/interop/test/unit/resources/spec_with_errors.rb +0 -10
  482. data/rails_plugins/rspec/spec/spec/interop/test/unit/resources/test_case_that_fails.rb +0 -10
  483. data/rails_plugins/rspec/spec/spec/interop/test/unit/resources/test_case_that_passes.rb +0 -10
  484. data/rails_plugins/rspec/spec/spec/interop/test/unit/resources/test_case_with_errors.rb +0 -10
  485. data/rails_plugins/rspec/spec/spec/interop/test/unit/resources/testsuite_adapter_spec_with_test_unit.rb +0 -38
  486. data/rails_plugins/rspec/spec/spec/interop/test/unit/spec_spec.rb +0 -45
  487. data/rails_plugins/rspec/spec/spec/interop/test/unit/test_unit_spec_helper.rb +0 -14
  488. data/rails_plugins/rspec/spec/spec/interop/test/unit/testcase_spec.rb +0 -45
  489. data/rails_plugins/rspec/spec/spec/interop/test/unit/testsuite_adapter_spec.rb +0 -9
  490. data/rails_plugins/rspec/spec/spec/matchers/be_close_spec.rb +0 -39
  491. data/rails_plugins/rspec/spec/spec/matchers/be_spec.rb +0 -224
  492. data/rails_plugins/rspec/spec/spec/matchers/change_spec.rb +0 -319
  493. data/rails_plugins/rspec/spec/spec/matchers/description_generation_spec.rb +0 -153
  494. data/rails_plugins/rspec/spec/spec/matchers/eql_spec.rb +0 -28
  495. data/rails_plugins/rspec/spec/spec/matchers/equal_spec.rb +0 -28
  496. data/rails_plugins/rspec/spec/spec/matchers/exist_spec.rb +0 -57
  497. data/rails_plugins/rspec/spec/spec/matchers/handler_spec.rb +0 -129
  498. data/rails_plugins/rspec/spec/spec/matchers/has_spec.rb +0 -37
  499. data/rails_plugins/rspec/spec/spec/matchers/have_spec.rb +0 -291
  500. data/rails_plugins/rspec/spec/spec/matchers/include_spec.rb +0 -45
  501. data/rails_plugins/rspec/spec/spec/matchers/match_spec.rb +0 -37
  502. data/rails_plugins/rspec/spec/spec/matchers/matcher_methods_spec.rb +0 -78
  503. data/rails_plugins/rspec/spec/spec/matchers/mock_constraint_matchers_spec.rb +0 -24
  504. data/rails_plugins/rspec/spec/spec/matchers/operator_matcher_spec.rb +0 -158
  505. data/rails_plugins/rspec/spec/spec/matchers/raise_error_spec.rb +0 -191
  506. data/rails_plugins/rspec/spec/spec/matchers/respond_to_spec.rb +0 -54
  507. data/rails_plugins/rspec/spec/spec/matchers/satisfy_spec.rb +0 -36
  508. data/rails_plugins/rspec/spec/spec/matchers/simple_matcher_spec.rb +0 -31
  509. data/rails_plugins/rspec/spec/spec/matchers/throw_symbol_spec.rb +0 -54
  510. data/rails_plugins/rspec/spec/spec/mocks/any_number_of_times_spec.rb +0 -29
  511. data/rails_plugins/rspec/spec/spec/mocks/argument_expectation_spec.rb +0 -23
  512. data/rails_plugins/rspec/spec/spec/mocks/at_least_spec.rb +0 -97
  513. data/rails_plugins/rspec/spec/spec/mocks/at_most_spec.rb +0 -93
  514. data/rails_plugins/rspec/spec/spec/mocks/bug_report_10260_spec.rb +0 -8
  515. data/rails_plugins/rspec/spec/spec/mocks/bug_report_10263.rb +0 -24
  516. data/rails_plugins/rspec/spec/spec/mocks/bug_report_11545_spec.rb +0 -31
  517. data/rails_plugins/rspec/spec/spec/mocks/bug_report_15719_spec.rb +0 -30
  518. data/rails_plugins/rspec/spec/spec/mocks/bug_report_7611_spec.rb +0 -19
  519. data/rails_plugins/rspec/spec/spec/mocks/bug_report_7805_spec.rb +0 -22
  520. data/rails_plugins/rspec/spec/spec/mocks/bug_report_8165_spec.rb +0 -31
  521. data/rails_plugins/rspec/spec/spec/mocks/bug_report_8302_spec.rb +0 -26
  522. data/rails_plugins/rspec/spec/spec/mocks/failing_mock_argument_constraints_spec.rb +0 -115
  523. data/rails_plugins/rspec/spec/spec/mocks/mock_ordering_spec.rb +0 -84
  524. data/rails_plugins/rspec/spec/spec/mocks/mock_space_spec.rb +0 -54
  525. data/rails_plugins/rspec/spec/spec/mocks/mock_spec.rb +0 -475
  526. data/rails_plugins/rspec/spec/spec/mocks/multiple_return_value_spec.rb +0 -113
  527. data/rails_plugins/rspec/spec/spec/mocks/null_object_mock_spec.rb +0 -40
  528. data/rails_plugins/rspec/spec/spec/mocks/once_counts_spec.rb +0 -53
  529. data/rails_plugins/rspec/spec/spec/mocks/options_hash_spec.rb +0 -45
  530. data/rails_plugins/rspec/spec/spec/mocks/partial_mock_spec.rb +0 -106
  531. data/rails_plugins/rspec/spec/spec/mocks/partial_mock_using_mocks_directly_spec.rb +0 -66
  532. data/rails_plugins/rspec/spec/spec/mocks/passing_mock_argument_constraints_spec.rb +0 -154
  533. data/rails_plugins/rspec/spec/spec/mocks/precise_counts_spec.rb +0 -52
  534. data/rails_plugins/rspec/spec/spec/mocks/record_messages_spec.rb +0 -26
  535. data/rails_plugins/rspec/spec/spec/mocks/stub_spec.rb +0 -181
  536. data/rails_plugins/rspec/spec/spec/mocks/twice_counts_spec.rb +0 -67
  537. data/rails_plugins/rspec/spec/spec/package/bin_spec_spec.rb +0 -14
  538. data/rails_plugins/rspec/spec/spec/runner/class_and_argument_parser_spec.rb +0 -23
  539. data/rails_plugins/rspec/spec/spec/runner/command_line_spec.rb +0 -147
  540. data/rails_plugins/rspec/spec/spec/runner/drb_command_line_spec.rb +0 -92
  541. data/rails_plugins/rspec/spec/spec/runner/empty_file.txt +0 -0
  542. data/rails_plugins/rspec/spec/spec/runner/examples.txt +0 -2
  543. data/rails_plugins/rspec/spec/spec/runner/execution_context_spec.rb +0 -31
  544. data/rails_plugins/rspec/spec/spec/runner/failed.txt +0 -3
  545. data/rails_plugins/rspec/spec/spec/runner/formatter/failing_example_groups_formatter_spec.rb +0 -44
  546. data/rails_plugins/rspec/spec/spec/runner/formatter/failing_examples_formatter_spec.rb +0 -33
  547. data/rails_plugins/rspec/spec/spec/runner/formatter/html_formatted-1.8.4.html +0 -365
  548. data/rails_plugins/rspec/spec/spec/runner/formatter/html_formatted-1.8.5-jruby.html +0 -387
  549. data/rails_plugins/rspec/spec/spec/runner/formatter/html_formatted-1.8.5.html +0 -371
  550. data/rails_plugins/rspec/spec/spec/runner/formatter/html_formatted-1.8.6-jruby.html +0 -381
  551. data/rails_plugins/rspec/spec/spec/runner/formatter/html_formatted-1.8.6.html +0 -365
  552. data/rails_plugins/rspec/spec/spec/runner/formatter/html_formatter_spec.rb +0 -66
  553. data/rails_plugins/rspec/spec/spec/runner/formatter/profile_formatter_spec.rb +0 -65
  554. data/rails_plugins/rspec/spec/spec/runner/formatter/progress_bar_formatter_spec.rb +0 -127
  555. data/rails_plugins/rspec/spec/spec/runner/formatter/snippet_extractor_spec.rb +0 -18
  556. data/rails_plugins/rspec/spec/spec/runner/formatter/spec_mate_formatter_spec.rb +0 -103
  557. data/rails_plugins/rspec/spec/spec/runner/formatter/specdoc_formatter_spec.rb +0 -126
  558. data/rails_plugins/rspec/spec/spec/runner/formatter/story/html_formatter_spec.rb +0 -61
  559. data/rails_plugins/rspec/spec/spec/runner/formatter/story/plain_text_formatter_spec.rb +0 -335
  560. data/rails_plugins/rspec/spec/spec/runner/formatter/text_mate_formatted-1.8.4.html +0 -365
  561. data/rails_plugins/rspec/spec/spec/runner/formatter/text_mate_formatted-1.8.6.html +0 -365
  562. data/rails_plugins/rspec/spec/spec/runner/heckle_runner_spec.rb +0 -78
  563. data/rails_plugins/rspec/spec/spec/runner/heckler_spec.rb +0 -13
  564. data/rails_plugins/rspec/spec/spec/runner/noisy_backtrace_tweaker_spec.rb +0 -45
  565. data/rails_plugins/rspec/spec/spec/runner/option_parser_spec.rb +0 -378
  566. data/rails_plugins/rspec/spec/spec/runner/options_spec.rb +0 -364
  567. data/rails_plugins/rspec/spec/spec/runner/output_one_time_fixture.rb +0 -7
  568. data/rails_plugins/rspec/spec/spec/runner/output_one_time_fixture_runner.rb +0 -8
  569. data/rails_plugins/rspec/spec/spec/runner/output_one_time_spec.rb +0 -16
  570. data/rails_plugins/rspec/spec/spec/runner/quiet_backtrace_tweaker_spec.rb +0 -56
  571. data/rails_plugins/rspec/spec/spec/runner/reporter_spec.rb +0 -189
  572. data/rails_plugins/rspec/spec/spec/runner/resources/a_bar.rb +0 -0
  573. data/rails_plugins/rspec/spec/spec/runner/resources/a_foo.rb +0 -0
  574. data/rails_plugins/rspec/spec/spec/runner/resources/a_spec.rb +0 -1
  575. data/rails_plugins/rspec/spec/spec/runner/spec.opts +0 -2
  576. data/rails_plugins/rspec/spec/spec/runner/spec_parser/spec_parser_fixture.rb +0 -70
  577. data/rails_plugins/rspec/spec/spec/runner/spec_parser_spec.rb +0 -79
  578. data/rails_plugins/rspec/spec/spec/runner/spec_spaced.opts +0 -2
  579. data/rails_plugins/rspec/spec/spec/runner_spec.rb +0 -11
  580. data/rails_plugins/rspec/spec/spec/spec_classes.rb +0 -133
  581. data/rails_plugins/rspec/spec/spec/story/builders.rb +0 -46
  582. data/rails_plugins/rspec/spec/spec/story/extensions/main_spec.rb +0 -161
  583. data/rails_plugins/rspec/spec/spec/story/extensions_spec.rb +0 -14
  584. data/rails_plugins/rspec/spec/spec/story/given_scenario_spec.rb +0 -27
  585. data/rails_plugins/rspec/spec/spec/story/runner/plain_text_story_runner_spec.rb +0 -92
  586. data/rails_plugins/rspec/spec/spec/story/runner/scenario_collector_spec.rb +0 -27
  587. data/rails_plugins/rspec/spec/spec/story/runner/scenario_runner_spec.rb +0 -142
  588. data/rails_plugins/rspec/spec/spec/story/runner/story_mediator_spec.rb +0 -133
  589. data/rails_plugins/rspec/spec/spec/story/runner/story_parser_spec.rb +0 -384
  590. data/rails_plugins/rspec/spec/spec/story/runner/story_runner_spec.rb +0 -256
  591. data/rails_plugins/rspec/spec/spec/story/runner_spec.rb +0 -106
  592. data/rails_plugins/rspec/spec/spec/story/scenario_spec.rb +0 -20
  593. data/rails_plugins/rspec/spec/spec/story/step_group_spec.rb +0 -157
  594. data/rails_plugins/rspec/spec/spec/story/step_mother_spec.rb +0 -72
  595. data/rails_plugins/rspec/spec/spec/story/step_spec.rb +0 -200
  596. data/rails_plugins/rspec/spec/spec/story/story_helper.rb +0 -2
  597. data/rails_plugins/rspec/spec/spec/story/story_spec.rb +0 -86
  598. data/rails_plugins/rspec/spec/spec/story/world_spec.rb +0 -423
  599. data/rails_plugins/rspec/spec/spec/translator_spec.rb +0 -265
  600. data/rails_plugins/rspec/spec/spec.opts +0 -6
  601. data/rails_plugins/rspec/spec/spec_helper.rb +0 -103
  602. data/rails_plugins/rspec/stories/all.rb +0 -5
  603. data/rails_plugins/rspec/stories/example_groups/autogenerated_docstrings +0 -45
  604. data/rails_plugins/rspec/stories/example_groups/example_group_with_should_methods +0 -17
  605. data/rails_plugins/rspec/stories/example_groups/nested_groups +0 -17
  606. data/rails_plugins/rspec/stories/example_groups/output +0 -25
  607. data/rails_plugins/rspec/stories/example_groups/stories.rb +0 -7
  608. data/rails_plugins/rspec/stories/helper.rb +0 -6
  609. data/rails_plugins/rspec/stories/interop/examples_and_tests_together +0 -30
  610. data/rails_plugins/rspec/stories/interop/stories.rb +0 -7
  611. data/rails_plugins/rspec/stories/interop/test_case_with_should_methods +0 -17
  612. data/rails_plugins/rspec/stories/pending_stories/README +0 -3
  613. data/rails_plugins/rspec/stories/resources/helpers/cmdline.rb +0 -9
  614. data/rails_plugins/rspec/stories/resources/helpers/story_helper.rb +0 -16
  615. data/rails_plugins/rspec/stories/resources/matchers/smart_match.rb +0 -37
  616. data/rails_plugins/rspec/stories/resources/spec/example_group_with_should_methods.rb +0 -12
  617. data/rails_plugins/rspec/stories/resources/spec/simple_spec.rb +0 -8
  618. data/rails_plugins/rspec/stories/resources/steps/running_rspec.rb +0 -50
  619. data/rails_plugins/rspec/stories/resources/stories/failing_story.rb +0 -15
  620. data/rails_plugins/rspec/stories/resources/test/spec_and_test_together.rb +0 -57
  621. data/rails_plugins/rspec/stories/resources/test/test_case_with_should_methods.rb +0 -30
  622. data/rails_plugins/rspec/story_server/prototype/javascripts/builder.js +0 -136
  623. data/rails_plugins/rspec/story_server/prototype/javascripts/controls.js +0 -972
  624. data/rails_plugins/rspec/story_server/prototype/javascripts/dragdrop.js +0 -976
  625. data/rails_plugins/rspec/story_server/prototype/javascripts/effects.js +0 -1117
  626. data/rails_plugins/rspec/story_server/prototype/javascripts/prototype.js +0 -4140
  627. data/rails_plugins/rspec/story_server/prototype/javascripts/rspec.js +0 -149
  628. data/rails_plugins/rspec/story_server/prototype/javascripts/scriptaculous.js +0 -58
  629. data/rails_plugins/rspec/story_server/prototype/javascripts/slider.js +0 -276
  630. data/rails_plugins/rspec/story_server/prototype/javascripts/sound.js +0 -55
  631. data/rails_plugins/rspec/story_server/prototype/javascripts/unittest.js +0 -568
  632. data/rails_plugins/rspec/story_server/prototype/lib/server.rb +0 -24
  633. data/rails_plugins/rspec/story_server/prototype/stories.html +0 -176
  634. data/rails_plugins/rspec/story_server/prototype/stylesheets/rspec.css +0 -136
  635. data/rails_plugins/rspec/story_server/prototype/stylesheets/test.css +0 -90
  636. data/rails_plugins/rspec_on_rails/MIT-LICENSE +0 -31
  637. data/rails_plugins/rspec_on_rails/README +0 -3
  638. data/rails_plugins/rspec_on_rails/Rakefile +0 -9
  639. data/rails_plugins/rspec_on_rails/generators/rspec/CHANGES +0 -1
  640. data/rails_plugins/rspec_on_rails/generators/rspec/rspec_generator.rb +0 -35
  641. data/rails_plugins/rspec_on_rails/generators/rspec/templates/all_stories.rb +0 -4
  642. data/rails_plugins/rspec_on_rails/generators/rspec/templates/previous_failures.txt +0 -0
  643. data/rails_plugins/rspec_on_rails/generators/rspec/templates/rcov.opts +0 -2
  644. data/rails_plugins/rspec_on_rails/generators/rspec/templates/script/spec +0 -4
  645. data/rails_plugins/rspec_on_rails/generators/rspec/templates/script/spec_server +0 -102
  646. data/rails_plugins/rspec_on_rails/generators/rspec/templates/spec.opts +0 -6
  647. data/rails_plugins/rspec_on_rails/generators/rspec/templates/spec_helper.rb +0 -39
  648. data/rails_plugins/rspec_on_rails/generators/rspec/templates/stories_helper.rb +0 -3
  649. data/rails_plugins/rspec_on_rails/generators/rspec_controller/USAGE +0 -33
  650. data/rails_plugins/rspec_on_rails/generators/rspec_controller/rspec_controller_generator.rb +0 -49
  651. data/rails_plugins/rspec_on_rails/generators/rspec_controller/templates/controller_spec.rb +0 -25
  652. data/rails_plugins/rspec_on_rails/generators/rspec_controller/templates/helper_spec.rb +0 -11
  653. data/rails_plugins/rspec_on_rails/generators/rspec_controller/templates/view_spec.rb +0 -12
  654. data/rails_plugins/rspec_on_rails/generators/rspec_model/USAGE +0 -18
  655. data/rails_plugins/rspec_on_rails/generators/rspec_model/rspec_model_generator.rb +0 -30
  656. data/rails_plugins/rspec_on_rails/generators/rspec_model/templates/model_spec.rb +0 -11
  657. data/rails_plugins/rspec_on_rails/generators/rspec_scaffold/rspec_scaffold_generator.rb +0 -167
  658. data/rails_plugins/rspec_on_rails/generators/rspec_scaffold/templates/controller_spec.rb +0 -313
  659. data/rails_plugins/rspec_on_rails/generators/rspec_scaffold/templates/edit_erb_spec.rb +0 -25
  660. data/rails_plugins/rspec_on_rails/generators/rspec_scaffold/templates/helper_spec.rb +0 -11
  661. data/rails_plugins/rspec_on_rails/generators/rspec_scaffold/templates/index_erb_spec.rb +0 -22
  662. data/rails_plugins/rspec_on_rails/generators/rspec_scaffold/templates/new_erb_spec.rb +0 -26
  663. data/rails_plugins/rspec_on_rails/generators/rspec_scaffold/templates/routing_spec.rb +0 -61
  664. data/rails_plugins/rspec_on_rails/generators/rspec_scaffold/templates/show_erb_spec.rb +0 -22
  665. data/rails_plugins/rspec_on_rails/init.rb +0 -9
  666. data/rails_plugins/rspec_on_rails/lib/autotest/discover.rb +0 -1
  667. data/rails_plugins/rspec_on_rails/lib/autotest/rails_rspec.rb +0 -81
  668. data/rails_plugins/rspec_on_rails/lib/spec/rails/example/assigns_hash_proxy.rb +0 -42
  669. data/rails_plugins/rspec_on_rails/lib/spec/rails/example/controller_example_group.rb +0 -255
  670. data/rails_plugins/rspec_on_rails/lib/spec/rails/example/functional_example_group.rb +0 -66
  671. data/rails_plugins/rspec_on_rails/lib/spec/rails/example/helper_example_group.rb +0 -82
  672. data/rails_plugins/rspec_on_rails/lib/spec/rails/example/ivar_proxy.rb +0 -62
  673. data/rails_plugins/rspec_on_rails/lib/spec/rails/example/model_example_group.rb +0 -14
  674. data/rails_plugins/rspec_on_rails/lib/spec/rails/example/rails_example_group.rb +0 -68
  675. data/rails_plugins/rspec_on_rails/lib/spec/rails/example/render_observer.rb +0 -90
  676. data/rails_plugins/rspec_on_rails/lib/spec/rails/example/view_example_group.rb +0 -171
  677. data/rails_plugins/rspec_on_rails/lib/spec/rails/example.rb +0 -47
  678. data/rails_plugins/rspec_on_rails/lib/spec/rails/extensions/action_controller/base.rb +0 -14
  679. data/rails_plugins/rspec_on_rails/lib/spec/rails/extensions/action_controller/rescue.rb +0 -21
  680. data/rails_plugins/rspec_on_rails/lib/spec/rails/extensions/action_controller/test_response.rb +0 -11
  681. data/rails_plugins/rspec_on_rails/lib/spec/rails/extensions/action_view/base.rb +0 -27
  682. data/rails_plugins/rspec_on_rails/lib/spec/rails/extensions/active_record/base.rb +0 -30
  683. data/rails_plugins/rspec_on_rails/lib/spec/rails/extensions/object.rb +0 -5
  684. data/rails_plugins/rspec_on_rails/lib/spec/rails/extensions/spec/example/configuration.rb +0 -66
  685. data/rails_plugins/rspec_on_rails/lib/spec/rails/extensions/spec/matchers/have.rb +0 -21
  686. data/rails_plugins/rspec_on_rails/lib/spec/rails/extensions.rb +0 -12
  687. data/rails_plugins/rspec_on_rails/lib/spec/rails/matchers/assert_select.rb +0 -130
  688. data/rails_plugins/rspec_on_rails/lib/spec/rails/matchers/have_text.rb +0 -55
  689. data/rails_plugins/rspec_on_rails/lib/spec/rails/matchers/redirect_to.rb +0 -113
  690. data/rails_plugins/rspec_on_rails/lib/spec/rails/matchers/render_template.rb +0 -70
  691. data/rails_plugins/rspec_on_rails/lib/spec/rails/matchers.rb +0 -29
  692. data/rails_plugins/rspec_on_rails/lib/spec/rails/story_adapter.rb +0 -71
  693. data/rails_plugins/rspec_on_rails/lib/spec/rails/version.rb +0 -23
  694. data/rails_plugins/rspec_on_rails/lib/spec/rails.rb +0 -51
  695. data/rails_plugins/rspec_on_rails/spec/rails/autotest/mappings_spec.rb +0 -36
  696. data/rails_plugins/rspec_on_rails/spec/rails/autotest/rails_rspec_spec.rb +0 -8
  697. data/rails_plugins/rspec_on_rails/spec/rails/example/assigns_hash_proxy_spec.rb +0 -55
  698. data/rails_plugins/rspec_on_rails/spec/rails/example/configuration_spec.rb +0 -83
  699. data/rails_plugins/rspec_on_rails/spec/rails/example/controller_isolation_spec.rb +0 -43
  700. data/rails_plugins/rspec_on_rails/spec/rails/example/controller_spec_spec.rb +0 -187
  701. data/rails_plugins/rspec_on_rails/spec/rails/example/example_group_factory_spec.rb +0 -112
  702. data/rails_plugins/rspec_on_rails/spec/rails/example/helper_spec_spec.rb +0 -118
  703. data/rails_plugins/rspec_on_rails/spec/rails/example/ivar_proxy_spec.rb +0 -64
  704. data/rails_plugins/rspec_on_rails/spec/rails/example/model_spec_spec.rb +0 -18
  705. data/rails_plugins/rspec_on_rails/spec/rails/example/shared_behaviour_spec.rb +0 -16
  706. data/rails_plugins/rspec_on_rails/spec/rails/example/test_unit_assertion_accessibility_spec.rb +0 -33
  707. data/rails_plugins/rspec_on_rails/spec/rails/example/view_spec_spec.rb +0 -263
  708. data/rails_plugins/rspec_on_rails/spec/rails/extensions/action_controller_rescue_action_spec.rb +0 -54
  709. data/rails_plugins/rspec_on_rails/spec/rails/extensions/action_view_base_spec.rb +0 -48
  710. data/rails_plugins/rspec_on_rails/spec/rails/extensions/active_record_spec.rb +0 -14
  711. data/rails_plugins/rspec_on_rails/spec/rails/matchers/assert_select_spec.rb +0 -783
  712. data/rails_plugins/rspec_on_rails/spec/rails/matchers/description_generation_spec.rb +0 -37
  713. data/rails_plugins/rspec_on_rails/spec/rails/matchers/errors_on_spec.rb +0 -13
  714. data/rails_plugins/rspec_on_rails/spec/rails/matchers/have_text_spec.rb +0 -62
  715. data/rails_plugins/rspec_on_rails/spec/rails/matchers/redirect_to_spec.rb +0 -203
  716. data/rails_plugins/rspec_on_rails/spec/rails/matchers/render_spec.rb +0 -169
  717. data/rails_plugins/rspec_on_rails/spec/rails/mocks/mock_model_spec.rb +0 -65
  718. data/rails_plugins/rspec_on_rails/spec/rails/sample_spec.rb +0 -7
  719. data/rails_plugins/rspec_on_rails/spec/rails/spec_server_spec.rb +0 -89
  720. data/rails_plugins/rspec_on_rails/spec/rails/spec_spec.rb +0 -11
  721. data/rails_plugins/rspec_on_rails/spec/rails_suite.rb +0 -7
  722. data/rails_plugins/rspec_on_rails/spec/spec_helper.rb +0 -46
  723. data/rails_plugins/rspec_on_rails/spec_resources/controllers/action_view_base_spec_controller.rb +0 -2
  724. data/rails_plugins/rspec_on_rails/spec_resources/controllers/controller_spec_controller.rb +0 -56
  725. data/rails_plugins/rspec_on_rails/spec_resources/controllers/redirect_spec_controller.rb +0 -59
  726. data/rails_plugins/rspec_on_rails/spec_resources/controllers/render_spec_controller.rb +0 -26
  727. data/rails_plugins/rspec_on_rails/spec_resources/controllers/rjs_spec_controller.rb +0 -58
  728. data/rails_plugins/rspec_on_rails/spec_resources/helpers/explicit_helper.rb +0 -10
  729. data/rails_plugins/rspec_on_rails/spec_resources/helpers/more_explicit_helper.rb +0 -5
  730. data/rails_plugins/rspec_on_rails/spec_resources/helpers/plugin_application_helper.rb +0 -6
  731. data/rails_plugins/rspec_on_rails/spec_resources/helpers/view_spec_helper.rb +0 -13
  732. data/rails_plugins/rspec_on_rails/spec_resources/views/controller_spec/_partial.rhtml +0 -0
  733. data/rails_plugins/rspec_on_rails/spec_resources/views/controller_spec/action_setting_flash_after_session_reset.rhtml +0 -1
  734. data/rails_plugins/rspec_on_rails/spec_resources/views/controller_spec/action_setting_flash_before_session_reset.rhtml +0 -1
  735. data/rails_plugins/rspec_on_rails/spec_resources/views/controller_spec/action_setting_the_assigns_hash.rhtml +0 -0
  736. data/rails_plugins/rspec_on_rails/spec_resources/views/controller_spec/action_with_errors_in_template.rhtml +0 -1
  737. data/rails_plugins/rspec_on_rails/spec_resources/views/controller_spec/action_with_template.rhtml +0 -1
  738. data/rails_plugins/rspec_on_rails/spec_resources/views/render_spec/_a_partial.rhtml +0 -0
  739. data/rails_plugins/rspec_on_rails/spec_resources/views/render_spec/some_action.js.rjs +0 -1
  740. data/rails_plugins/rspec_on_rails/spec_resources/views/render_spec/some_action.rhtml +0 -0
  741. data/rails_plugins/rspec_on_rails/spec_resources/views/render_spec/some_action.rjs +0 -1
  742. data/rails_plugins/rspec_on_rails/spec_resources/views/rjs_spec/_replacement_partial.rhtml +0 -1
  743. data/rails_plugins/rspec_on_rails/spec_resources/views/rjs_spec/hide_div.rjs +0 -1
  744. data/rails_plugins/rspec_on_rails/spec_resources/views/rjs_spec/hide_page_element.rjs +0 -1
  745. data/rails_plugins/rspec_on_rails/spec_resources/views/rjs_spec/insert_html.rjs +0 -1
  746. data/rails_plugins/rspec_on_rails/spec_resources/views/rjs_spec/replace.rjs +0 -1
  747. data/rails_plugins/rspec_on_rails/spec_resources/views/rjs_spec/replace_html.rjs +0 -1
  748. data/rails_plugins/rspec_on_rails/spec_resources/views/rjs_spec/replace_html_with_partial.rjs +0 -1
  749. data/rails_plugins/rspec_on_rails/spec_resources/views/rjs_spec/visual_effect.rjs +0 -1
  750. data/rails_plugins/rspec_on_rails/spec_resources/views/rjs_spec/visual_toggle_effect.rjs +0 -1
  751. data/rails_plugins/rspec_on_rails/spec_resources/views/tag_spec/no_tags.rhtml +0 -1
  752. data/rails_plugins/rspec_on_rails/spec_resources/views/tag_spec/single_div_with_no_attributes.rhtml +0 -1
  753. data/rails_plugins/rspec_on_rails/spec_resources/views/tag_spec/single_div_with_one_attribute.rhtml +0 -1
  754. data/rails_plugins/rspec_on_rails/spec_resources/views/view_spec/_partial.rhtml +0 -2
  755. data/rails_plugins/rspec_on_rails/spec_resources/views/view_spec/_partial_used_twice.rhtml +0 -0
  756. data/rails_plugins/rspec_on_rails/spec_resources/views/view_spec/_partial_with_local_variable.rhtml +0 -1
  757. data/rails_plugins/rspec_on_rails/spec_resources/views/view_spec/_partial_with_sub_partial.rhtml +0 -1
  758. data/rails_plugins/rspec_on_rails/spec_resources/views/view_spec/_spacer.rhtml +0 -1
  759. data/rails_plugins/rspec_on_rails/spec_resources/views/view_spec/accessor.rhtml +0 -3
  760. data/rails_plugins/rspec_on_rails/spec_resources/views/view_spec/entry_form.rhtml +0 -2
  761. data/rails_plugins/rspec_on_rails/spec_resources/views/view_spec/explicit_helper.rhtml +0 -2
  762. data/rails_plugins/rspec_on_rails/spec_resources/views/view_spec/foo/show.rhtml +0 -1
  763. data/rails_plugins/rspec_on_rails/spec_resources/views/view_spec/implicit_helper.rhtml +0 -2
  764. data/rails_plugins/rspec_on_rails/spec_resources/views/view_spec/multiple_helpers.rhtml +0 -3
  765. data/rails_plugins/rspec_on_rails/spec_resources/views/view_spec/template_with_partial.rhtml +0 -5
  766. data/rails_plugins/rspec_on_rails/spec_resources/views/view_spec/template_with_partial_using_collection.rhtml +0 -3
  767. data/rails_plugins/rspec_on_rails/spec_resources/views/view_spec/template_with_partial_with_array.rhtml +0 -1
  768. data/rails_plugins/rspec_on_rails/stories/all.rb +0 -10
  769. data/rails_plugins/rspec_on_rails/stories/helper.rb +0 -5
  770. data/rails_plugins/rspec_on_rails/stories/steps/people.rb +0 -8
  771. data/rails_plugins/rspec_on_rails/stories/transactions_should_rollback +0 -15
  772. data/rails_plugins/rspec_on_rails/stories/transactions_should_rollback.rb +0 -25
  773. data/rails_plugins/rspec_on_rails/tasks/rspec.rake +0 -137
@@ -1,224 +0,0 @@
1
- module Spec
2
- module Matchers
3
-
4
- class Be #:nodoc:
5
- def initialize(*args)
6
- if args.empty?
7
- @expected = :satisfy_if
8
- else
9
- @expected = parse_expected(args.shift)
10
- end
11
- @args = args
12
- @comparison = ""
13
- end
14
-
15
- def matches?(actual)
16
- @actual = actual
17
- if handling_predicate?
18
- begin
19
- return @result = actual.__send__(predicate, *@args)
20
- rescue => predicate_error
21
- # This clause should be empty, but rcov will not report it as covered
22
- # unless something (anything) is executed within the clause
23
- rcov_error_report = "http://eigenclass.org/hiki.rb?rcov-0.8.0"
24
- end
25
-
26
- # This supports should_exist > target.exists? in the old world.
27
- # We should consider deprecating that ability as in the new world
28
- # you can't write "should exist" unless you have your own custom matcher.
29
- begin
30
- return @result = actual.__send__(present_tense_predicate, *@args)
31
- rescue
32
- raise predicate_error
33
- end
34
- else
35
- return match_or_compare
36
- end
37
- end
38
-
39
- def failure_message
40
- return "expected #{@comparison}#{expected}, got #{@actual.inspect}" unless handling_predicate?
41
- return "expected #{predicate}#{args_to_s} to return true, got #{@result.inspect}"
42
- end
43
-
44
- def negative_failure_message
45
- return "expected not #{expected}, got #{@actual.inspect}" unless handling_predicate?
46
- return "expected #{predicate}#{args_to_s} to return false, got #{@result.inspect}"
47
- end
48
-
49
- def expected
50
- return "if to be satisfied" if @expected == :satisfy_if
51
- return true if @expected == :true
52
- return false if @expected == :false
53
- return "nil" if @expected == :nil
54
- return @expected.inspect
55
- end
56
-
57
- def match_or_compare
58
- return @actual ? true : false if @expected == :satisfy_if
59
- return @actual == true if @expected == :true
60
- return @actual == false if @expected == :false
61
- return @actual.nil? if @expected == :nil
62
- return @actual < @expected if @less_than
63
- return @actual <= @expected if @less_than_or_equal
64
- return @actual >= @expected if @greater_than_or_equal
65
- return @actual > @expected if @greater_than
66
- return @actual == @expected if @double_equal
67
- return @actual === @expected if @triple_equal
68
- return @actual.equal?(@expected)
69
- end
70
-
71
- def ==(expected)
72
- @prefix = "be "
73
- @double_equal = true
74
- @comparison = "== "
75
- @expected = expected
76
- self
77
- end
78
-
79
- def ===(expected)
80
- @prefix = "be "
81
- @triple_equal = true
82
- @comparison = "=== "
83
- @expected = expected
84
- self
85
- end
86
-
87
- def <(expected)
88
- @prefix = "be "
89
- @less_than = true
90
- @comparison = "< "
91
- @expected = expected
92
- self
93
- end
94
-
95
- def <=(expected)
96
- @prefix = "be "
97
- @less_than_or_equal = true
98
- @comparison = "<= "
99
- @expected = expected
100
- self
101
- end
102
-
103
- def >=(expected)
104
- @prefix = "be "
105
- @greater_than_or_equal = true
106
- @comparison = ">= "
107
- @expected = expected
108
- self
109
- end
110
-
111
- def >(expected)
112
- @prefix = "be "
113
- @greater_than = true
114
- @comparison = "> "
115
- @expected = expected
116
- self
117
- end
118
-
119
- def description
120
- "#{prefix_to_sentence}#{comparison}#{expected_to_sentence}#{args_to_sentence}"
121
- end
122
-
123
- private
124
- def parse_expected(expected)
125
- if Symbol === expected
126
- @handling_predicate = true
127
- ["be_an_","be_a_","be_"].each do |prefix|
128
- if expected.starts_with?(prefix)
129
- @prefix = prefix
130
- return "#{expected.to_s.sub(@prefix,"")}".to_sym
131
- end
132
- end
133
- end
134
- @prefix = ""
135
- return expected
136
- end
137
-
138
- def handling_predicate?
139
- return false if [:true, :false, :nil].include?(@expected)
140
- return @handling_predicate
141
- end
142
-
143
- def predicate
144
- "#{@expected.to_s}?".to_sym
145
- end
146
-
147
- def present_tense_predicate
148
- "#{@expected.to_s}s?".to_sym
149
- end
150
-
151
- def args_to_s
152
- return "" if @args.empty?
153
- inspected_args = @args.collect{|a| a.inspect}
154
- return "(#{inspected_args.join(', ')})"
155
- end
156
-
157
- def comparison
158
- @comparison
159
- end
160
-
161
- def expected_to_sentence
162
- split_words(@expected)
163
- end
164
-
165
- def prefix_to_sentence
166
- split_words(@prefix)
167
- end
168
-
169
- def split_words(sym)
170
- sym.to_s.gsub(/_/,' ')
171
- end
172
-
173
- def args_to_sentence
174
- case @args.length
175
- when 0
176
- ""
177
- when 1
178
- " #{@args[0]}"
179
- else
180
- " #{@args[0...-1].join(', ')} and #{@args[-1]}"
181
- end
182
- end
183
-
184
- end
185
-
186
- # :call-seq:
187
- # should be
188
- # should be_true
189
- # should be_false
190
- # should be_nil
191
- # should be_arbitrary_predicate(*args)
192
- # should_not be_nil
193
- # should_not be_arbitrary_predicate(*args)
194
- #
195
- # Given true, false, or nil, will pass if actual is
196
- # true, false or nil (respectively). Given no args means
197
- # the caller should satisfy an if condition (to be or not to be).
198
- #
199
- # Predicates are any Ruby method that ends in a "?" and returns true or false.
200
- # Given be_ followed by arbitrary_predicate (without the "?"), RSpec will match
201
- # convert that into a query against the target object.
202
- #
203
- # The arbitrary_predicate feature will handle any predicate
204
- # prefixed with "be_an_" (e.g. be_an_instance_of), "be_a_" (e.g. be_a_kind_of)
205
- # or "be_" (e.g. be_empty), letting you choose the prefix that best suits the predicate.
206
- #
207
- # == Examples
208
- #
209
- # target.should be
210
- # target.should be_true
211
- # target.should be_false
212
- # target.should be_nil
213
- # target.should_not be_nil
214
- #
215
- # collection.should be_empty #passes if target.empty?
216
- # "this string".should be_an_intance_of(String)
217
- #
218
- # target.should_not be_empty #passes unless target.empty?
219
- # target.should_not be_old_enough(16) #passes unless target.old_enough?(16)
220
- def be(*args)
221
- Matchers::Be.new(*args)
222
- end
223
- end
224
- end
@@ -1,37 +0,0 @@
1
- module Spec
2
- module Matchers
3
-
4
- class BeClose #:nodoc:
5
- def initialize(expected, delta)
6
- @expected = expected
7
- @delta = delta
8
- end
9
-
10
- def matches?(actual)
11
- @actual = actual
12
- (@actual - @expected).abs < @delta
13
- end
14
-
15
- def failure_message
16
- "expected #{@expected} +/- (< #{@delta}), got #{@actual}"
17
- end
18
-
19
- def description
20
- "be close to #{@expected} (within +- #{@delta})"
21
- end
22
- end
23
-
24
- # :call-seq:
25
- # should be_close(expected, delta)
26
- # should_not be_close(expected, delta)
27
- #
28
- # Passes if actual == expected +/- delta
29
- #
30
- # == Example
31
- #
32
- # result.should be_close(3.0, 0.5)
33
- def be_close(expected, delta)
34
- Matchers::BeClose.new(expected, delta)
35
- end
36
- end
37
- end
@@ -1,144 +0,0 @@
1
- module Spec
2
- module Matchers
3
-
4
- #Based on patch from Wilson Bilkovich
5
- class Change #:nodoc:
6
- def initialize(receiver=nil, message=nil, &block)
7
- @receiver = receiver
8
- @message = message
9
- @block = block
10
- end
11
-
12
- def matches?(target, &block)
13
- if block
14
- raise MatcherError.new(<<-EOF
15
- block passed to should or should_not change must use {} instead of do/end
16
- EOF
17
- )
18
- end
19
- @target = target
20
- execute_change
21
- return false if @from && (@from != @before)
22
- return false if @to && (@to != @after)
23
- return (@before + @amount == @after) if @amount
24
- return ((@after - @before) >= @minimum) if @minimum
25
- return ((@after - @before) <= @maximum) if @maximum
26
- return @before != @after
27
- end
28
-
29
- def execute_change
30
- @before = @block.nil? ? @receiver.send(@message) : @block.call
31
- @target.call
32
- @after = @block.nil? ? @receiver.send(@message) : @block.call
33
- end
34
-
35
- def failure_message
36
- if @to
37
- "#{result} should have been changed to #{@to.inspect}, but is now #{@after.inspect}"
38
- elsif @from
39
- "#{result} should have initially been #{@from.inspect}, but was #{@before.inspect}"
40
- elsif @amount
41
- "#{result} should have been changed by #{@amount.inspect}, but was changed by #{actual_delta.inspect}"
42
- elsif @minimum
43
- "#{result} should have been changed by at least #{@minimum.inspect}, but was changed by #{actual_delta.inspect}"
44
- elsif @maximum
45
- "#{result} should have been changed by at most #{@maximum.inspect}, but was changed by #{actual_delta.inspect}"
46
- else
47
- "#{result} should have changed, but is still #{@before.inspect}"
48
- end
49
- end
50
-
51
- def result
52
- @message || "result"
53
- end
54
-
55
- def actual_delta
56
- @after - @before
57
- end
58
-
59
- def negative_failure_message
60
- "#{result} should not have changed, but did change from #{@before.inspect} to #{@after.inspect}"
61
- end
62
-
63
- def by(amount)
64
- @amount = amount
65
- self
66
- end
67
-
68
- def by_at_least(minimum)
69
- @minimum = minimum
70
- self
71
- end
72
-
73
- def by_at_most(maximum)
74
- @maximum = maximum
75
- self
76
- end
77
-
78
- def to(to)
79
- @to = to
80
- self
81
- end
82
-
83
- def from (from)
84
- @from = from
85
- self
86
- end
87
- end
88
-
89
- # :call-seq:
90
- # should change(receiver, message, &block)
91
- # should change(receiver, message, &block).by(value)
92
- # should change(receiver, message, &block).from(old).to(new)
93
- # should_not change(receiver, message, &block)
94
- #
95
- # Allows you to specify that a Proc will cause some value to change.
96
- #
97
- # == Examples
98
- #
99
- # lambda {
100
- # team.add_player(player)
101
- # }.should change(roster, :count)
102
- #
103
- # lambda {
104
- # team.add_player(player)
105
- # }.should change(roster, :count).by(1)
106
- #
107
- # lambda {
108
- # team.add_player(player)
109
- # }.should change(roster, :count).by_at_least(1)
110
- #
111
- # lambda {
112
- # team.add_player(player)
113
- # }.should change(roster, :count).by_at_most(1)
114
- #
115
- # string = "string"
116
- # lambda {
117
- # string.reverse
118
- # }.should change { string }.from("string").to("gnirts")
119
- #
120
- # lambda {
121
- # person.happy_birthday
122
- # }.should change(person, :birthday).from(32).to(33)
123
- #
124
- # lambda {
125
- # employee.develop_great_new_social_networking_app
126
- # }.should change(employee, :title).from("Mail Clerk").to("CEO")
127
- #
128
- # Evaluates +receiver.message+ or +block+ before and
129
- # after it evaluates the c object (generated by the lambdas in the examples above).
130
- #
131
- # Then compares the values before and after the +receiver.message+ and
132
- # evaluates the difference compared to the expected difference.
133
- #
134
- # == Warning
135
- # +should_not+ +change+ only supports the form with no subsequent calls to
136
- # +by+, +by_at_least+, +by_at_most+, +to+ or +from+.
137
- #
138
- # blocks passed to +should+ +change+ and +should_not+ +change+
139
- # must use the <tt>{}</tt> form (<tt>do/end</tt> is not supported)
140
- def change(target=nil, message=nil, &block)
141
- Matchers::Change.new(target, message, &block)
142
- end
143
- end
144
- end
@@ -1,43 +0,0 @@
1
- module Spec
2
- module Matchers
3
-
4
- class Eql #:nodoc:
5
- def initialize(expected)
6
- @expected = expected
7
- end
8
-
9
- def matches?(actual)
10
- @actual = actual
11
- @actual.eql?(@expected)
12
- end
13
-
14
- def failure_message
15
- return "expected #{@expected.inspect}, got #{@actual.inspect} (using .eql?)", @expected, @actual
16
- end
17
-
18
- def negative_failure_message
19
- return "expected #{@actual.inspect} not to equal #{@expected.inspect} (using .eql?)", @expected, @actual
20
- end
21
-
22
- def description
23
- "eql #{@expected.inspect}"
24
- end
25
- end
26
-
27
- # :call-seq:
28
- # should eql(expected)
29
- # should_not eql(expected)
30
- #
31
- # Passes if actual and expected are of equal value, but not necessarily the same object.
32
- #
33
- # See http://www.ruby-doc.org/core/classes/Object.html#M001057 for more information about equality in Ruby.
34
- #
35
- # == Examples
36
- #
37
- # 5.should eql(5)
38
- # 5.should_not eql(3)
39
- def eql(expected)
40
- Matchers::Eql.new(expected)
41
- end
42
- end
43
- end
@@ -1,43 +0,0 @@
1
- module Spec
2
- module Matchers
3
-
4
- class Equal #:nodoc:
5
- def initialize(expected)
6
- @expected = expected
7
- end
8
-
9
- def matches?(actual)
10
- @actual = actual
11
- @actual.equal?(@expected)
12
- end
13
-
14
- def failure_message
15
- return "expected #{@expected.inspect}, got #{@actual.inspect} (using .equal?)", @expected, @actual
16
- end
17
-
18
- def negative_failure_message
19
- return "expected #{@actual.inspect} not to equal #{@expected.inspect} (using .equal?)", @expected, @actual
20
- end
21
-
22
- def description
23
- "equal #{@expected.inspect}"
24
- end
25
- end
26
-
27
- # :call-seq:
28
- # should equal(expected)
29
- # should_not equal(expected)
30
- #
31
- # Passes if actual and expected are the same object (object identity).
32
- #
33
- # See http://www.ruby-doc.org/core/classes/Object.html#M001057 for more information about equality in Ruby.
34
- #
35
- # == Examples
36
- #
37
- # 5.should equal(5) #Fixnums are equal
38
- # "5".should_not equal("5") #Strings that look the same are not the same object
39
- def equal(expected)
40
- Matchers::Equal.new(expected)
41
- end
42
- end
43
- end
@@ -1,17 +0,0 @@
1
- module Spec
2
- module Matchers
3
- class Exist
4
- def matches? actual
5
- @actual = actual
6
- @actual.exist?
7
- end
8
- def failure_message
9
- "expected #{@actual.inspect} to exist, but it doesn't."
10
- end
11
- def negative_failure_message
12
- "expected #{@actual.inspect} to not exist, but it does."
13
- end
14
- end
15
- def exist; Exist.new; end
16
- end
17
- end
@@ -1,44 +0,0 @@
1
- module Spec
2
- module Matchers
3
-
4
- class Has #:nodoc:
5
- def initialize(sym, *args)
6
- @sym = sym
7
- @args = args
8
- end
9
-
10
- def matches?(target)
11
- @target = target
12
- begin
13
- return target.send(predicate, *@args)
14
- rescue => @error
15
- # This clause should be empty, but rcov will not report it as covered
16
- # unless something (anything) is executed within the clause
17
- rcov_error_report = "http://eigenclass.org/hiki.rb?rcov-0.8.0"
18
- end
19
- return false
20
- end
21
-
22
- def failure_message
23
- raise @error if @error
24
- "expected ##{predicate}(#{@args[0].inspect}) to return true, got false"
25
- end
26
-
27
- def negative_failure_message
28
- raise @error if @error
29
- "expected ##{predicate}(#{@args[0].inspect}) to return false, got true"
30
- end
31
-
32
- def description
33
- "have key #{@args[0].inspect}"
34
- end
35
-
36
- private
37
- def predicate
38
- "#{@sym.to_s.sub("have_","has_")}?".to_sym
39
- end
40
-
41
- end
42
-
43
- end
44
- end
@@ -1,145 +0,0 @@
1
- module Spec
2
- module Matchers
3
-
4
- class Have #:nodoc:
5
- def initialize(expected, relativity=:exactly)
6
- @expected = (expected == :no ? 0 : expected)
7
- @relativity = relativity
8
- end
9
-
10
- def relativities
11
- @relativities ||= {
12
- :exactly => "",
13
- :at_least => "at least ",
14
- :at_most => "at most "
15
- }
16
- end
17
-
18
- def method_missing(sym, *args, &block)
19
- @collection_name = sym
20
- @plural_collection_name = Inflector.pluralize(sym.to_s) if Object.const_defined?(:Inflector)
21
- @args = args
22
- @block = block
23
- self
24
- end
25
-
26
- def matches?(collection_owner)
27
- if collection_owner.respond_to?(@collection_name)
28
- collection = collection_owner.send(@collection_name, *@args, &@block)
29
- elsif (@plural_collection_name && collection_owner.respond_to?(@plural_collection_name))
30
- collection = collection_owner.send(@plural_collection_name, *@args, &@block)
31
- elsif (collection_owner.respond_to?(:length) || collection_owner.respond_to?(:size))
32
- collection = collection_owner
33
- else
34
- collection_owner.send(@collection_name, *@args, &@block)
35
- end
36
- @actual = collection.size if collection.respond_to?(:size)
37
- @actual = collection.length if collection.respond_to?(:length)
38
- raise not_a_collection if @actual.nil?
39
- return @actual >= @expected if @relativity == :at_least
40
- return @actual <= @expected if @relativity == :at_most
41
- return @actual == @expected
42
- end
43
-
44
- def not_a_collection
45
- "expected #{@collection_name} to be a collection but it does not respond to #length or #size"
46
- end
47
-
48
- def failure_message
49
- "expected #{relative_expectation} #{@collection_name}, got #{@actual}"
50
- end
51
-
52
- def negative_failure_message
53
- if @relativity == :exactly
54
- return "expected target not to have #{@expected} #{@collection_name}, got #{@actual}"
55
- elsif @relativity == :at_most
56
- return <<-EOF
57
- Isn't life confusing enough?
58
- Instead of having to figure out the meaning of this:
59
- should_not have_at_most(#{@expected}).#{@collection_name}
60
- We recommend that you use this instead:
61
- should have_at_least(#{@expected + 1}).#{@collection_name}
62
- EOF
63
- elsif @relativity == :at_least
64
- return <<-EOF
65
- Isn't life confusing enough?
66
- Instead of having to figure out the meaning of this:
67
- should_not have_at_least(#{@expected}).#{@collection_name}
68
- We recommend that you use this instead:
69
- should have_at_most(#{@expected - 1}).#{@collection_name}
70
- EOF
71
- end
72
- end
73
-
74
- def description
75
- "have #{relative_expectation} #{@collection_name}"
76
- end
77
-
78
- private
79
-
80
- def relative_expectation
81
- "#{relativities[@relativity]}#{@expected}"
82
- end
83
- end
84
-
85
- # :call-seq:
86
- # should have(number).named_collection__or__sugar
87
- # should_not have(number).named_collection__or__sugar
88
- #
89
- # Passes if receiver is a collection with the submitted
90
- # number of items OR if the receiver OWNS a collection
91
- # with the submitted number of items.
92
- #
93
- # If the receiver OWNS the collection, you must use the name
94
- # of the collection. So if a <tt>Team</tt> instance has a
95
- # collection named <tt>#players</tt>, you must use that name
96
- # to set the expectation.
97
- #
98
- # If the receiver IS the collection, you can use any name
99
- # you like for <tt>named_collection</tt>. We'd recommend using
100
- # either "elements", "members", or "items" as these are all
101
- # standard ways of describing the things IN a collection.
102
- #
103
- # This also works for Strings, letting you set an expectation
104
- # about its length
105
- #
106
- # == Examples
107
- #
108
- # # Passes if team.players.size == 11
109
- # team.should have(11).players
110
- #
111
- # # Passes if [1,2,3].length == 3
112
- # [1,2,3].should have(3).items #"items" is pure sugar
113
- #
114
- # # Passes if "this string".length == 11
115
- # "this string".should have(11).characters #"characters" is pure sugar
116
- def have(n)
117
- Matchers::Have.new(n)
118
- end
119
- alias :have_exactly :have
120
-
121
- # :call-seq:
122
- # should have_at_least(number).items
123
- #
124
- # Exactly like have() with >=.
125
- #
126
- # == Warning
127
- #
128
- # +should_not+ +have_at_least+ is not supported
129
- def have_at_least(n)
130
- Matchers::Have.new(n, :at_least)
131
- end
132
-
133
- # :call-seq:
134
- # should have_at_most(number).items
135
- #
136
- # Exactly like have() with <=.
137
- #
138
- # == Warning
139
- #
140
- # +should_not+ +have_at_most+ is not supported
141
- def have_at_most(n)
142
- Matchers::Have.new(n, :at_most)
143
- end
144
- end
145
- end