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,1045 +0,0 @@
1
- == Version 1.1.3
2
-
3
- Maintenance release.
4
-
5
- * Tightened up exceptions list in autotest/rails_spec. Closes #264.
6
- * Applied patch from Ryan Davis for ZenTest-3.9.0 compatibility
7
- * Applied patch from Kero to add step_upcoming to story listeners. Closes #253.
8
- * Fixed bug where the wrong named error was not always caught by "should raise_error"
9
- * Applied patch from Luis Lavena: No coloured output on Windows due missing RUBYOPT. Closes #244.
10
- * Applied patch from Craig Demyanovich to add support for "should_not render_template" to rspec_on_rails. Closes #241.
11
- * Added --pattern (-p for short) option to control what files get loaded. Defaults to '**/*_spec.rb'
12
- * Exit with non-0 exit code if examples *or tests* (in test/unit interop mode) fail. Closes #203.
13
- * Moved at_exit hook to a method in Spec::Runner which only runs if specs get loaded. Closes #242.
14
- * Applied patch from kakutani ensuring that base_view_path gets cleared after each view example. Closes #235.
15
- * More tweaks to regexp step names
16
- * Fixed focused specs in nested ExampleGroups. Closes #225.
17
-
18
- == Version 1.1.2
19
-
20
- Minor bug fixes/enhancements.
21
-
22
- * RSpec's Autotest subclasses compatible with ZenTest-3.8.0 (thanks to Ryan Davis for making it easier on Autotest subs).
23
- * Applied patch from idl to add spec/lib to rake stats. Closes #226.
24
- * calling setup_fixtures and teardown_fixtures for Rails >= r8570. Closes #219.
25
- * Applied patch from Josh Knowles using ActiveSupport's Inflector (when available) to make 'should have' read a bit better. Closes #197.
26
- * Fixed regression in 1.1 that caused failing examples to fail to generate their own names. Closes #209.
27
- * Applied doc patch from Jens Krämer for capturing content_for
28
- * Applied patch from Alexander Lang to clean up story steps after each story. Closes #198.
29
- * Applied patch from Josh Knowles to support 'string_or_response.should have_text(...)'. Closes #193.
30
- * Applied patch from Ian Dees to quiet the Story Runner backtrace. Closes #183.
31
- * Complete support for defining steps with regexp 'names'.
32
-
33
- == Version 1.1.1
34
-
35
- Bug fix release.
36
-
37
- * Fix regression in 1.1.0 that caused transactions to not get rolled back between examples.
38
- * Applied patch from Bob Cotton to reintroduce ExampleGroup.description_options. Closes LH[#186]
39
-
40
- == Version 1.1.0
41
-
42
- The "tell me a story and go nest yourself" release.
43
-
44
- * Applied patch from Mike Vincent to handle generators rails > 2.0.1. Closes LH[#181]
45
- * Formatter.pending signature changed so it gets passed an ExampleGroup instance instead of the name ( LH[#180])
46
- * Fixed LH[#180] Spec::Rails::Example::ModelExampleGroup and friends show up in rspec/rails output
47
- * Spec::Rails no longer loads ActiveRecord extensions if it's disabled in config/boot.rb
48
- * Applied LH[#178] small annoyances running specs with warnings enabled (Patch from Mikko Lehtonen)
49
- * Tighter integration with Rails fixtures. Take advantage of fixture caching to get performance improvements (Thanks to Pat Maddox, Nick Kallen, Jonathan Barnes, and Curtis)
50
-
51
- == Version 1.1.0-RC1
52
-
53
- Textmate Bundle users - this release adds a new RSpec bundle that highlights describe, it, before and after and
54
- provides navigation to descriptions and examples (rather than classes and methods). When you first install this,
55
- it is going to try to hijack all of your .rb files. All you need to do is open a .rb file that does not end with
56
- 'spec.rb' and change the bundle selection from RSpec to Ruby. TextMate will do the right thing from then on.
57
-
58
- Shortcuts for tab-activated snippets all follow the TextMate convention of 2 or 3 letters of the first word, followed by the first letter of each subsequent word. So "should have_at_least" would be triggered by shhal.
59
-
60
- We reduced the scope for running spec directories, files, a single file or individual spec in TextMate to source.ruby.rspec. This allowed us to restore the standard Ruby shortcuts:
61
-
62
- CMD-R runs all the specs in one file
63
- CMD-SHIFT-R runs an individual spec
64
- CMD-OPT-R runs any files or directories selected in the TextMate drawer
65
-
66
- rspec_on_rails users - don't forget to run script/generate rspec
67
-
68
- * Added shared_examples_for method, which you can (should) use instead of describe Foo, :shared => true
69
- * Applied LH[#168] Fix describe Object, "description contains a # in it" (Patch from Martin Emde)
70
- * Applied LH[#15] Reverse loading of ActionView::Base helper modules (Patch from Mark Van Holstyn)
71
- * Applied LH[#149] Update contribute page to point towards lighthouse (Patch from Josh Knowles)
72
- * Applied LH[#142] verify_rcov fails with latest rcov (Patch from Kyle Hargraves)
73
- * Applied LH[#10] Allow stubs to yield and return values (Patch from Pat Maddox)
74
- * Fixed LH[#139] version.rb in trunk missing svn last changed number
75
- * Applied LH[#14] Adding support for by_at_least/by_at_most in Change matcher (Patch from Saimon Moore)
76
- * Applied LH[#12] Fix for TM when switching to alternate file (Patch from Trevor Squires)
77
- * Applied LH[#133] ExampleMatcher should match against before(:all) (Patch from Bob Cotton)
78
- * Applied LH[#134] Only load spec inside spec_helper.rb (Patch from Mark Van Holstyn)
79
- * RSpec now bails immediately if there are examples with identical names.
80
- * Applied LH[#132] Plain Text stories should support Given and Given: (Patch from Jarkko Laine)
81
- * Applied patch from Pat Maddox: Story Mediator - the glue that binds the plain text story parser with the rest of the system
82
- * Applied LH[#16] Have SimpleMatchers expose their description for specdocs (Patch from Bryan Helmkamp)
83
- * Stories now support --colour
84
- * Changed the DSL modules to Example (i.e. Spec::Example instead of Spec::DSL)
85
- * Applied [#15608] Story problem if parenthesis used in Given, When, Then or And (Patch from Sinclair Bain)
86
- * Applied [#15659] GivenScenario fails when it is a RailsStory (Patch from Nathan Sutton)
87
- * Fixed [#15639] rcov exclusion configuration. (Spec::Rails projects can configure rcov with spec/rcov.opts)
88
- * The rdoc formatter (--format rdoc) is gone. It was buggy and noone was using it.
89
- * Changed Spec::DSL::Behaviour to Spec::DSL::ExampleGroup
90
- * Changed Spec::DSL::SharedBehaviour to Spec::DSL::SharedExampleGroup
91
- * Applied [#14023] Small optimization for heavily proxied objects. (Patch from Ian Leitch)
92
- * Applied [#13943] ProfileFormatter (Top 10 slowest examples) (Patch from Ian Leitch)
93
- * Fixed [#15232] heckle is not working correctly in trunk (as of r2801)
94
- * Applied [#14399] Show pending reasons in HTML report (Patch from Bryan Helmkamp)
95
- * Discovered fixed: [#10263] mock "leak" when setting an expectation in a block passed to mock#should_receive
96
- * Fixed [#14671] Spec::DSL::ExampleRunner gives "NO NAME because of --dry-run" for every example for 'rake spec:doc'
97
- * Fixed [#14543] rspec_scaffold broken with Rails 2.0
98
- * Removed Patch [#10577] Rails with Oracle breaks 0.9.2 - was no longer necessary since we moved describe to the Main object (instead of Object)
99
- * Fixed [#14527] specs run twice on rails 1.2.4 and rspec/rspec_on_rails trunk
100
- * Applied [#14043] Change output ordering to show pending before errors (Patch from Mike Mangino)
101
- * Applied [#14095] Don't have ./script/generate rspec create previous_failures.txt (Patch from Bryan Helmkamp)
102
- * Applied [#14254] Improved error handling for Object#should and Object#should_not (Patch from Antti Tarvainen)
103
- * Applied [#14186] Remove dead code from message_expecation.rb (Patch from Antti Tarvainen)
104
- * Applied [#14183] Tiny improvement on mock_spec.rb (Patch from Antti Tarvainen)
105
- * Applied [#14208] Fix to Mock#method_missing raising NameErrors instead of MockExpectationErrors (Patch from Antti Tarvainen)
106
- * Applied [#14255] Fixed examples in mock_spec.rb and shared_behaviour_spec.rb (Patch from Antti Tarvainen)
107
- * Applied [#14362] partially mocking objects that define == can blow up (Patch from Pat Maddox)
108
- * test_ methods with an arity of 0 defined in a describe block or Example object will be run as an Example, providing a seamless transition from Test::Unit
109
- * Removed BehaviourRunner
110
- * Fixed [#13969] Spec Failures on Trunk w/ Autotest
111
- * Applied [#14156] False positives with should_not (Patch from Antti Tarvainen)
112
- * Applied [#14170] route_for and params_from internal specs fixed (Patch from Antti Tarvainen)
113
- * Fixed [#14166] Cannot build trunk
114
- * Applied [#14142] Fix for bug #11602: Nested #have_tag specifications fails on the wrong line number (Patch from Antti Tarvainen)
115
- * Removed warn_if_no_files argument and feature
116
- * Steps (Given/When/Then) with no blocks are treated as pending
117
- * Applied [#13913] Scenario should treat no code block as pending (Patch from Evan Light)
118
- * Fixed [#13370] Weird mock expectation error (Patch from Mike Mangino)
119
- * Applied [#13952] Fix for performance regression introduced in r2096 (Patch from Ian Leitch)
120
- * Applied [#13881] Dynamically include Helpers that are included on ActionView::Base (Patch from Brandon Keepers)
121
- * Applied [#13833] ActionView::Helpers::JavaScriptMacrosHelper removed after 1.2.3 (Patch from Yurii Rashkovskii)
122
- * Applied [#13814] RSpec on Rails w/ fixture-scenarios (Patch from Shintaro Kakutani)
123
- * Add ability to define Example subclass instead of using describe
124
- * Applied Patch from James Edward Gray II to improve syntax highlighting in TextMate
125
- * Fixed [#13579] NoMethodError not raised for missing helper methods
126
- * Fixed [#13713] form helper method 'select' can not be called when calling custom helper methods from specs
127
- * Example subclasses Test::Unit::TestCase
128
- * Added stub_everything method to create a stub that will return itself for any message it doesn't understand
129
- * Added stories directory with stories/all.rb and stories/helper.rb when you script/generate rspec
130
- * Applied [#13554] Add "And" so you can say Given... And... When... Then... And...
131
- * Applied [#11254] RSpec syntax coloring and function pop-up integration in TextMate (Patch from Wincent Colaiuta)
132
- * Applied [#13143] ActionView::Helpers::RecordIdentificationHelper should be included if present (Patch from Jay Levitt)
133
- * Applied [#13567] patch to allow stubs to yield consecutive values (Patch from Rupert Voelcker)
134
- * Applied [#13559] reverse version of route_for (Patch from Rupert Voelcker)
135
- * Added [#13532] /lib specs should get base EvalContext
136
- * Applied [#13451] Add a null_object option to mock_model (Patch from James Deville)
137
- * Applied [#11919] Making non-implemented specs easy in textmate (Patch from Scott Taylor)
138
- * Applied [#13274] ThrowSymbol recognized a NameError triggered by Kernel#method_missing as a thrown Symbol
139
- * Applied [#12722] the alternate file command does not work in rails views due to scope (Patch from Carl Porth)
140
- * Behaviour is now a Module that is used by Example class methods and SharedBehaviour
141
- * Added ExampleDefinition
142
- * Added story runner framework based on rbehave [#12628]
143
- * Applied [#13336] Helper directory incorrect for rake stats in statsetup task (Patch from Curtis Miller)
144
- * Applied [#13339] Add the ability for spec_parser to parse describes with :behaviour_type set (Patch from Will Leinweber and Dav Yaginuma)
145
- * Fixed [#13271] incorrect behaviour with expect_render and stub_render
146
- * Applied [#13129] Fix failing specs in spec_distributed (Patch from Bob Cotton)
147
- * Applied [#13118] Rinda support for Spec::Distributed (Patch from Bob Cotton)
148
- * Removed BehaviourEval
149
- * Removed Behaviour#inherit
150
- * Moved implementation of install_dependencies to example_rails_app
151
- * Renamed RSPEC_DEPS to VENDOR_DEPS
152
- * Added Example#not_implemented?
153
- * You can now stub!(:msg).with(specific args)
154
- * describe("A", Hash, "with one element") will generate description "A Hash with one element" (Tip from Ola Bini)
155
- * Applied [#13016] [DOC] Point out that view specs render, well, a view (Patch from Jay Levitt)
156
- * Applied [#13078] Develop rspec with autotest (Patch from Scott Taylor)
157
- * Fixed [#13065] Named routes throw a NoMethodError in Helper specs (Patches from James Deville and Mike Mangino)
158
- * Added (back) the verbose attribute in Spec::Rake::SpecTask
159
- * Changed documentation to point at the new http svn URL, which is more accessible.
160
-
161
- == Version 1.0.8
162
-
163
- Another bugfix release - this time to resolve the version mismatch
164
-
165
- == Version 1.0.7
166
-
167
- Quick bugfix release to ensure that you don't have to have the rspec gem installed
168
- in order to use autotest with rspec_on_rails.
169
-
170
- * Fixed [#13015] autotest gives failure in 'spec_command' after upgrade 1.0.5 to 1.0.6
171
-
172
- == Version 1.0.6
173
-
174
- The "holy cow, batman, it's been a long time since we released and there are a ton of bug
175
- fixes, patches and even new features" release.
176
-
177
- Warning: Spec::Rails users: In fixing 11508, we've removed the raise_controller_errors method. As long as you
178
- follow the upgrade instructions and run 'script/generate rspec' you'll be fine, but if you skip this
179
- step you need to manually go into spec_helper.rb and remove the call to that method (if present - it
180
- might not be if you haven't upgraded in a while).
181
-
182
- Warning: Implementors of custom formatters. Formatters will now be sent an Example object instead of just a
183
- String for #example_started, #example_passed and #example_failed. In certain scenarios
184
- (Spec::Ui with Spec::Distributed), the formatter must ask the Example for its sequence number instead of
185
- keeping track of a sequence number internal to the formatter. Most of you shouldn't need to upgrade
186
- your formatters though - the Example#to_s method returns the example name/description, so you should be
187
- able to use the passed Example instance as if it were a String.
188
-
189
- * Applied [#12986] Autotest Specs + Refactoring (Patch from Scott Tayler)
190
- * Added a #close method to formatters, which allows them to gracefully close streams.
191
- * Applied [#12935] Remove requirement that mocha must be installed as a gem when used as mocking framework. (Patch from Ryan Kinderman).
192
- * Fixed [#12893] RSpec's Autotest should work with rspec's trunk
193
- * Fixed [#12865] Partial mock error when object has an @options instance var
194
- * Applied [#12701] Allow checking of content captured with content_for in view specs (Patch from Jens Kr�mer)
195
- * Applied [#12817] Cannot include same shared behaviour when required with absolute paths (Patch from Ian Leitch)
196
- * Applied [#12719] rspec_on_rails should not include pagination helper (Patch from Matthijs Langenberg)
197
- * Fixed [#12714] helper spec not finding rails core helpers
198
- * Applied [#12611] should_not redirect_to implementation (Patch from Yurii Rashkovskii)
199
- * Applied [#12682] Not correctly aliasing original 'stub!' and 'should_receive' methods for ApplicationController (Patch from Matthijs Langenberg)
200
- * Disabled controller.should_receive(:render) and controller.stub!(:render). Use expect_render or stub_render instead.
201
- * Applied [#12484] Allow a Behaviour's Description to flow through to the Formatter (Patch from Bob Cotton)
202
- * Fixed [#12448] The spec:plugins rake task from rspec_on_rails should ignore specs from the rspec_on_rails plugin
203
- * Applied [#12300] rr integration (patch from Kyle Hargraves)
204
- * Implemented [#12284] mock_with :rr (integration with RR mock framework: http://rubyforge.org/projects/pivotalrb/)
205
- * Applied [#12237] (tiny) added full path to mate in switch_command (Patch from Carl Porth)
206
- * Formatters will now be sent an Example object instead of just a String for certain methods
207
- * All Spec::Rake::SpecTask attributes can now be procs, which allows for lazy evaluation.
208
- * Changed the Spec::Ui interfaces slightly. See examples.
209
- * Applied [#12174] mishandling of paths with spaces in spec_mate switch_command (Patch from Carl Porth)
210
- * Implemented [#8315] File "Go to..." functionality
211
- * Applied [#11917] Cleaner Spec::Ui error for failed Selenium connection (Patch from Ian Dees)
212
- * Applied [#11888] rspec_on_rails spews out warnings when assert_select is used with an XML response (Patch from Ian Leitch)
213
- * Applied [#12010] Nicer failure message formatting (Patch from Wincent Colaiuta)
214
- * Applied [#12156] smooth open mate patch (Patch from Ienaga Eiji)
215
- * Applied [#10577] Rails with Oracle breaks 0.9.2. (Patch from Sinclair Bain)
216
- * Fixed [#12079] auto-generated example name incomplete: should have 1 error on ....]
217
- * Applied [#12066] Docfix for mocks/mocks.page (Patch from Kyle Hargraves)
218
- * Fixed [#11891] script/generate rspec_controller fails to create appropriate views (from templates) on edge rails
219
- * Applied [#11921] Adds the correct controller_name from derived_controller_name() to the ViewExampleGroupController (Patch from Eloy Duran)
220
- * Fixed [#11903] config.include with behaviour_type 'hash' does not work
221
- * Examples without blocks and pending is now reported with a P instead of a *
222
- * Pending blocks that now pass are rendered blue
223
- * New behaviour for after: If an after block raises an error, the other ones will still run instead of bailing at the first.
224
- * Made it possible to run spec from RSpec.tmbundle with --drb against a Rails spec_server.
225
- * Applied [#11868] Add ability for pending to optionally hold a failing block and to fail when it passes (Patch from Bob Cotton)
226
- * Fixed [#11843] watir_behaviour missing from spec_ui gem
227
- * Added 'switch between source and spec file' command in Spec::Mate (based on code from Ruy Asan)
228
- * Applied [#11509] Documentation - RSpec requires hpricot
229
- * Applied [#11807] Daemonize spec_server and rake tasks to manage them. (patch from Kyosuke MOROHASHI)
230
- * Added pending(message) method
231
- * Fixed [#11777] should render_template doesn't check paths correctly
232
- * Fixed [#11749] Use of 'rescue => e' does not catch all exceptions
233
- * Fixed [#11793] should raise_error('with a message') does not work correctly
234
- * Fixed [#11774] Mocks should respond to :kind_of? in the same way they respond to :is_a?
235
- * Fixed [#11508] Exceptions are not raised for Controller Specs (removed experimental raise_controller_errors)
236
- * Applied [#11615] Partial mock methods give ambiguous failures when given a method name as a String (Patch from Jay Phillips)
237
- * Fixed [#11545] Rspec doesn't handle should_receive on ActiveRecord associations (Patch from Ian White)
238
- * Fixed [#11514] configuration.use_transactional_fixtures is ALWAYS true, regardless of assignment
239
- * Improved generated RESTful controller examples to cover both successful and unsuccessful POST and PUT
240
- * Changed TextMate snippets for controllers to pass controller class names to #describe rather than controller_name.
241
- * Changed TextMate snippets for mocks to use no_args() and any_args() instead of the deprecated Symbols.
242
- * Applied [#11500] Documentation: no rails integration specs in 1.0
243
- * Renamed SpecMate's shortcuts for running all examples and focused examples to avoid conflicts (CMD-d and CMD-i)
244
- * Added a TextMate snippet for custom matchers, lifted from Geoffrey Grosenbach's RSpec peepcode show.
245
- * The translator translates mock constraints to the new matchers that were introduced in 1.0.4
246
- * Documented environment variables for Spec::Rake::SpecTask. Renamed SPECOPTS and RCOVOPTS to SPEC_OPTS and RCOV_OPTS.
247
- * Fixed [#10534] Windows: undefined method 'controller_name'
248
-
249
- == Version 1.0.5
250
- Bug fixes. Autotest plugin tweaks.
251
-
252
- * Fixed [#11378] fix to 10814 broke drb (re-opened #10814)
253
- * Fixed [#11223] Unable to access flash from rails helper specs
254
- * Fixed [#11337] autotest runs specs redundantly
255
- * Fixed [#11258] windows: autotest won't run
256
- * Applied [#11253] Tweaks to autotest file mappings (Patch from Wincent Colaiuta)
257
- * Applied [#11252] Should be able to re-load file containing shared behaviours without raising an exception (Patch from Wincent Colaiuta)
258
- * Fixed [#11247] standalone autotest doesn't work because of unneeded autotest.rb
259
- * Applied [#11221] Autotest support does not work w/o Rails Gem installed (Patch from Josh Knowles)
260
-
261
- == Version 1.0.4
262
- The getting ready for JRuby release.
263
-
264
- * Fixed [#11181] behaviour_type scoping of config.before(:each) is not working
265
- * added mock argument constraint matchers (anything(), boolean(), an_instance_of(Type)) which work with rspec or mocha
266
- * added mock argument constraint matchers (any_args(), no_args()) which only work with rspec
267
- * deprecated rspec's symbol mock argument constraint matchers (:any_args, :no_args, :anything, :boolean, :numeric, :string)
268
- * Added tarball of rspec_on_rails to the release build to support folks working behind a firewall that blocks svn access.
269
- * Fixed [#11137] rspec incorrectly handles flash after resetting the session
270
- * Fixed [#11143] Views code for ActionController::Base#render broke between 1.0.0 and 1.0.3 on Rails Edge r6731
271
- * Added raise_controller_errors for controller examples in Spec::Rails
272
-
273
- == Version 1.0.3
274
- Bug fixes.
275
-
276
- * Fixed [#11104] Website uses old specify notation
277
- * Applied [#11101] StringHelpers.starts_with?(prefix) assumes a string parameter for _prefix_
278
- * Removed 'rescue nil' which was hiding errors in controller examples.
279
- * Fixed [#11075] controller specs fail when using mocha without integrated_views
280
- * Fixed problem with redirect_to failing incorrectly against edge rails.
281
- * Fixed [#11082] RspecResourceGenerator should be RspecScaffoldGenerator
282
- * Fixed [#10959] Focused Examples do not work for Behaviour defined with constant with modules
283
-
284
- == Version 1.0.2
285
- This is just to align the version numbers in rspec and rspec_on_rails.
286
-
287
- == Version 1.0.1
288
- This is a maintenance release with mostly cleaning up, and one minor enhancement -
289
- Modules are automatically included when described directly.
290
-
291
- * Renamed Spec::Rails' rspec_resource generator to rspec_scaffold.
292
- * Removed Spec::Rails' be_feed matcher since it's based on assert_select_feed which is not part of Rails (despite that docs for assert_select_encoded says it is).
293
- * describe(SomeModule) will include that module in the examples. Like for Spec::Rails helpers, but now also in core.
294
- * Header in HTML report will be yellow instead of red if there is one failed example
295
- * Applied [#10951] Odd instance variable name in rspec_model template (patch from Kyle Hargraves)
296
- * Improved integration with autotest (Patches from Ryan Davis and David Goodland)
297
- * Some small fixes to make all specs run on JRuby.
298
-
299
- == Version 1.0.0
300
- The stake in the ground release. This represents a commitment to the API as it is. No significant
301
- backwards compatibility changes in the API are expected after this release.
302
-
303
- * Fixed [#10923] have_text matcher does not support should_not
304
- * Fixed [#10673] should > and should >= broken
305
- * Applied [#10921] Allow verify_rcov to accept greater than threshold coverage %'s via configuration
306
- * Applied [#10920] Added support for not implemented examples (Patch from Chad Humphries and Ken Barker)
307
- * Patch to allow not implemented examples. This works by not providing a block to the example. (Patch from Chad Humphries, Ken Barker)
308
- * Yanked support for Rails 1.1.6 in Spec::Rails
309
- * RSpec.tmbundle uses CMD-SHIFT-R to run focused examples now.
310
- * Spec::Rails now bundles a spec:rcov task by default (suggestion from Kurt Schrader)
311
- * Fixed [#10814] Runner loads shared code, test cases require them again
312
- * Fixed [#10753] Global before and after
313
- * Fixed [#10774] Allow before and after to be specified in config II
314
- * Refactored Spec::Ui examples to use new global before and after blocks.
315
- * Added instructions about how to get Selenium working with Spec::Ui (spec_ui/examples/selenium/README.txt)
316
- * Fixed [#10805] selenium.rb missing from gem?
317
- * Added rdocs explaining how to deal with errors in Rails' controller actions
318
- * Applied [#10770] Finer grained includes.
319
- * Fixed [#10747] Helper methods defined in shared specs are not visible when shared spec is used
320
- * Fixed [#10748] Shared descriptions in separate files causes 'already exists' error
321
- * Applied [#10698] Running with --drb executes specs twice (patch from Ruy Asan)
322
- * Fixed [#10871] 0.9.4 - Focussed spec runner fails to run specs in descriptions with type and string when there is no leading space in the string
323
-
324
- == Version 0.9.4
325
- This release introduces massive improvements to Spec::Ui - the user interface functional testing
326
- extension to RSpec. There are also some minor bug fixes to the RSpec core.
327
-
328
- * Massive improvements to Spec::Ui. Complete support for all Watir's ie.xxx(how, what) methods. Inline screenshots and HTML.
329
- * Reactivated --timeout, which had mysteriously been deactivated in a recent release.
330
- * Fixed [#10669] Kernel#describe override does not cover Kernel#context
331
- * Applied [#10636] Added spec for OptionParser in Runner (Patch from Scott Taylor)
332
- * Added [#10516] should_include should be able to accept multiple items
333
- * Applied [#10631] redirect_to matcher doesn't respect request.host (Patch from Tim Lucas)
334
- * Each formatter now flushes their own IO. This is to avoid buffering of output.
335
- * Fixed [#10670] IVarProxy#delete raises exception when instance variable does not exist
336
-
337
- == Version 0.9.3
338
- This is a bugfix release.
339
-
340
- * Fixed [#10594] Failing Custom Matcher show NAME NOT GENERATED description
341
- * describe(SomeType, "#message") will not add a space: "SomeType#message" (likewise for '.')
342
- * describe(SomeType, "message") will have a decription with a space: "SomeType message"
343
- * Applied [#10566] prepend_before and prepend_after callbacks
344
- * Applied [#10567] Call setup and teardown using before and after callbacks
345
-
346
- == Version 0.9.2
347
- This is a quick maintenance release.
348
-
349
- * Added some website love
350
- * Fixed [#10542] reverse predicate matcher syntax
351
- * Added a spec:translate Rake task to make 0.9 translation easier with Spec:Rails
352
- * Better translation of should_redirect_to
353
- * Fixed --colour support for Windows. This is a regression that was introduced in 0.9.1
354
- * Applied [#10460] Make SpecRunner easier to instantiate without using commandline args
355
-
356
- == Version 0.9.1
357
-
358
- This release introduces #describe and #it (aliased as #context and #specify for
359
- backwards compatibility). This allows you to express specs like this:
360
-
361
- describe SomeClass do # Creates a Behaviour
362
- it "should do something" do # Creates an Example
363
- end
364
- end
365
-
366
- The command line features four new options that give you more control over what specs
367
- are being run and in what order. This can be used to verify that your specs are
368
- independent (by running in opposite order with --reverse). It can also be used to cut
369
- down feedback time by running the most recently modified specs first (--loadby mtime --reverse).
370
-
371
- Further, --example replaces the old --spec option, and it can now take a file name of
372
- spec names as an alternative to just a spec name. The --format failing_examples:file.txt
373
- option allows you to output an --example compatible file, which makes it possible to only
374
- rerun the specs that failed in the last run. Spec::Rails uses all of these four options
375
- by default to optimise your RSpec experience.
376
-
377
- There is now a simple configuration model. For Spec::Rails, you do something like this:
378
-
379
- Spec::Runner.configure do |config|
380
- config.use_transactional_fixtures = true
381
- config.use_instantiated_fixtures = false
382
- config.fixture_path = RAILS_ROOT + '/spec/fixtures'
383
- end
384
-
385
- You can now use mocha or flexmock with RSpec if you prefer either to
386
- RSpec's own mock framework. Just put this:
387
-
388
- Spec::Runner.configure do |config|
389
- config.mock_with :mocha
390
- end
391
-
392
- or this:
393
-
394
- Spec::Runner.configure do |config|
395
- config.mock_with :flexmock
396
- end
397
-
398
- in a file that is loaded before your specs. You can also
399
- configure included modules and predicate_matchers:
400
-
401
- Spec::Runner.configure do |config|
402
- config.include SomeModule
403
- config.predicate_matchers[:does_something?] = :do_something
404
- end
405
-
406
- See Spec::DSL::Behaviour for more on predicate_matchers
407
-
408
- * Sugar FREE!
409
- * Added [10434 ] Please Make -s synonymous with -e for autotest compat. This is temporary until autotest uses -e instead of -s.
410
- * Fixed [#10133] custom predicate matchers
411
- * Applied [#10473] Add should exist (new matcher) - Patch from Bret Pettichord
412
- * Added another formatter: failing_behaviours. Writes the names of the failing behaviours for use with --example.
413
- * Applied [#10315] Patch to fix pre_commit bug 10313 - pre_commit_rails: doesn't always build correctly (Patch from Antii Tarvainen)
414
- * Applied [#10245] Patch to HTML escape the behavior name when using HTML Formatter (Patch from Josh Knowles)
415
- * Applied [#10410] redirect_to does not behave consistently with regards to query string parameter ordering (Patch from Nicholas Evans)
416
- * Applied [#9605] Patch for ER 9472, shared behaviour (Patch by Bob Cotton)
417
- * The '--format rdoc' option no longer causes a dry-run by default. --dry-run must be used explicitly.
418
- * It's possible to specify the output file in the --format option (See explanation in --help)
419
- * Several --format options may be specified to output several formats in one run.
420
- * The --out option is gone. Use --format html:path/to/my.html instead (or similar).
421
- * Spec::Runner::Formatter::BaseTextFormatter#initialize only takes one argument - an IO. dry_run and color are setters.
422
- * Made Spec::Ui *much* easier to install. It will be released separately. Check out trunk/spec_ui/examples
423
- * HTML reports now include a syntax highlighted snippet of the source code where the spec failed (needs the syntax gem)
424
- * Added [#10262] Better Helper testing of Erb evaluation block helpers
425
- * Added [#9735] support flexmock (thanks to Jim Weirich for his modifications to flexmock to support this)
426
- * Spec::Rails controller specs will no longer let mock exception ripple through to the response.
427
- * Fixed [#9260] IvarProxy does not act like a hash.
428
- * Applied [#9458] The rspec_scaffold generator does not take into account class nesting (Patch from Steve Tendon)
429
- * Applied [#9132] Rakefile spec:doc can fail without preparing database (Patch from Steve Ross)
430
- * Applied [#9678] Custom runner command line switch, and multi-threaded runner (Patch from Bob Cotton)
431
- * Applied [#9926] Rakefile - RSPEC_DEPS constant as an Array of Hashes instead of an Array of Arrays (Patch from Scott Taylor)
432
- * Applied [#9925] Changed ".rhtml" to "template" in REST spec generator (Patch from Scott Taylor)
433
- * Applied [#9852] Patch for RSpec's Website using Webgen 0.4.2 (Patch from Scott Taylor)
434
- * Fixed [#6523] Run rspec on rails without a db
435
- * Fixed [#9295] rake spec should run anything in the spec directory (not just rspec's standard dirs)
436
- * Added [#9786] infer controller and helper names from the described type
437
- * Fixed [#7795] form_tag renders action='/view_spec' in view specs
438
- * Fixed [#9767] rspec_on_rails should not define rescue_action on controllers
439
- * Fixed [#9421] --line doesn't work with behaviours that use class names
440
- * Fixed [#9760] rspec generators incompatible with changes to edge rails
441
- * Added [#9786] infer controller and helper names from the described type
442
- * Applied a simplified version of [#9282] Change to allow running specs from textmate with rspec installed as a rails plugin (and no rspec gem installed)
443
- * Applied [#9700] Make Spec::DSL::Example#name public / Add a --timeout switch. A great way to prevent specs from getting slow.
444
- * In Rails, script/generate rspec will generate a spec.opts file that optimises faster/more efficient running of specs.
445
- * Added [#9522] support using rspec's expectations with test/unit
446
- * Moved rspec_on_rails up to the project root, simplifying the download url
447
- * Fixed [#8103] RSpec not installing spec script correctly.
448
- * The --spec option is replaced by the --example option.
449
- * The --loadby option no longer supports a file argument. Use --example file_name instead.
450
- * The --example option can now take a file name as an argument. The file should contain example names.
451
- * Internal classes are named Behaviour/Example (rather than Context/Specification).
452
- * You can now use mocha by saying config.mock_with :mocha in a spec_helper
453
- * before_context_eval is replaced by before_eval.
454
- * Applied [#9509] allow spaced options in spec.opts
455
- * Applied [#9510] Added File for Ruby 1.8.6
456
- * Applied [#9511] Clarification to README file in spec/
457
- * Moved all of the Spec::Rails specs down to the plugins directory - now you can run the specs after you install.
458
- * Updated RSpec.tmbundle to the 0.9 syntax and replaced context/specify with describe/it.
459
- * Applied [#9232] ActionController::Base#render is sometimes protected (patch from Dan Manges)
460
- * Added --reverse option, allowing contexts/specs to be run in reverse order.
461
- * Added --loadby option, allowing better control over load order for spec files. mtime and file.txt supported.
462
- * Implemented [#8696] --order option (see --reverse and --loadby)
463
- * Added describe/it as aliases for context/specify - suggestion from Dan North.
464
- * Applied [#7637] [PATCH] add skip-migration option to rspec_scaffold generator
465
- * Added [#9167] string.should have_tag
466
- * Changed script/rails_spec_server to script/spec_server and added script/spec (w/ path to vendor/plugins/rspec)
467
- * Fixed [#8897] Error when mixing controller spec with/without integrated views and using template system other than rhtml
468
- * Updated sample app specs to 0.9 syntax
469
- * Updated generated specs to 0.9 syntax
470
- * Applied [#8994] trunk: generated names for be_ specs (Multiple patches from Yurii Rashkovskii)
471
- * Applied [#9983]: Allow before and after to be called in BehaviourEval. This is useful for shared examples.
472
-
473
- == Version 0.8.2
474
-
475
- Replaced assert_select fork with an assert_select wrapper for have_tag. This means that "should have_rjs" no longer supports :hide or :effect, but you can still use should_have_rjs for those.
476
-
477
- == Version 0.8.1
478
-
479
- Quick "in house" bug-fix
480
-
481
- == Version 0.8.0
482
-
483
- This release introduces a new approach to handling expectations using Expression Matchers.
484
-
485
- See Upgrade[http://rspec.rubyforge.org/upgrade.html], Spec::Expectations, Spec::Matchers and RELEASE-PLAN for more info.
486
-
487
- This release also improves the spec command line by adding DRb support and making it possible to
488
- store command line options in a file. This means a more flexible RSpec experience with Rails,
489
- Rake and editor plugins like TextMate.
490
-
491
- It also sports myriad new features, bug fixes, patches and general goodness:
492
-
493
- * Fixed [#8928] rspec_on_rails 0.8.0-RC1 controller tests make double call to setup_with_fixtures
494
- * Fixed [#8925] Documentation bug in 0.8.0RC1 rspec website
495
- * Applied [#8132] [PATCH] RSpec breaks "rake db:sessions:create" in a rails project that has the rspec_on_rails plugin (Patch from Erik Kastner)
496
- * Fixed [#8789] --line and --spec not working when the context has parenhesis in the name
497
- * Added [#8783] auto generate spec names from last expectation
498
- * --heckle now fails if the heckled class or module is not found.
499
- * Fixed [#8771] Spec::Mocks::BaseExpectation#with converts hash params to array of arrays with #collect
500
- * Fixed [#8750] should[_not]_include backwards compatibility between 0.8.0-RC1 and 0.7.5.1 broken
501
- * Fixed [#8646] Context Runner does not report on Non standard exceptions and return a 0 return code
502
- * RSpec on Rails' spec_helper.rb will only force RAILS_ENV to test if it was not specified on the command line.
503
- * Fixed [#5485] proc#should_raise and proc#should_not_raise output
504
- * Added [#8484] should_receive with blocks
505
- * Applied [#8218] heckle_runner.rb doesn't work with heckle >= 1.2.0 (Patch from Michal Kwiatkowski)
506
- * Fixed [#8240] Cryptic error message when no controller_name
507
- * Applied [#7461] [PATCH] Contexts don't call Module::included when they include a module
508
- * Removed unintended block of test/unit assertions in rspec_on_rails - they should all, in theory, now be accessible
509
- * Added mock_model method to RSpec on Rails, which stubs common methods. Based on http://metaclass.org/2006/12/22/making-a-mockery-of-activerecord
510
- * Fixed [#8165] Partial Mock Errors when respond_to? is true but the method is not in the object
511
- * Fixed [#7611] Partial Mocks override Subclass methods
512
- * Fixed [#8302] Strange side effect when mocking a class method
513
- * Applied [#8316] to_param should return a stringified key in resource generator's controller spec (Patch from Chris Anderson)
514
- * Applied [#8216] shortcut for creating object stub
515
- * Applied [#8008] Correct generated specs for view when calling resource generator (Patch from Jonathan Tron)
516
- * Fixed [#7754] Command-R fails to run spec in TextMate (added instruction from Luke Redpath to the website)
517
- * Fixed [#7826] RSpect.tmbundle web page out of date.
518
- * RSpec on Rails specs are now running against RoR 1.2.1 and 1.2.2
519
- * rspec_scaffold now generates specs for views
520
- * In a Rails app, RSpec core is only loaded when RAILS_ENV==test (init.rb)
521
- * Added support for target.should arbitrary_expectation_handler and target.should_not arbitrary_expectation_handler
522
- * Fixed [#7533] Spec suite fails and the process exits with a code 0
523
- * Fixed [#7565] Subsequent stub! calls for method fail to override the first call to method
524
- * Applied [#7524] Incorrect Documentation for 'pattern' in Rake task (patch from Stephen Duncan)
525
- * Fixed [#7409] default fixtures do not appear to run.
526
- * Fixed [#7507] "render..and return" doesn't return
527
- * Fixed [#7509] rcov/rspec incorrectly includes boot.rb (Patch from Courtenay)
528
- * Fixed [#7506] unnecessary complex output on failure of response.should be_redirect
529
- * Applied [#6098] Make scaffold_resource generator. Based on code from Pat Maddox.
530
- * The drbspec command is gone. Use spec --drb instead.
531
- * The drb option is gone from the Rake task. Pass --drb to spec_opts instead.
532
- * New -X/--drb option for running specs against a server like spec/rails' script/rails_spec_server
533
- * New -O/--options and -G/--generate flags for file-based options (handy for spec/rails)
534
- * Applied [#7339] Turn off caching in HTML reports
535
- * Applied [#7419] "c option for colorizing output does not work with rails_spec" (Patch from Shintaro Kakutani)
536
- * Applied [#7406] [PATCH] 0.7.5 rspec_on_rails loads fixtures into development database (Patch from Wilson Bilkovich)
537
- * Applied [#7387] Allow stubs to return consecutive values (Patch from Pat Maddox)
538
- * Applied [#7393] Fix for rake task (Patch from Pat Maddox)
539
- * Reinstated support for response.should_render (in addition to controller.should_render)
540
-
541
- == Version 0.7.5.1
542
-
543
- Bug fix release to allow downloads of rspec gem using rubygems 0.9.1.
544
-
545
- == Version 0.7.5
546
- This release adds support for Heckle - Seattle'rb's code mutation tool.
547
- There are also several bug fixes to the RSpec core and the RSpec on Rails plugin.
548
-
549
- * Removed svn:externals on rails versions and plugins
550
- * Applied [#7345] Adding context_setup and context_teardown, with specs and 100% rcov
551
- * Applied [#7320] [PATCH] Allow XHR requests in controller specs to render RJS templates
552
- * Applied [#7319] Migration code uses drop_column when it should use remove_column (patch from Pat Maddox)
553
- * Added support for Heckle
554
- * Applied [#7282] dump results even if spec is interrupted (patch from Kouhei Sutou)
555
- * Applied [#7277] model.should_have(n).errors_on(:attribute) (patch from Wilson Bilkovich)
556
- * Applied [#7270] RSpec render_partial colliding with simply_helpful (patch from David Goodlad)
557
- * Added [#7250] stubs should support throwing
558
- * Added [#7249] stubs should support yielding
559
- * Fixed [#6760] fatal error when accessing nested finders in rspec
560
- * Fixed [#7179] script/generate rspec_scaffold generates incorrect helper name
561
- * Added preliminary support for assert_select (response.should_have)
562
- * Fixed [#6971] and_yield does not work when the arity is -1
563
- * Fixed [#6898] Can we separate rspec from the plugins?
564
- * Added [#7025] should_change should accept a block
565
- * Applied [#6989] partials with locals (patch from Micah Martin)
566
- * Applied [#7023] Typo in team.page
567
-
568
- == Version 0.7.4
569
-
570
- This release features a complete redesign of the reports generated with --format html.
571
- As usual there are many bug fixes - mostly related to spec/rails.
572
-
573
- * Applied [#7010] Fixes :spacer_template does not work w/ view spec (patch from Shintaro Kakutani)
574
- * Applied [#6798] ensure two ':' in the first backtrace line for Emacs's 'next-error' command (patch from Kouhei Sutou)
575
- * Added Much nicer reports to generated website
576
- * Much nicer reports with --format --html (patch from Luke Redpath)
577
- * Applied [#6959] Calls to render and redirect in controllers should return true
578
- * Fixed [#6981] helper method is not available in partial template.
579
- * Added [#6978] mock should tell you the expected and actual args when receiving the right message with the wrong args
580
- * Added the possibility to tweak the output of the HtmlFormatter (by overriding extra_failure_content).
581
- * Fixed [#6936] View specs don't include ApplicationHelper by default
582
- * Fixed [#6903] Rendering a partial in a view makes the view spec blow up
583
- * Added callback library from Brian Takita
584
- * Added [#6925] support controller.should_render :action_name
585
- * Fixed [#6884] intermittent errors related to method binding
586
- * Fixed [#6870] rspec on edge rails spec:controller fixture loading fails
587
- * Using obj.inspect for all messages
588
- * Improved performance by getting rid of instance_exec (instance_eval is good enough because we never need to pass it args)
589
-
590
- == Version 0.7.3
591
-
592
- Almost normal bug fix/new feature release.
593
-
594
- A couple of things you need to change in your rails specs:
595
- # spec_helper.rb is a little different (see http://rspec.rubyforge.org/upgrade.html)
596
- # use controller.should_render before OR after the action (controller.should_have_rendered is deprecated)
597
-
598
- * Applied [#6577] messy mock backtrace when frozen to edge rails (patch from Jay Levitt)
599
- * Fixed [#6674] rspec_on_rails fails on @session deprecation warning
600
- * Fixed [#6780] routing() was failing...fix included - works for 1.1.6 and edge (1.2)
601
- * Fixed [#6835] bad message with arbitrary predicate
602
- * Added [#6731] Partial templates rendered
603
- * Fixed [#6713] helper methods not rendered in view tests?
604
- * Fixed [#6707] cannot run controller / helper tests via rails_spec or spec only works with rake
605
- * Applied [#6417] lambda {...}.should_change(receiver, :message) (patch from Wilson Bilkovich)
606
- * Eliminated dependency on ZenTest
607
- * Fixed [#6650] Reserved characters in the TextMate bundle break svn on Win32
608
- * Fixed [#6643] script/generate rspec_controller: invalid symbol generation for 'controller_name' for *modularized* controllers
609
- * The script/rails_spec command has been moved to bin/drbspec in RSpec core (installed by the gem)
610
-
611
- == Version 0.7.2
612
-
613
- This release introduces a brand new RSpec bundle for TextMate, plus some small bugfixes.
614
-
615
- * Packaged RSpec.tmbundle.tgz as part of the distro
616
- * Fixed [#6593] Add moving progress bar to HtmlFormatter using Javascript
617
- * Applied [#6265] should_raise should accept an Exception object
618
- * Fixed [#6616] Can't run Rails specs with RSpec.tmbundle
619
- * Fixed [#6411] Can't run Rails specs with ruby
620
- * Added [#6589] New -l --line option. This is useful for IDE/editor runners/extensions.
621
- * Fixed [#6615] controller.should_render_rjs should support :partial => 'path/to/template'
622
-
623
- == Version 0.7.1
624
-
625
- Bug fixes and a couple o' new features.
626
-
627
- * Fixed [#6575] Parse error in aliasing the partial mock original method (patch by Brian Takita)
628
- * Fixed [#6277] debris left by stubbing (trunk) [submitted by dastels] (fixed by fix to [#6575])
629
- * Fixed [#6575] Parse error in aliasing the partial mock original method
630
- * Fixed [#6555] should_have_tag does not match documentation
631
- * Fixed [#6567] SyntaxError should not stop entire run
632
- * Fixed [#6558] integrated views look for template even when redirected
633
- * Fixed [#6547] response.should be_redirect broken in 0.7.0
634
- * Applied [#6471] Easy way to spec routes
635
- * Applied [#6587] Rspec on Rails displays "Spec::Rails::ContextFactory" as context name
636
- * Applied [#6514] Document has trivial typos.
637
- * Added [#6560] controller.session should be available before the action
638
- * Added support for should_have_rjs :visual_effect
639
- * Different printing and colours for unmet expectations (red) and other exceptions (magenta)
640
- * Simplified method_missing on mock_methods to make it less invasive on partial mocks.
641
-
642
- == Version 0.7.0
643
-
644
- This is the "Grow up and eat your own dog food release". RSpec is now used on itself and
645
- we're no longer using Test::Unit to test it. Although, we are still extending Test::Unit
646
- for the rails plugin (indirectly - through ZenTest)
647
-
648
- IMPORTANT NOTE: THIS RELEASE IS NOT 100% BACKWARDS COMPATIBLE TO 0.6.x
649
-
650
- There are a few changes that will require that you change your existing specs.
651
-
652
- RSpec now handles equality exactly like ruby does:
653
-
654
- # actual.should_equal(expected) will pass if actual.equal?(expected) returns true
655
- # actual.should eql(expected) will pass if actual.eql?(expected) returns true
656
- # actual.should == expected will pass if actual == expected) returns true
657
-
658
- At the high level, eql? implies equivalence, while equal? implies object identity. For more
659
- information on how ruby deals w/ equality, you should do this:
660
-
661
- ri equal?
662
-
663
- or look at this:
664
-
665
- http://www.ruby-doc.org/core/classes/Object.html#M001057
666
-
667
- Also, we left in should_be as a synonym for should_equal, so the only specs that should break are the
668
- ones using should_equal (which used to use <code>==</code> instead of <code>.equal?</code>).
669
-
670
- Lastly, should_be used to handle true and false differently from any other values. We've removed
671
- this special handling, so now actual.should_be true will fail for any value other than true (it
672
- used to pass for any non-nil, non-false value), and actual.should_be false will fail for any
673
- value other than false (it used to pass for nil or false).
674
-
675
- Here's what you'll need to do to update your specs:
676
- # search for "should_equal" and replace with "should_eql"
677
- # run specs
678
-
679
- If any specs still fail, they are probably related to should be_true or should_be_false using
680
- non-boolean values. Those you'll just have to inspect manually and adjust appropriately (sorry!).
681
-
682
- --------------------------------------------------
683
- Specifying multiple return values in mocks now works like this:
684
-
685
- mock.should_receive(:message).and_return(1,2,3)
686
-
687
- It used to work like this:
688
-
689
- mock.should_receive(:message).and_return([1,2,3])
690
-
691
- but we decided that was counter intuitive and otherwise lame.
692
-
693
- Here's what you'll need to do to update your specs:
694
- # search for "and_return(["
695
- # get rid of the "[" and "]"
696
-
697
- --------------------------------------------------
698
- RSpec on Rails now supports the following (thanks to ZenTest upon which it is built):
699
-
700
- # Separate specs for models, views, controllers and helpers
701
- # Controller specs are completely decoupled from the views by default (though you can tell them to couple themselves if you prefer)
702
- # View specs are completely decoupled from app-specific controllers
703
-
704
- See http://rspec.rubyforge.org/documentation/rails/index.html for more information
705
- --------------------------------------------------
706
- As usual, there are also other new features and bug fixes:
707
-
708
- * Added lots of documentation on mocks/stubs and the rails plugin.
709
- * Added support for assigns[key] syntax for controller specs (to align w/ pre-existing syntax for view specs)
710
- * Added support for controller.should_redirect_to
711
- * RSpec on Rails automatically checks whether it's compatible with the installed RSpec
712
- * Applied [#6393] rspec_on_rails uses deprecated '@response' instead of the accessor
713
- * RSpec now has 100% spec coverage(!)
714
- * Added support for stubbing and partial mocking
715
- * Progress (....F..F.) is now coloured. Tweaked patch from KAKUTANI Shintaro.
716
- * Backtrace now excludes the rcov runner (/usr/local/bin/rcov)
717
- * Fixed [#5539] predicates do not work w/ rails
718
- * Added [#6091] support for Regexp matching messages sent to should_raise
719
- * Added [#6333] support for Regexp matching in mock arguments
720
- * Applied [#6283] refactoring of diff support to allow selectable formats and custom differs
721
- * Fixed [#5564] "ruby spec_file.rb" doesn't work the same way as "spec spec_file.rb"
722
- * Fixed [#6056] Multiple output of failing-spec notice
723
- * Fixed [#6233] Colours in specdoc
724
- * Applied [#6207] Allows --diff option to diff target and expected's #inspect output (Patch by Lachie Cox)
725
- * Fixed [#6203] Failure messages are misleading - consider using inspect.
726
- * Added [#6334] subject.should_have_xyz will try to call subject.has_xyz? - use this for hash.should_have_key(key)
727
- * Fixed [#6017] Rake task should ignore empty or non-existent spec-dirs
728
-
729
- == Version 0.6.4
730
-
731
- In addition to a number of bug fixes and patches, this release begins to formalize the support for
732
- RSpec on Rails.
733
-
734
- * Added Christopher Petrilli's TextMate bundle to vendor/textmate/RSpec.tmbundle
735
- * Fixed [#5909], once again supporting multi_word_predicates
736
- * Applied [#5873] - response.should_have_rjs (initial patch from Jake Howerton, based on ARTS by Kevin Clark)
737
- * Added generation of view specs for rspec_on_rails
738
- * Applied [#5815] active_record_subclass.should_have(3).records
739
- * Added support in "rake stats" for view specs (in spec/views)
740
- * Applied [#5801] QuickRef.pdf should say RSpec, not rSpec
741
- * Applied [#5728] rails_spec_runner fails on Windows (Patch from Lindsay Evans).
742
- * Applied [#5708] RSpec Rails plugin rspec_controller generator makes specs that do not parse.
743
- * Cleaned up RSpec on Rails so it doesn't pollute as much during bootstrapping.
744
- * Added support for response.should_have_tag and response.should_not_have_tag (works just like assert_tag in rails)
745
- * Added new -c, --colour, --color option for colourful (red/green) output. Inspired from Pat Eyler's Redgreen gem.
746
- * Added examples for Watir and Selenium under the gem's vendor directory.
747
- * Renamed rails_spec_runner to rails_spec_server (as referred to in the docs)
748
- * Added support for trying a plural for arbitrary predicates. E.g. Album.should_exist(:name => "Hey Jude") will call Album.exists?(:name => "Hey Jude")
749
- * Added support for should_have to work with methods taking args returning a collection. E.g. @dave.should_have(3).albums_i_have_that_this_guy_doesnt(@aslak)
750
- * Added [#5570] should_not_receive(:msg).with(:specific, "args")
751
- * Applied [#5065] to support using define_method rather than method_missing to capture expected messages on mocks. Thanks to Eero Saynatkari for the tip that made it work.
752
- * Restructured directories and Modules in order to separate rspec into three distinct Modules: Spec::Expectations, Spec::Runner and Spec::Mocks. This will allow us to more easily integrate other mock frameworks and/or allow test/unit users to take advantage of the expectation API.
753
- * Applied [#5620] support any boolean method and arbitrary comparisons (5.should_be < 6) (Patch from Mike Williams)
754
-
755
- == Version 0.6.3
756
-
757
- This release fixes some minor bugs related to RSpec on Rails
758
- Note that if you upgrade a rails app with this version of the rspec_on_rails plugin
759
- you should remove your lib/tasks/rspec.rake if it exists.
760
-
761
- * Backtraces from drb (and other standard ruby libraries) are now stripped from backtraces.
762
- * Applied [#5557] Put rspec.rake into the task directory of the RSpec on Rails plugin (Patch from Daniel Siemssen)
763
- * Applied [#5556] rails_spec_server loads environment.rb twice (Patch from Daniel Siemssen)
764
-
765
- == Version 0.6.2
766
- This release fixes a couple of regressions with the rake task that were introduced in the previous version (0.6.1)
767
-
768
- * Fixed [#5518] ruby -w: warnings in 0.6.1
769
- * Applied [#5525] fix rake task path to spec tool for gem-installed rspec (patch from Riley Lynch)
770
- * Fixed a teensey regression with the rake task - introduced in 0.6.1. The spec command is now quoted so it works on windows.
771
-
772
- == Version 0.6.1
773
- This is the "fix the most annoying bugs release" of RSpec. There are 9 bugfixes this time.
774
- Things that may break backwards compatibility:
775
- 1) Spec::Rake::SpecTask no longer has the options attribute. Use ruby_opts, spec_opts and rcov_opts instead.
776
-
777
- * Fixed [#4891] RCOV task failing on windows
778
- * Fixed [#4896] Shouldn't modify user's $LOAD_PATH (Tip from Gavin Sinclair)
779
- * Fixed [#5369] ruby -w: warnings in RSpec 0.5.16 (Tip from Suraj Kurapati)
780
- * Applied [#5141] ExampleMatcher doesn't escape strings before matching (Patch from Nikolai Weibull).
781
- * Fixed [#5224] Move 'require diff-lcs' from test_helper.rb to diff_test.rb (Tip from Chris Roos)
782
- * Applied [#5449] Rake stats for specs (Patch from Nick Sieger)
783
- * Applied [#5468, #5058] Fix spec runner to correctly run controller specs (Patch from Daniel Siemssen)
784
- * Applied fixes to rails_spec_server to improve its ability to run several times. (Patch from Daniel Siemssen)
785
- * Changed RCov::VerifyTask to fail if the coverage is above the threshold. This is to ensure it gets bumped when coverage improves.
786
-
787
- == Version 0.6.0
788
- This release makes an official commitment to underscore_syntax (with no more support for dot.syntax)
789
-
790
- * Fixed bug (5292) that caused mock argument matching to fail
791
- * Converted ALL tests to use underscore syntax
792
- * Fixed all remaining problems with underscores revealed by converting all the tests to underscores
793
- * Enhanced sugar to support combinations of methods (i.e. once.and_return)
794
- * Simplified helper structure taking advantage of dot/underscore combos (i.e. should.be.an_instance_of, which can be expressed as should be_an_instance_of)
795
- * Added support for at_most in mocks
796
- * Added support for should_not_receive(:msg) (will be removing should_receive(:msg).never some time soon)
797
- * Added support for should_have_exactly(5).items_in_collection
798
-
799
- == Version 0.5.16
800
- This release improves Rails support and test2spec translation.
801
-
802
- * Fixed underscore problems that occurred when RSpec was used in Rails
803
- * Simplified the Rails support by packaging it as a plugin instead of a generator gem.
804
- * Fixed [#5063] 'rspec_on_rails' require line in spec_helper.rb
805
- * Added pre_commit rake task to reduce risk of regressions. Useful for RSpec developers and patchers.
806
- * Added failure_message to RSpec Rake task
807
- * test2spec now defines converted helper methods outside of the setup block (bug #5057).
808
-
809
- == Version 0.5.15
810
- This release removes a prematurely added feature that shouldn't have been added.
811
-
812
- * Removed support for differences that was added in 0.5.14. The functionality is not aligned with RSpec's vision.
813
-
814
- == Version 0.5.14
815
- This release introduces better ways to extend specs, improves some of the core API and
816
- a experimental support for faster rails specs.
817
-
818
- * Added proc methods for specifying differences (increments and decrements). See difference_test.rb
819
- * Methods can now be defined alongside specs. This obsoletes the need for defining methods in setup. (Patch #5002 from Brian Takita)
820
- * Sugar (underscores) now works correctly with should be_a_kind_of and should be_an_instance_of
821
- * Added support for include and inherit in contexts. (Patch #4971 from Brian Takita)
822
- * Added rails_spec and rails_spec_server for faster specs on rails (still buggy - help needed)
823
- * Fixed bug that caused should_render to break if given a :symbol (in Rails)
824
- * Added support for comparing exception message in should_raise and should_not_raise
825
-
826
- == Version 0.5.13
827
- This release fixes some subtle bugs in the mock API.
828
-
829
- * Use fully-qualified class name of Exceptions in failure message. Easier to debug that way.
830
- * Fixed a bug that caused mocks to yield a one-element array (rather than the element) when one yield arg specified.
831
- * Mocks not raise AmbiguousReturnError if an explicit return is used at the same time as an expectation block.
832
- * Blocks passed to yielding mocks can now raise without causing mock verification to fail.
833
-
834
- == Version 0.5.12
835
- This release adds diff support for failure messages, a HTML formatter plus some other
836
- minor enhancements.
837
-
838
- * Added HTML formatter.
839
- * Added fail_on_error option to spectask.
840
- * Added support for diffing, using the diff-lcs Rubygem (#2648).
841
- * Remove RSpec on Rails files from backtrace (#4694).
842
- * All of RSpec's own tests run successfully after translation with test2spec.
843
- * Added --verbose mode for test2spec - useful for debugging when classes fail to translate.
844
- * Output of various formatters is now flushed - to get more continuous output.
845
-
846
- == Version 0.5.11
847
- This release makes test2spec usable with Rails (with some manual steps).
848
- See http://rspec.rubyforge.org/tools/rails.html for more details
849
-
850
- * test2spec now correctly translates bodies of helper methods (non- test_*, setup and teardown ones).
851
- * Added more documentation about how to get test2spec to work with Rails.
852
-
853
- == Version 0.5.10
854
- This version features a second rewrite of test2spec - hopefully better than the previous one.
855
-
856
- * Improved test2spec's internals. It now transforms the syntax tree before writing out the code.
857
-
858
- == Version 0.5.9
859
- This release improves test2spec by allowing more control over the output
860
-
861
- * Added --template option to test2spec, which allows for custom output driven by ERB
862
- * Added --quiet option to test2spec
863
- * Removed unnecessary dependency on RubyToC
864
-
865
- == Version 0.5.8
866
- This release features a new Test::Unit to RSpec translation tool.
867
- Also note that the RubyGem of the previous release (0.5.7) was corrupt.
868
- We're close to being able to translate all of RSpec's own Test::Unit
869
- tests and have them run successfully!
870
-
871
- * Updated test2spec documentation.
872
- * Replaced old test2rspec with a new test2spec, which is based on ParseTree and RubyInline.
873
-
874
- == Version 0.5.7
875
- This release changes examples and documentation to recommend underscores rather than dots,
876
- and addresses some bugfixes and changes to the spec commandline.
877
-
878
- * spec DIR now works correctly, recursing down and slurping all *.rb files
879
- * All documentation and examples are now using '_' instead of '.'
880
- * Custom external formatters can now be specified via --require and --format.
881
-
882
- == Version 0.5.6
883
- This release fixes a bug in the Rails controller generator
884
-
885
- * The controller generator did not write correct source code (missing 'do'). Fixed.
886
-
887
- == Version 0.5.5
888
- This release adds initial support for Ruby on Rails in the rspec_generator gem.
889
-
890
- * [Rails] Reorganised Lachie's original code to be a generator packaged as a gem rather than a plugin.
891
- * [Rails] Imported code from http://lachie.info/svn/projects/rails_plugins/rspec_on_rails (Written by Lachie Cox)
892
- * Remove stack trace lines from TextMate's Ruby bundle
893
- * Better error message from spectask when no spec files are found.
894
-
895
- == Version 0.5.4
896
- The "the tutorial is ahead of the gem" release
897
-
898
- * Support for running a single spec with --spec
899
- * Exitcode is now 1 unless all specs pass, in which case it's 0.
900
- * -v, --version now both mean the same thing
901
- * For what was verbose output (-v), use --format specdoc or -f s
902
- * --format rdoc always runs in dry-run mode
903
- * Removed --doc and added --format and --dry-run
904
- * Refactored towards more pluggable formatters
905
- * Use webgen's execute tag when generating website (more accurate)
906
- * Fixed incorrect quoting of spec_opts in SpecTask
907
- * Added patch to enable underscored shoulds like 1.should_equal(1) - patch from Rich Kilmer
908
- * Removed most inherited instance method from Mock, making more methods mockable.
909
- * Made the RCovVerify task part of the standard toolset.
910
- * Documented Rake task and how to use it with Rcov
911
- * Implemented <ruby></ruby> tags for website (hooking into ERB, RedCloth and syntax)
912
- * RSpec Rake task now takes spec_opts and out params so it can be used for doc generation
913
- * RCov integration for RSpec Rake task (#4058)
914
- * Group all results instead of printing them several times (#4057)
915
- * Mocks can now yield
916
- * Various improvements to error reporting (including #4191)
917
- * backtrace excludes rspec code - use -b to include it
918
- * split examples into examples (passing) and failing_examples
919
-
920
- == Version 0.5.3
921
- The "hurry up, CoR is in two days" release.
922
-
923
- * Don't run rcov by default
924
- * Make separate task for running tests with RCov
925
- * Added Rake task to fail build if coverage drops below a certain threshold
926
- * Even more failure output cleanup (simplification)
927
- * Added duck_type constraint for mocks
928
-
929
- == Version 0.5.2
930
- This release has minor improvements to the commandline and fixes some gem warnings
931
-
932
- * Readded README to avoid RDoc warnings
933
- * Added --version switch to commandline
934
- * More changes to the mock API
935
-
936
- == Version 0.5.1
937
- This release is the first release of RSpec with a new website. It will look better soon.
938
-
939
- * Added initial documentation for API
940
- * Added website based on webgen
941
- * Modified test task to use rcov
942
- * Deleted unused code (thanks, rcov!)
943
- * Various changes to the mock API,
944
- * Various improvements to failure reporting
945
-
946
- == Version 0.5.0
947
- This release introduces a new API and obsolesces previous versions.
948
-
949
- * Moved source code to separate subfolders
950
- * Added new DSL runner based on instance_exec
951
- * Added spike for testdox/rdoc generation
952
- * merge Astels' and Chelimsky's work on ShouldHelper
953
- * this would be 0.5.0 if I updated the documentation
954
- * it breaks all of your existing specifications. We're not sorry.
955
-
956
- == Version 0.3.2
957
-
958
- The "srbaker is an idiot" release.
959
-
960
- * also forgot to update the path to the actual Subversion repository
961
- * this should be it
962
-
963
- == Version 0.3.1
964
-
965
- This is just 0.3.0, but with the TUTORIAL added to the documentation list.
966
-
967
- * forgot to include TUTORIAL in the documentation
968
-
969
- == Version 0.3.0
970
-
971
- It's been a while since last release, lots of new stuff is available. For instance:
972
-
973
- * improvements to the runners
974
- * addition of should_raise expectation (thanks to Brian Takita)
975
- * some documentation improvements
976
- * RSpec usable as a DSL
977
-
978
- == Version 0.2.0
979
-
980
- This release provides a tutorial for new users wishing to get started with
981
- RSpec, and many improvements.
982
-
983
- * improved reporting in the spec runner output
984
- * update the examples to the new mock api
985
- * added TUTORIAL, a getting started document for new users of RSpec
986
-
987
- == Version 0.1.7
988
-
989
- This release improves installation and documentation, mock integration and error reporting.
990
-
991
- * Comparison errors now print the class name too.
992
- * Mocks now take an optional +options+ parameter to specify behaviour.
993
- * Removed __expects in favour of should_receive
994
- * Added line number reporting in mock error messages for unreceived message expectations.
995
- * Added should_match and should_not_match.
996
- * Added a +mock+ method to Spec::Context which will create mocks that autoverify (no need to call __verify).
997
- * Mocks now require names in the constructor to ensure sensible error messages.
998
- * Made 'spec' executable and updated usage instructions in README accordingly.
999
- * Made more parts of the Spec::Context API private to avoid accidental usage.
1000
- * Added more RDoc to Spec::Context.
1001
-
1002
- == Version 0.1.6
1003
-
1004
- More should methods.
1005
-
1006
- * Added should_match and should_not_match.
1007
-
1008
- == Version 0.1.5
1009
-
1010
- Included examples and tests in gem.
1011
-
1012
- == Version 0.1.4
1013
-
1014
- More tests on block based Mock expectations.
1015
-
1016
- == Version 0.1.3
1017
-
1018
- Improved mocking:
1019
-
1020
- * block based Mock expectations.
1021
-
1022
- == Version 0.1.2
1023
-
1024
- This release adds some improvements to the mock API and minor syntax improvements
1025
-
1026
- * Added Mock.should_expect for a more consistent DSL.
1027
- * Added MockExpectation.and_returns for a better DSL.
1028
- * Made Mock behave as a null object after a call to Mock.ignore_missing
1029
- * Internal syntax improvements.
1030
- * Improved exception trace by adding exception class name to error message.
1031
- * Renamed some tests for better consistency.
1032
-
1033
- == Version 0.1.1
1034
-
1035
- This release adds some shoulds and improves error reporting
1036
-
1037
- * Added should be_same_as and should_not be_same_as.
1038
- * Improved error reporting for comparison expectations.
1039
-
1040
- == Version 0.1.0
1041
-
1042
- This is the first preview release of RSpec, a Behaviour-Driven Development library for Ruby
1043
-
1044
- * Added Rake script with tasks for gems, rdoc etc.
1045
- * Added an XForge task to make release go easier.