rackjour 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1497) hide show
  1. data/Gemfile +7 -0
  2. data/Rakefile +21 -0
  3. data/bin/rackjour +20 -0
  4. data/lib/rackjour.rb +16 -0
  5. data/lib/rackjour/master.rb +109 -0
  6. data/lib/rackjour/server.rb +46 -0
  7. data/lib/rackjour/worker.rb +71 -0
  8. data/rackjour.gemspec +29 -0
  9. data/spec/rackjour_worker_spec.rb +34 -0
  10. data/spec/spec_helper.rb +4 -0
  11. data/vendor/gems/cache/builder-2.1.2.gem +0 -0
  12. data/vendor/gems/cache/columnize-0.3.1.gem +0 -0
  13. data/vendor/gems/cache/cucumber-0.4.4.gem +0 -0
  14. data/vendor/gems/cache/diff-lcs-1.1.2.gem +0 -0
  15. data/vendor/gems/cache/dnssd-1.3.1.gem +0 -0
  16. data/vendor/gems/cache/gemcutter-0.1.6.gem +0 -0
  17. data/vendor/gems/cache/geokit-1.5.0.gem +0 -0
  18. data/vendor/gems/cache/json_pure-1.1.9.gem +0 -0
  19. data/vendor/gems/cache/linecache-0.43.gem +0 -0
  20. data/vendor/gems/cache/memcached-0.17.4.gem +0 -0
  21. data/vendor/gems/cache/net-scp-1.0.2.gem +0 -0
  22. data/vendor/gems/cache/net-ssh-2.0.15.gem +0 -0
  23. data/vendor/gems/cache/polyglot-0.2.9.gem +0 -0
  24. data/vendor/gems/cache/rack-1.0.1.gem +0 -0
  25. data/vendor/gems/cache/rackjour-0.0.1.gem +0 -0
  26. data/vendor/gems/cache/rackjour-0.0.10.gem +0 -0
  27. data/vendor/gems/cache/rackjour-0.0.2.gem +0 -0
  28. data/vendor/gems/cache/rackjour-0.0.3.gem +0 -0
  29. data/vendor/gems/cache/rackjour-0.0.4.gem +0 -0
  30. data/vendor/gems/cache/rackjour-0.0.5.gem +0 -0
  31. data/vendor/gems/cache/rackjour-0.0.6.gem +0 -0
  32. data/vendor/gems/cache/rackjour-0.0.7.gem +0 -0
  33. data/vendor/gems/cache/rackjour-0.0.8.gem +0 -0
  34. data/vendor/gems/cache/rackjour-0.0.9.gem +0 -0
  35. data/vendor/gems/cache/rackjour-0.1.1.gem +0 -0
  36. data/vendor/gems/cache/rackjour-0.1.2.gem +0 -0
  37. data/vendor/gems/cache/rackjour-0.1.3.gem +0 -0
  38. data/vendor/gems/cache/rackjour-0.1.4.gem +0 -0
  39. data/vendor/gems/cache/rackjour-0.1.5.gem +0 -0
  40. data/vendor/gems/cache/rspec-1.2.9.gem +0 -0
  41. data/vendor/gems/cache/ruby-debug-0.10.3.gem +0 -0
  42. data/vendor/gems/cache/ruby-debug-base-0.10.3.gem +0 -0
  43. data/vendor/gems/cache/sinatra-0.9.4.gem +0 -0
  44. data/vendor/gems/cache/term-ansicolor-1.0.4.gem +0 -0
  45. data/vendor/gems/cache/treetop-1.4.2.gem +0 -0
  46. data/vendor/gems/environment.rb +139 -0
  47. data/vendor/gems/gems/builder-2.1.2/CHANGES +85 -0
  48. data/vendor/gems/gems/builder-2.1.2/README +210 -0
  49. data/vendor/gems/gems/builder-2.1.2/Rakefile +263 -0
  50. data/vendor/gems/gems/builder-2.1.2/doc/releases/builder-1.2.4.rdoc +31 -0
  51. data/vendor/gems/gems/builder-2.1.2/doc/releases/builder-2.0.0.rdoc +46 -0
  52. data/vendor/gems/gems/builder-2.1.2/doc/releases/builder-2.1.1.rdoc +58 -0
  53. data/vendor/gems/gems/builder-2.1.2/lib/blankslate.rb +113 -0
  54. data/vendor/gems/gems/builder-2.1.2/lib/builder.rb +13 -0
  55. data/vendor/gems/gems/builder-2.1.2/lib/builder/blankslate.rb +20 -0
  56. data/vendor/gems/gems/builder-2.1.2/lib/builder/xchar.rb +115 -0
  57. data/vendor/gems/gems/builder-2.1.2/lib/builder/xmlbase.rb +139 -0
  58. data/vendor/gems/gems/builder-2.1.2/lib/builder/xmlevents.rb +63 -0
  59. data/vendor/gems/gems/builder-2.1.2/lib/builder/xmlmarkup.rb +328 -0
  60. data/vendor/gems/gems/builder-2.1.2/scripts/publish.rb +17 -0
  61. data/vendor/gems/gems/builder-2.1.2/test/performance.rb +30 -0
  62. data/vendor/gems/gems/builder-2.1.2/test/preload.rb +29 -0
  63. data/vendor/gems/gems/builder-2.1.2/test/test_xchar.rb +37 -0
  64. data/vendor/gems/gems/builder-2.1.2/test/testblankslate.rb +183 -0
  65. data/vendor/gems/gems/builder-2.1.2/test/testeventbuilder.rb +133 -0
  66. data/vendor/gems/gems/builder-2.1.2/test/testmarkupbuilder.rb +449 -0
  67. data/vendor/gems/gems/columnize-0.3.1/AUTHORS +1 -0
  68. data/vendor/gems/gems/columnize-0.3.1/COPYING +340 -0
  69. data/vendor/gems/gems/columnize-0.3.1/ChangeLog +97 -0
  70. data/vendor/gems/gems/columnize-0.3.1/NEWS +24 -0
  71. data/vendor/gems/gems/columnize-0.3.1/README +41 -0
  72. data/vendor/gems/gems/columnize-0.3.1/Rakefile +117 -0
  73. data/vendor/gems/gems/columnize-0.3.1/VERSION +1 -0
  74. data/vendor/gems/gems/columnize-0.3.1/lib/columnize.rb +245 -0
  75. data/vendor/gems/gems/columnize-0.3.1/test/test-columnize.rb +81 -0
  76. data/vendor/gems/gems/cucumber-0.4.4/History.txt +1269 -0
  77. data/vendor/gems/gems/cucumber-0.4.4/LICENSE +22 -0
  78. data/vendor/gems/gems/cucumber-0.4.4/Manifest.txt +0 -0
  79. data/vendor/gems/gems/cucumber-0.4.4/README.rdoc +26 -0
  80. data/vendor/gems/gems/cucumber-0.4.4/Rakefile +63 -0
  81. data/vendor/gems/gems/cucumber-0.4.4/VERSION.yml +5 -0
  82. data/vendor/gems/gems/cucumber-0.4.4/bin/cucumber +16 -0
  83. data/vendor/gems/gems/cucumber-0.4.4/cucumber.gemspec +750 -0
  84. data/vendor/gems/gems/cucumber-0.4.4/cucumber.yml +4 -0
  85. data/vendor/gems/gems/cucumber-0.4.4/examples/dos_line_endings/Rakefile +6 -0
  86. data/vendor/gems/gems/cucumber-0.4.4/examples/dos_line_endings/features/dos_line_endings.feature +9 -0
  87. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/README.textile +18 -0
  88. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/Rakefile +32 -0
  89. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/ar/Rakefile +6 -0
  90. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/ar/features/addition.feature +17 -0
  91. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/ar/features/step_definitons/calculator_steps.rb +24 -0
  92. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/ar/lib/calculator.rb +11 -0
  93. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/bg/Rakefile +6 -0
  94. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/bg/features/addition.feature +12 -0
  95. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/bg/features/consecutive_calculations.feature +19 -0
  96. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/bg/features/division.feature +17 -0
  97. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/bg/features/step_definitons/calculator_steps.rb +24 -0
  98. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/bg/features/support/env.rb +6 -0
  99. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/bg/features/support/world.rb +8 -0
  100. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/bg/lib/calculator.rb +24 -0
  101. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/cat/Rakefile +6 -0
  102. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/cat/features/step_definitons/calculator_steps.rb +21 -0
  103. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/cat/features/suma.feature +17 -0
  104. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/cat/lib/calculadora.rb +16 -0
  105. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/da/Rakefile +6 -0
  106. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/da/features/sammenlaegning.feature +18 -0
  107. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/da/features/step_definitons/lommeregner_steps.rb +24 -0
  108. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/da/lib/lommeregner.rb +11 -0
  109. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/de/Rakefile +6 -0
  110. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/de/features/addition.feature +17 -0
  111. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/de/features/division.feature +10 -0
  112. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/de/features/step_definitons/calculator_steps.rb +24 -0
  113. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/de/lib/calculator.rb +14 -0
  114. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/en-lol/Rakefile +6 -0
  115. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/en-lol/features/step_definitions/cucumbrz_steps.rb +16 -0
  116. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/en-lol/features/stuffing.feature +8 -0
  117. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/en-lol/features/support/env.rb +8 -0
  118. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/en-lol/lib/basket.rb +12 -0
  119. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/en-lol/lib/belly.rb +11 -0
  120. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/en/Rakefile +6 -0
  121. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/en/features/addition.feature +17 -0
  122. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/en/features/division.feature +10 -0
  123. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/en/features/step_definitons/calculator_steps.rb +24 -0
  124. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/en/lib/calculator.rb +14 -0
  125. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/es/Rakefile +6 -0
  126. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/es/features/adicion.feature +17 -0
  127. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/es/features/step_definitons/calculador_steps.rb +21 -0
  128. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/es/lib/calculador.rb +14 -0
  129. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/et/Rakefile +6 -0
  130. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/et/features/jagamine.feature +10 -0
  131. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/et/features/liitmine.feature +17 -0
  132. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/et/features/step_definitions/kalkulaator_steps.rb +24 -0
  133. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/et/lib/kalkulaator.rb +14 -0
  134. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/fi/Rakefile +6 -0
  135. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/fi/features/jakolasku.feature +10 -0
  136. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/fi/features/step_definitons/laskin_steps.rb +24 -0
  137. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/fi/features/yhteenlasku.feature +17 -0
  138. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/fi/lib/laskin.rb +14 -0
  139. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/fr/Rakefile +6 -0
  140. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/fr/features/addition.feature +18 -0
  141. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/fr/features/step_definitions/calculatrice_steps.rb +25 -0
  142. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/fr/lib/calculatrice.rb +10 -0
  143. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/he/Rakefile +6 -0
  144. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/he/features/addition.feature +17 -0
  145. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/he/features/division.feature +10 -0
  146. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/he/features/step_definitons/calculator_steps.rb +24 -0
  147. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/he/lib/calculator.rb +14 -0
  148. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/hu/Rakefile +6 -0
  149. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/hu/features/addition.feature +17 -0
  150. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/hu/features/division.feature +10 -0
  151. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/hu/features/step_definitons/calculator_steps.rb +25 -0
  152. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/hu/lib/calculator.rb +14 -0
  153. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/id/Rakefile +6 -0
  154. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/id/features/addition.feature +17 -0
  155. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/id/features/division.feature +10 -0
  156. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/id/features/step_definitons/calculator_steps.rb +24 -0
  157. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/id/lib/calculator.rb +14 -0
  158. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/it/Rakefile +6 -0
  159. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/it/features/somma.feature +11 -0
  160. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/it/features/step_definitons/calcolatrice_steps.rb +24 -0
  161. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/it/lib/calcolatrice.rb +11 -0
  162. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/ja/Rakefile +6 -0
  163. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/ja/features/addition.feature +17 -0
  164. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/ja/features/division.feature +10 -0
  165. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/ja/features/step_definitons/calculator_steps.rb +24 -0
  166. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/ja/lib/calculator.rb +14 -0
  167. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/ko/Rakefile +6 -0
  168. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/ko/features/addition.feature +17 -0
  169. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/ko/features/division.feature +11 -0
  170. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/ko/features/step_definitons/calculator_steps.rb +24 -0
  171. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/ko/lib/calculator.rb +14 -0
  172. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/lt/Rakefile +6 -0
  173. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/lt/features/addition.feature +17 -0
  174. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/lt/features/division.feature +10 -0
  175. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/lt/features/step_definitons/calculator_steps.rb +24 -0
  176. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/lt/lib/calculator.rb +14 -0
  177. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/lv/Rakefile +6 -0
  178. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/lv/features/addition.feature +17 -0
  179. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/lv/features/division.feature +10 -0
  180. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/lv/features/step_definitons/calculator_steps.rb +24 -0
  181. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/lv/lib/calculator.rb +14 -0
  182. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/no/Rakefile +6 -0
  183. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/no/features/step_definitons/kalkulator_steps.rb +17 -0
  184. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/no/features/summering.feature +19 -0
  185. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/no/features/support/env.rb +6 -0
  186. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/no/lib/kalkulator.rb +11 -0
  187. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/pl/Rakefile +6 -0
  188. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/pl/features/addition.feature +17 -0
  189. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/pl/features/division.feature +10 -0
  190. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/pl/features/step_definitons/calculator_steps.rb +24 -0
  191. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/pl/features/support/env.rb +6 -0
  192. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/pl/lib/calculator.rb +14 -0
  193. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/pt/Rakefile +6 -0
  194. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/pt/features/adicao.feature +11 -0
  195. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/pt/features/step_definitions/calculadora_steps.rb +20 -0
  196. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/pt/features/support/env.rb +6 -0
  197. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/pt/lib/calculadora.rb +10 -0
  198. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/ro/Rakefile +6 -0
  199. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/ro/features/step_definitons/calculator_steps.rb +24 -0
  200. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/ro/features/suma.feature +11 -0
  201. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/ro/lib/calculator.rb +11 -0
  202. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/ru/Rakefile +6 -0
  203. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/ru/features/addition.feature +11 -0
  204. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/ru/features/consecutive_calculations.feature +17 -0
  205. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/ru/features/division.feature +16 -0
  206. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/ru/features/step_definitons/calculator_steps.rb +19 -0
  207. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/ru/features/support/env.rb +6 -0
  208. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/ru/features/support/world.rb +8 -0
  209. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/ru/lib/calculator.rb +24 -0
  210. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/se/Rakefile +6 -0
  211. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/se/features/step_definitons/kalkulator_steps.rb +24 -0
  212. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/se/features/summering.feature +18 -0
  213. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/se/lib/kalkulator.rb +11 -0
  214. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/sk/Rakefile +6 -0
  215. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/sk/features/addition.feature +17 -0
  216. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/sk/features/division.feature +10 -0
  217. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/sk/features/step_definitons/calculator_steps.rb +24 -0
  218. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/sk/lib/calculator.rb +14 -0
  219. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/sr-latn/Rakefile +6 -0
  220. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/sr-latn/features/sabiranje.feature +18 -0
  221. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/sr-latn/features/step_definitons/calculator_steps.rb +24 -0
  222. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/sr-latn/lib/calculator.rb +12 -0
  223. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/sr/Rakefile +6 -0
  224. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/sr/features/sabiranje.feature +18 -0
  225. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/sr/features/step_definitons/calculator_steps.rb +24 -0
  226. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/sr/lib/calculator.rb +12 -0
  227. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/tr/Rakefile +6 -0
  228. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/tr/features/bolme.feature +10 -0
  229. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/tr/features/step_definitons/hesap_makinesi_adimlari.rb +24 -0
  230. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/tr/features/toplama.feature +18 -0
  231. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/tr/lib/hesap_makinesi.rb +15 -0
  232. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/uz/Rakefile +6 -0
  233. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/uz/features/addition.feature +10 -0
  234. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/uz/features/consecutive_calculations.feature +17 -0
  235. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/uz/features/division.feature +17 -0
  236. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/uz/features/step_definitons/calculator_steps.rb +19 -0
  237. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/uz/features/support/env.rb +6 -0
  238. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/uz/features/support/world.rb +8 -0
  239. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/uz/lib/calculator.rb +24 -0
  240. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/zh-CN/Rakefile +6 -0
  241. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/zh-CN/features/addition.feature +18 -0
  242. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/zh-CN/features/step_definitons/calculator_steps.rb +26 -0
  243. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/zh-CN/lib/calculator.rb +10 -0
  244. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/zh-TW/Rakefile +6 -0
  245. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/zh-TW/features/addition.feature +17 -0
  246. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/zh-TW/features/division.feature +11 -0
  247. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/zh-TW/features/step_definitons/calculator_steps.rb +24 -0
  248. data/vendor/gems/gems/cucumber-0.4.4/examples/i18n/zh-TW/lib/calculator.rb +14 -0
  249. data/vendor/gems/gems/cucumber-0.4.4/examples/junit/features/one_passing_one_failing.feature +8 -0
  250. data/vendor/gems/gems/cucumber-0.4.4/examples/junit/features/pending.feature +5 -0
  251. data/vendor/gems/gems/cucumber-0.4.4/examples/junit/features/step_definitions/steps.rb +11 -0
  252. data/vendor/gems/gems/cucumber-0.4.4/examples/python/features/fibonacci.feature +19 -0
  253. data/vendor/gems/gems/cucumber-0.4.4/examples/python/features/step_definitions/fib_steps.py +11 -0
  254. data/vendor/gems/gems/cucumber-0.4.4/examples/python/lib/fib.py +7 -0
  255. data/vendor/gems/gems/cucumber-0.4.4/examples/ramaze/README.textile +7 -0
  256. data/vendor/gems/gems/cucumber-0.4.4/examples/ramaze/Rakefile +6 -0
  257. data/vendor/gems/gems/cucumber-0.4.4/examples/ramaze/app.rb +21 -0
  258. data/vendor/gems/gems/cucumber-0.4.4/examples/ramaze/features/add.feature +11 -0
  259. data/vendor/gems/gems/cucumber-0.4.4/examples/ramaze/features/step_definitions/add_steps.rb +15 -0
  260. data/vendor/gems/gems/cucumber-0.4.4/examples/ramaze/features/support/env.rb +32 -0
  261. data/vendor/gems/gems/cucumber-0.4.4/examples/ramaze/layout/default.html.erb +8 -0
  262. data/vendor/gems/gems/cucumber-0.4.4/examples/ramaze/view/index.html.erb +5 -0
  263. data/vendor/gems/gems/cucumber-0.4.4/examples/ruby2python/features/fibonacci.feature +19 -0
  264. data/vendor/gems/gems/cucumber-0.4.4/examples/ruby2python/features/step_definitions/fib_steps.rb +7 -0
  265. data/vendor/gems/gems/cucumber-0.4.4/examples/ruby2python/features/support/env.rb +21 -0
  266. data/vendor/gems/gems/cucumber-0.4.4/examples/ruby2python/lib/fib.py +7 -0
  267. data/vendor/gems/gems/cucumber-0.4.4/examples/selenium/Rakefile +6 -0
  268. data/vendor/gems/gems/cucumber-0.4.4/examples/selenium/features/search.feature +9 -0
  269. data/vendor/gems/gems/cucumber-0.4.4/examples/selenium/features/step_definitons/search_steps.rb +13 -0
  270. data/vendor/gems/gems/cucumber-0.4.4/examples/selenium/features/support/env.rb +19 -0
  271. data/vendor/gems/gems/cucumber-0.4.4/examples/selenium_webrat/Rakefile +6 -0
  272. data/vendor/gems/gems/cucumber-0.4.4/examples/selenium_webrat/config.ru +0 -0
  273. data/vendor/gems/gems/cucumber-0.4.4/examples/selenium_webrat/features/search.feature +9 -0
  274. data/vendor/gems/gems/cucumber-0.4.4/examples/selenium_webrat/features/step_definitons/search_steps.rb +13 -0
  275. data/vendor/gems/gems/cucumber-0.4.4/examples/selenium_webrat/features/support/env.rb +45 -0
  276. data/vendor/gems/gems/cucumber-0.4.4/examples/self_test/README.textile +6 -0
  277. data/vendor/gems/gems/cucumber-0.4.4/examples/self_test/Rakefile +6 -0
  278. data/vendor/gems/gems/cucumber-0.4.4/examples/self_test/features/background/background_tagged_before_on_outline.feature +12 -0
  279. data/vendor/gems/gems/cucumber-0.4.4/examples/self_test/features/background/background_with_name.feature +7 -0
  280. data/vendor/gems/gems/cucumber-0.4.4/examples/self_test/features/background/failing_background.feature +12 -0
  281. data/vendor/gems/gems/cucumber-0.4.4/examples/self_test/features/background/failing_background_after_success.feature +11 -0
  282. data/vendor/gems/gems/cucumber-0.4.4/examples/self_test/features/background/multiline_args_background.feature +32 -0
  283. data/vendor/gems/gems/cucumber-0.4.4/examples/self_test/features/background/passing_background.feature +10 -0
  284. data/vendor/gems/gems/cucumber-0.4.4/examples/self_test/features/background/pending_background.feature +10 -0
  285. data/vendor/gems/gems/cucumber-0.4.4/examples/self_test/features/background/scenario_outline_failing_background.feature +16 -0
  286. data/vendor/gems/gems/cucumber-0.4.4/examples/self_test/features/background/scenario_outline_passing_background.feature +16 -0
  287. data/vendor/gems/gems/cucumber-0.4.4/examples/self_test/features/call_undefined_step_from_step_def.feature +7 -0
  288. data/vendor/gems/gems/cucumber-0.4.4/examples/self_test/features/failing_expectation.feature +4 -0
  289. data/vendor/gems/gems/cucumber-0.4.4/examples/self_test/features/lots_of_undefined.feature +8 -0
  290. data/vendor/gems/gems/cucumber-0.4.4/examples/self_test/features/multiline_name.feature +27 -0
  291. data/vendor/gems/gems/cucumber-0.4.4/examples/self_test/features/outline_sample.feature +15 -0
  292. data/vendor/gems/gems/cucumber-0.4.4/examples/self_test/features/sample.feature +21 -0
  293. data/vendor/gems/gems/cucumber-0.4.4/examples/self_test/features/search_sample.feature +32 -0
  294. data/vendor/gems/gems/cucumber-0.4.4/examples/self_test/features/step_definitions/sample_steps.rb +81 -0
  295. data/vendor/gems/gems/cucumber-0.4.4/examples/self_test/features/support/env.rb +18 -0
  296. data/vendor/gems/gems/cucumber-0.4.4/examples/self_test/features/tags_sample.feature +17 -0
  297. data/vendor/gems/gems/cucumber-0.4.4/examples/self_test/features/tons_of_cukes.feature +52 -0
  298. data/vendor/gems/gems/cucumber-0.4.4/examples/self_test/features/undefined_multiline_args.feature +12 -0
  299. data/vendor/gems/gems/cucumber-0.4.4/examples/self_test/list-of-features.txt +1 -0
  300. data/vendor/gems/gems/cucumber-0.4.4/examples/self_test/tmp/features/step_definitions/steps.rb +10 -0
  301. data/vendor/gems/gems/cucumber-0.4.4/examples/sinatra/README.textile +13 -0
  302. data/vendor/gems/gems/cucumber-0.4.4/examples/sinatra/Rakefile +6 -0
  303. data/vendor/gems/gems/cucumber-0.4.4/examples/sinatra/app.rb +14 -0
  304. data/vendor/gems/gems/cucumber-0.4.4/examples/sinatra/features/add.feature +11 -0
  305. data/vendor/gems/gems/cucumber-0.4.4/examples/sinatra/features/step_definitions/add_steps.rb +15 -0
  306. data/vendor/gems/gems/cucumber-0.4.4/examples/sinatra/features/support/env.rb +30 -0
  307. data/vendor/gems/gems/cucumber-0.4.4/examples/sinatra/views/add.erb +5 -0
  308. data/vendor/gems/gems/cucumber-0.4.4/examples/sinatra/views/layout.erb +8 -0
  309. data/vendor/gems/gems/cucumber-0.4.4/examples/steps_library/features/step_definitions/steps_lib1.rb +8 -0
  310. data/vendor/gems/gems/cucumber-0.4.4/examples/steps_library/features/step_definitions/steps_lib2.rb +8 -0
  311. data/vendor/gems/gems/cucumber-0.4.4/examples/test_unit/Rakefile +6 -0
  312. data/vendor/gems/gems/cucumber-0.4.4/examples/test_unit/features/step_definitions/test_unit_steps.rb +23 -0
  313. data/vendor/gems/gems/cucumber-0.4.4/examples/test_unit/features/test_unit.feature +9 -0
  314. data/vendor/gems/gems/cucumber-0.4.4/examples/tickets/Rakefile +20 -0
  315. data/vendor/gems/gems/cucumber-0.4.4/examples/tickets/features.html +138 -0
  316. data/vendor/gems/gems/cucumber-0.4.4/examples/tickets/features/172.feature +28 -0
  317. data/vendor/gems/gems/cucumber-0.4.4/examples/tickets/features/177/1.feature +29 -0
  318. data/vendor/gems/gems/cucumber-0.4.4/examples/tickets/features/177/2.feature +21 -0
  319. data/vendor/gems/gems/cucumber-0.4.4/examples/tickets/features/177/3.feature +18 -0
  320. data/vendor/gems/gems/cucumber-0.4.4/examples/tickets/features/180.feature +7 -0
  321. data/vendor/gems/gems/cucumber-0.4.4/examples/tickets/features/229/tagged_hooks.feature +8 -0
  322. data/vendor/gems/gems/cucumber-0.4.4/examples/tickets/features/229/tagged_hooks.rb +14 -0
  323. data/vendor/gems/gems/cucumber-0.4.4/examples/tickets/features/236.feature +13 -0
  324. data/vendor/gems/gems/cucumber-0.4.4/examples/tickets/features/241.feature +13 -0
  325. data/vendor/gems/gems/cucumber-0.4.4/examples/tickets/features/246.feature +4 -0
  326. data/vendor/gems/gems/cucumber-0.4.4/examples/tickets/features/248.feature +11 -0
  327. data/vendor/gems/gems/cucumber-0.4.4/examples/tickets/features/270/back.feature +14 -0
  328. data/vendor/gems/gems/cucumber-0.4.4/examples/tickets/features/270/back.steps.rb +14 -0
  329. data/vendor/gems/gems/cucumber-0.4.4/examples/tickets/features/272/hooks.feature +26 -0
  330. data/vendor/gems/gems/cucumber-0.4.4/examples/tickets/features/272/hooks_steps.rb +53 -0
  331. data/vendor/gems/gems/cucumber-0.4.4/examples/tickets/features/279/py_string_indent.feature +25 -0
  332. data/vendor/gems/gems/cucumber-0.4.4/examples/tickets/features/279/py_string_indent.steps.rb +12 -0
  333. data/vendor/gems/gems/cucumber-0.4.4/examples/tickets/features/279/wrong.feature_ +11 -0
  334. data/vendor/gems/gems/cucumber-0.4.4/examples/tickets/features/301/filter_background_tagged_hooks.feature +6 -0
  335. data/vendor/gems/gems/cucumber-0.4.4/examples/tickets/features/301/filter_background_tagged_hooks_steps.rb +12 -0
  336. data/vendor/gems/gems/cucumber-0.4.4/examples/tickets/features/306/only_background.feature +4 -0
  337. data/vendor/gems/gems/cucumber-0.4.4/examples/tickets/features/lib/eatting_machine.rb +18 -0
  338. data/vendor/gems/gems/cucumber-0.4.4/examples/tickets/features/lib/pantry.rb +20 -0
  339. data/vendor/gems/gems/cucumber-0.4.4/examples/tickets/features/scenario_outline.feature +95 -0
  340. data/vendor/gems/gems/cucumber-0.4.4/examples/tickets/features/step_definitons/246_steps.rb +3 -0
  341. data/vendor/gems/gems/cucumber-0.4.4/examples/tickets/features/step_definitons/248_steps.rb +15 -0
  342. data/vendor/gems/gems/cucumber-0.4.4/examples/tickets/features/step_definitons/scenario_outline_steps.rb +42 -0
  343. data/vendor/gems/gems/cucumber-0.4.4/examples/tickets/features/step_definitons/tickets_steps.rb +81 -0
  344. data/vendor/gems/gems/cucumber-0.4.4/examples/tickets/features/table_diffing.feature +13 -0
  345. data/vendor/gems/gems/cucumber-0.4.4/examples/tickets/features/tickets.feature +28 -0
  346. data/vendor/gems/gems/cucumber-0.4.4/examples/watir/README.textile +16 -0
  347. data/vendor/gems/gems/cucumber-0.4.4/examples/watir/Rakefile +10 -0
  348. data/vendor/gems/gems/cucumber-0.4.4/examples/watir/features/search.feature +12 -0
  349. data/vendor/gems/gems/cucumber-0.4.4/examples/watir/features/step_definitions/search_steps.rb +26 -0
  350. data/vendor/gems/gems/cucumber-0.4.4/examples/watir/features/support/env.rb +32 -0
  351. data/vendor/gems/gems/cucumber-0.4.4/examples/watir/features/support/screenshots.rb +44 -0
  352. data/vendor/gems/gems/cucumber-0.4.4/examples/webrat/features/search.feature +12 -0
  353. data/vendor/gems/gems/cucumber-0.4.4/examples/webrat/features/step_definitions/kvasir_steps.rb +14 -0
  354. data/vendor/gems/gems/cucumber-0.4.4/examples/webrat/features/support/env.rb +17 -0
  355. data/vendor/gems/gems/cucumber-0.4.4/features/announce.feature +122 -0
  356. data/vendor/gems/gems/cucumber-0.4.4/features/background.feature +308 -0
  357. data/vendor/gems/gems/cucumber-0.4.4/features/bug_371.feature +32 -0
  358. data/vendor/gems/gems/cucumber-0.4.4/features/bug_464.feature +16 -0
  359. data/vendor/gems/gems/cucumber-0.4.4/features/bug_475.feature +43 -0
  360. data/vendor/gems/gems/cucumber-0.4.4/features/call_many_steps.feature +124 -0
  361. data/vendor/gems/gems/cucumber-0.4.4/features/cucumber_cli.feature +652 -0
  362. data/vendor/gems/gems/cucumber-0.4.4/features/cucumber_cli_diff_disabled.feature +52 -0
  363. data/vendor/gems/gems/cucumber-0.4.4/features/cucumber_cli_outlines.feature +105 -0
  364. data/vendor/gems/gems/cucumber-0.4.4/features/custom_formatter.feature +46 -0
  365. data/vendor/gems/gems/cucumber-0.4.4/features/default_snippets.feature +42 -0
  366. data/vendor/gems/gems/cucumber-0.4.4/features/drb_server_integration.feature +174 -0
  367. data/vendor/gems/gems/cucumber-0.4.4/features/exception_in_after_block.feature +100 -0
  368. data/vendor/gems/gems/cucumber-0.4.4/features/exception_in_after_step_block.feature +102 -0
  369. data/vendor/gems/gems/cucumber-0.4.4/features/exception_in_before_block.feature +78 -0
  370. data/vendor/gems/gems/cucumber-0.4.4/features/exclude_files.feature +20 -0
  371. data/vendor/gems/gems/cucumber-0.4.4/features/expand.feature +60 -0
  372. data/vendor/gems/gems/cucumber-0.4.4/features/html_formatter.feature +7 -0
  373. data/vendor/gems/gems/cucumber-0.4.4/features/html_formatter/a.html +183 -0
  374. data/vendor/gems/gems/cucumber-0.4.4/features/junit_formatter.feature +88 -0
  375. data/vendor/gems/gems/cucumber-0.4.4/features/language_from_header.feature +30 -0
  376. data/vendor/gems/gems/cucumber-0.4.4/features/language_help.feature +70 -0
  377. data/vendor/gems/gems/cucumber-0.4.4/features/listener_debugger_formatter.feature +41 -0
  378. data/vendor/gems/gems/cucumber-0.4.4/features/multiline_names.feature +43 -0
  379. data/vendor/gems/gems/cucumber-0.4.4/features/negative_tagged_hooks.feature +61 -0
  380. data/vendor/gems/gems/cucumber-0.4.4/features/post_configuration_hook.feature +37 -0
  381. data/vendor/gems/gems/cucumber-0.4.4/features/profiles.feature +112 -0
  382. data/vendor/gems/gems/cucumber-0.4.4/features/rake_task.feature +152 -0
  383. data/vendor/gems/gems/cucumber-0.4.4/features/report_called_undefined_steps.feature +34 -0
  384. data/vendor/gems/gems/cucumber-0.4.4/features/simplest.feature +11 -0
  385. data/vendor/gems/gems/cucumber-0.4.4/features/snippet.feature +22 -0
  386. data/vendor/gems/gems/cucumber-0.4.4/features/step_definitions/cucumber_steps.rb +154 -0
  387. data/vendor/gems/gems/cucumber-0.4.4/features/step_definitions/extra_steps.rb +2 -0
  388. data/vendor/gems/gems/cucumber-0.4.4/features/step_definitions/simplest_steps.rb +3 -0
  389. data/vendor/gems/gems/cucumber-0.4.4/features/step_definitions/wire_steps.rb +14 -0
  390. data/vendor/gems/gems/cucumber-0.4.4/features/support/env.rb +141 -0
  391. data/vendor/gems/gems/cucumber-0.4.4/features/support/env.rb.simplest +7 -0
  392. data/vendor/gems/gems/cucumber-0.4.4/features/support/fake_wire_server.rb +63 -0
  393. data/vendor/gems/gems/cucumber-0.4.4/features/table_diffing.feature +45 -0
  394. data/vendor/gems/gems/cucumber-0.4.4/features/table_mapping.feature +35 -0
  395. data/vendor/gems/gems/cucumber-0.4.4/features/tag_logic.feature +258 -0
  396. data/vendor/gems/gems/cucumber-0.4.4/features/transform.feature +231 -0
  397. data/vendor/gems/gems/cucumber-0.4.4/features/unicode_table.feature +35 -0
  398. data/vendor/gems/gems/cucumber-0.4.4/features/usage_and_stepdefs_formatter.feature +169 -0
  399. data/vendor/gems/gems/cucumber-0.4.4/features/wire_protocol.feature +177 -0
  400. data/vendor/gems/gems/cucumber-0.4.4/features/work_in_progress.feature +156 -0
  401. data/vendor/gems/gems/cucumber-0.4.4/gem_tasks/contributors.rake +13 -0
  402. data/vendor/gems/gems/cucumber-0.4.4/gem_tasks/environment.rake +7 -0
  403. data/vendor/gems/gems/cucumber-0.4.4/gem_tasks/features.rake +16 -0
  404. data/vendor/gems/gems/cucumber-0.4.4/gem_tasks/fix_cr_lf.rake +10 -0
  405. data/vendor/gems/gems/cucumber-0.4.4/gem_tasks/flog.rake +4 -0
  406. data/vendor/gems/gems/cucumber-0.4.4/gem_tasks/rspec.rake +15 -0
  407. data/vendor/gems/gems/cucumber-0.4.4/gem_tasks/sass.rake +4 -0
  408. data/vendor/gems/gems/cucumber-0.4.4/gem_tasks/sdoc.rake +12 -0
  409. data/vendor/gems/gems/cucumber-0.4.4/lib/README.rdoc +12 -0
  410. data/vendor/gems/gems/cucumber-0.4.4/lib/autotest/cucumber.rb +6 -0
  411. data/vendor/gems/gems/cucumber-0.4.4/lib/autotest/cucumber_mixin.rb +131 -0
  412. data/vendor/gems/gems/cucumber-0.4.4/lib/autotest/cucumber_rails.rb +6 -0
  413. data/vendor/gems/gems/cucumber-0.4.4/lib/autotest/cucumber_rails_rspec.rb +6 -0
  414. data/vendor/gems/gems/cucumber-0.4.4/lib/autotest/cucumber_rspec.rb +6 -0
  415. data/vendor/gems/gems/cucumber-0.4.4/lib/autotest/discover.rb +9 -0
  416. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber.rb +15 -0
  417. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/ast.rb +30 -0
  418. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/ast/background.rb +75 -0
  419. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/ast/comment.rb +31 -0
  420. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/ast/examples.rb +36 -0
  421. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/ast/feature.rb +85 -0
  422. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/ast/feature_element.rb +68 -0
  423. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/ast/features.rb +40 -0
  424. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/ast/outline_table.rb +166 -0
  425. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/ast/py_string.rb +59 -0
  426. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/ast/scenario.rb +111 -0
  427. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/ast/scenario_outline.rb +100 -0
  428. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/ast/step.rb +121 -0
  429. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/ast/step_collection.rb +76 -0
  430. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/ast/step_invocation.rb +190 -0
  431. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/ast/table.rb +655 -0
  432. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/ast/tags.rb +122 -0
  433. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/ast/tree_walker.rb +201 -0
  434. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/ast/visitor.rb +11 -0
  435. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/broadcaster.rb +13 -0
  436. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/cli/configuration.rb +195 -0
  437. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/cli/drb_client.rb +32 -0
  438. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/cli/language_help_formatter.rb +72 -0
  439. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/cli/main.rb +121 -0
  440. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/cli/options.rb +403 -0
  441. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/cli/profile_loader.rb +82 -0
  442. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/constantize.rb +34 -0
  443. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/core_ext/instance_exec.rb +98 -0
  444. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/core_ext/proc.rb +30 -0
  445. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/core_ext/string.rb +16 -0
  446. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/feature_file.rb +54 -0
  447. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/filter.rb +41 -0
  448. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/formatter/ansicolor.rb +157 -0
  449. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/formatter/color_io.rb +23 -0
  450. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/formatter/console.rb +205 -0
  451. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/formatter/cucumber.css +132 -0
  452. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/formatter/cucumber.sass +139 -0
  453. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/formatter/debug.rb +33 -0
  454. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/formatter/duration.rb +13 -0
  455. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/formatter/html.rb +369 -0
  456. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/formatter/junit.rb +140 -0
  457. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/formatter/ordered_xml_markup.rb +24 -0
  458. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/formatter/pdf.rb +234 -0
  459. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/formatter/pretty.rb +239 -0
  460. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/formatter/progress.rb +73 -0
  461. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/formatter/rerun.rb +48 -0
  462. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/formatter/stepdefs.rb +14 -0
  463. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/formatter/steps.rb +49 -0
  464. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/formatter/summary.rb +35 -0
  465. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/formatter/tag_cloud.rb +30 -0
  466. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/formatter/unicode.rb +35 -0
  467. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/formatter/usage.rb +127 -0
  468. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/language_support.rb +30 -0
  469. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/language_support/language_methods.rb +110 -0
  470. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/languages.yml +611 -0
  471. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/parser.rb +8 -0
  472. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/parser/common.rb +170 -0
  473. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/parser/common.tt +21 -0
  474. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/parser/feature.rb +1517 -0
  475. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/parser/feature.tt +281 -0
  476. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/parser/i18n.tt +44 -0
  477. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/parser/natural_language.rb +81 -0
  478. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/parser/py_string.rb +276 -0
  479. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/parser/py_string.tt +45 -0
  480. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/parser/table.rb +305 -0
  481. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/parser/table.tt +60 -0
  482. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/parser/treetop_ext.rb +53 -0
  483. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/platform.rb +31 -0
  484. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/py_support/py_dsl.py +10 -0
  485. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/py_support/py_language.py +10 -0
  486. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/py_support/py_language.rb +81 -0
  487. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/rails/action_controller.rb +38 -0
  488. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/rails/active_record.rb +30 -0
  489. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/rails/rspec.rb +10 -0
  490. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/rails/test_unit.rb +9 -0
  491. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/rails/world.rb +30 -0
  492. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/rake/task.rb +166 -0
  493. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/rb_support/rb_dsl.rb +102 -0
  494. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/rb_support/rb_hook.rb +19 -0
  495. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/rb_support/rb_language.rb +179 -0
  496. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/rb_support/rb_step_definition.rb +75 -0
  497. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/rb_support/rb_transform.rb +37 -0
  498. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/rb_support/rb_world.rb +81 -0
  499. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/rb_support/regexp_argument_matcher.rb +21 -0
  500. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/rspec_neuter.rb +23 -0
  501. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/step_argument.rb +9 -0
  502. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/step_definition_light.rb +20 -0
  503. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/step_match.rb +107 -0
  504. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/step_mother.rb +351 -0
  505. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/webrat/element_locator.rb +89 -0
  506. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/webrat/table_locator.rb +1 -0
  507. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/wire_support/connection.rb +42 -0
  508. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/wire_support/request_handler.rb +19 -0
  509. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/wire_support/wire_exception.rb +10 -0
  510. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/wire_support/wire_language.rb +52 -0
  511. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/wire_support/wire_packet.rb +34 -0
  512. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/wire_support/wire_protocol.rb +64 -0
  513. data/vendor/gems/gems/cucumber-0.4.4/lib/cucumber/wire_support/wire_step_definition.rb +21 -0
  514. data/vendor/gems/gems/cucumber-0.4.4/rails_generators/cucumber/USAGE +11 -0
  515. data/vendor/gems/gems/cucumber-0.4.4/rails_generators/cucumber/cucumber_generator.rb +117 -0
  516. data/vendor/gems/gems/cucumber-0.4.4/rails_generators/cucumber/templates/cucumber +17 -0
  517. data/vendor/gems/gems/cucumber-0.4.4/rails_generators/cucumber/templates/cucumber.rake +46 -0
  518. data/vendor/gems/gems/cucumber-0.4.4/rails_generators/cucumber/templates/cucumber_environment.rb +30 -0
  519. data/vendor/gems/gems/cucumber-0.4.4/rails_generators/cucumber/templates/env.rb +49 -0
  520. data/vendor/gems/gems/cucumber-0.4.4/rails_generators/cucumber/templates/paths.rb +27 -0
  521. data/vendor/gems/gems/cucumber-0.4.4/rails_generators/cucumber/templates/spork_env.rb +57 -0
  522. data/vendor/gems/gems/cucumber-0.4.4/rails_generators/cucumber/templates/version_check.rb +31 -0
  523. data/vendor/gems/gems/cucumber-0.4.4/rails_generators/cucumber/templates/webrat_steps.rb +241 -0
  524. data/vendor/gems/gems/cucumber-0.4.4/rails_generators/feature/USAGE +12 -0
  525. data/vendor/gems/gems/cucumber-0.4.4/rails_generators/feature/feature_generator.rb +40 -0
  526. data/vendor/gems/gems/cucumber-0.4.4/rails_generators/feature/templates/feature.erb +31 -0
  527. data/vendor/gems/gems/cucumber-0.4.4/rails_generators/feature/templates/steps.erb +14 -0
  528. data/vendor/gems/gems/cucumber-0.4.4/spec/cucumber/ast/background_spec.rb +54 -0
  529. data/vendor/gems/gems/cucumber-0.4.4/spec/cucumber/ast/feature_element_spec.rb +41 -0
  530. data/vendor/gems/gems/cucumber-0.4.4/spec/cucumber/ast/feature_factory.rb +62 -0
  531. data/vendor/gems/gems/cucumber-0.4.4/spec/cucumber/ast/feature_spec.rb +44 -0
  532. data/vendor/gems/gems/cucumber-0.4.4/spec/cucumber/ast/outline_table_spec.rb +21 -0
  533. data/vendor/gems/gems/cucumber-0.4.4/spec/cucumber/ast/py_string_spec.rb +51 -0
  534. data/vendor/gems/gems/cucumber-0.4.4/spec/cucumber/ast/scenario_outline_spec.rb +73 -0
  535. data/vendor/gems/gems/cucumber-0.4.4/spec/cucumber/ast/scenario_spec.rb +45 -0
  536. data/vendor/gems/gems/cucumber-0.4.4/spec/cucumber/ast/step_collection_spec.rb +17 -0
  537. data/vendor/gems/gems/cucumber-0.4.4/spec/cucumber/ast/step_spec.rb +66 -0
  538. data/vendor/gems/gems/cucumber-0.4.4/spec/cucumber/ast/table_spec.rb +422 -0
  539. data/vendor/gems/gems/cucumber-0.4.4/spec/cucumber/ast/tags_spec.rb +29 -0
  540. data/vendor/gems/gems/cucumber-0.4.4/spec/cucumber/ast/tree_walker_spec.rb +11 -0
  541. data/vendor/gems/gems/cucumber-0.4.4/spec/cucumber/broadcaster_spec.rb +15 -0
  542. data/vendor/gems/gems/cucumber-0.4.4/spec/cucumber/cli/configuration_spec.rb +396 -0
  543. data/vendor/gems/gems/cucumber-0.4.4/spec/cucumber/cli/drb_client_spec.rb +77 -0
  544. data/vendor/gems/gems/cucumber-0.4.4/spec/cucumber/cli/main_spec.rb +172 -0
  545. data/vendor/gems/gems/cucumber-0.4.4/spec/cucumber/cli/options_spec.rb +338 -0
  546. data/vendor/gems/gems/cucumber-0.4.4/spec/cucumber/cli/profile_loader_spec.rb +10 -0
  547. data/vendor/gems/gems/cucumber-0.4.4/spec/cucumber/core_ext/proc_spec.rb +68 -0
  548. data/vendor/gems/gems/cucumber-0.4.4/spec/cucumber/formatter/ansicolor_spec.rb +31 -0
  549. data/vendor/gems/gems/cucumber-0.4.4/spec/cucumber/formatter/color_io_spec.rb +27 -0
  550. data/vendor/gems/gems/cucumber-0.4.4/spec/cucumber/formatter/console_spec.rb +20 -0
  551. data/vendor/gems/gems/cucumber-0.4.4/spec/cucumber/formatter/duration_spec.rb +22 -0
  552. data/vendor/gems/gems/cucumber-0.4.4/spec/cucumber/formatter/html_spec.rb +200 -0
  553. data/vendor/gems/gems/cucumber-0.4.4/spec/cucumber/formatter/junit_spec.rb +107 -0
  554. data/vendor/gems/gems/cucumber-0.4.4/spec/cucumber/formatter/progress_spec.rb +38 -0
  555. data/vendor/gems/gems/cucumber-0.4.4/spec/cucumber/formatter/spec_helper.rb +50 -0
  556. data/vendor/gems/gems/cucumber-0.4.4/spec/cucumber/parser/feature_parser_spec.rb +400 -0
  557. data/vendor/gems/gems/cucumber-0.4.4/spec/cucumber/parser/table_parser_spec.rb +52 -0
  558. data/vendor/gems/gems/cucumber-0.4.4/spec/cucumber/rb_support/rb_step_definition_spec.rb +132 -0
  559. data/vendor/gems/gems/cucumber-0.4.4/spec/cucumber/rb_support/regexp_argument_matcher_spec.rb +18 -0
  560. data/vendor/gems/gems/cucumber-0.4.4/spec/cucumber/sell_cucumbers.feature +19 -0
  561. data/vendor/gems/gems/cucumber-0.4.4/spec/cucumber/step_match_spec.rb +56 -0
  562. data/vendor/gems/gems/cucumber-0.4.4/spec/cucumber/step_mother_spec.rb +270 -0
  563. data/vendor/gems/gems/cucumber-0.4.4/spec/cucumber/treetop_parser/empty_feature.feature +4 -0
  564. data/vendor/gems/gems/cucumber-0.4.4/spec/cucumber/treetop_parser/empty_scenario.feature +9 -0
  565. data/vendor/gems/gems/cucumber-0.4.4/spec/cucumber/treetop_parser/empty_scenario_outline.feature +3 -0
  566. data/vendor/gems/gems/cucumber-0.4.4/spec/cucumber/treetop_parser/fit_scenario.feature +8 -0
  567. data/vendor/gems/gems/cucumber-0.4.4/spec/cucumber/treetop_parser/given_scenario.feature +9 -0
  568. data/vendor/gems/gems/cucumber-0.4.4/spec/cucumber/treetop_parser/invalid_scenario_outlines.feature +7 -0
  569. data/vendor/gems/gems/cucumber-0.4.4/spec/cucumber/treetop_parser/multiline_steps.feature +17 -0
  570. data/vendor/gems/gems/cucumber-0.4.4/spec/cucumber/treetop_parser/multiple_tables.feature +27 -0
  571. data/vendor/gems/gems/cucumber-0.4.4/spec/cucumber/treetop_parser/scenario_outline.feature +16 -0
  572. data/vendor/gems/gems/cucumber-0.4.4/spec/cucumber/treetop_parser/spaces.feature +12 -0
  573. data/vendor/gems/gems/cucumber-0.4.4/spec/cucumber/treetop_parser/test_dos.feature +25 -0
  574. data/vendor/gems/gems/cucumber-0.4.4/spec/cucumber/treetop_parser/with_comments.feature +23 -0
  575. data/vendor/gems/gems/cucumber-0.4.4/spec/cucumber/treetop_parser/with_tags.feature +18 -0
  576. data/vendor/gems/gems/cucumber-0.4.4/spec/cucumber/wire_support/wire_language_spec.rb +47 -0
  577. data/vendor/gems/gems/cucumber-0.4.4/spec/cucumber/wire_support/wire_packet_spec.rb +26 -0
  578. data/vendor/gems/gems/cucumber-0.4.4/spec/cucumber/world/pending_spec.rb +46 -0
  579. data/vendor/gems/gems/cucumber-0.4.4/spec/spec.opts +4 -0
  580. data/vendor/gems/gems/cucumber-0.4.4/spec/spec_helper.rb +18 -0
  581. data/vendor/gems/gems/diff-lcs-1.1.2/ChangeLog +46 -0
  582. data/vendor/gems/gems/diff-lcs-1.1.2/Install +6 -0
  583. data/vendor/gems/gems/diff-lcs-1.1.2/README +76 -0
  584. data/vendor/gems/gems/diff-lcs-1.1.2/Rakefile +116 -0
  585. data/vendor/gems/gems/diff-lcs-1.1.2/bin/htmldiff +112 -0
  586. data/vendor/gems/gems/diff-lcs-1.1.2/bin/ldiff +45 -0
  587. data/vendor/gems/gems/diff-lcs-1.1.2/lib/diff/lcs.rb +1105 -0
  588. data/vendor/gems/gems/diff-lcs-1.1.2/lib/diff/lcs/array.rb +21 -0
  589. data/vendor/gems/gems/diff-lcs-1.1.2/lib/diff/lcs/block.rb +51 -0
  590. data/vendor/gems/gems/diff-lcs-1.1.2/lib/diff/lcs/callbacks.rb +322 -0
  591. data/vendor/gems/gems/diff-lcs-1.1.2/lib/diff/lcs/change.rb +169 -0
  592. data/vendor/gems/gems/diff-lcs-1.1.2/lib/diff/lcs/hunk.rb +257 -0
  593. data/vendor/gems/gems/diff-lcs-1.1.2/lib/diff/lcs/ldiff.rb +226 -0
  594. data/vendor/gems/gems/diff-lcs-1.1.2/lib/diff/lcs/string.rb +19 -0
  595. data/vendor/gems/gems/diff-lcs-1.1.2/tests/00test.rb +626 -0
  596. data/vendor/gems/gems/dnssd-1.3.1/History.txt +66 -0
  597. data/vendor/gems/gems/dnssd-1.3.1/Manifest.txt +43 -0
  598. data/vendor/gems/gems/dnssd-1.3.1/README.txt +74 -0
  599. data/vendor/gems/gems/dnssd-1.3.1/Rakefile +38 -0
  600. data/vendor/gems/gems/dnssd-1.3.1/ext/dnssd/Makefile +157 -0
  601. data/vendor/gems/gems/dnssd-1.3.1/ext/dnssd/dnssd.bundle +0 -0
  602. data/vendor/gems/gems/dnssd-1.3.1/ext/dnssd/dnssd.c +102 -0
  603. data/vendor/gems/gems/dnssd-1.3.1/ext/dnssd/dnssd.h +30 -0
  604. data/vendor/gems/gems/dnssd-1.3.1/ext/dnssd/dnssd.o +0 -0
  605. data/vendor/gems/gems/dnssd-1.3.1/ext/dnssd/errors.c +133 -0
  606. data/vendor/gems/gems/dnssd-1.3.1/ext/dnssd/errors.o +0 -0
  607. data/vendor/gems/gems/dnssd-1.3.1/ext/dnssd/extconf.rb +66 -0
  608. data/vendor/gems/gems/dnssd-1.3.1/ext/dnssd/flags.c +240 -0
  609. data/vendor/gems/gems/dnssd-1.3.1/ext/dnssd/flags.o +0 -0
  610. data/vendor/gems/gems/dnssd-1.3.1/ext/dnssd/mkmf.log +325 -0
  611. data/vendor/gems/gems/dnssd-1.3.1/ext/dnssd/record.c +218 -0
  612. data/vendor/gems/gems/dnssd-1.3.1/ext/dnssd/record.o +0 -0
  613. data/vendor/gems/gems/dnssd-1.3.1/ext/dnssd/service.c +709 -0
  614. data/vendor/gems/gems/dnssd-1.3.1/ext/dnssd/service.o +0 -0
  615. data/vendor/gems/gems/dnssd-1.3.1/lib/dnssd.bundle +0 -0
  616. data/vendor/gems/gems/dnssd-1.3.1/lib/dnssd.rb +217 -0
  617. data/vendor/gems/gems/dnssd-1.3.1/lib/dnssd/flags.rb +116 -0
  618. data/vendor/gems/gems/dnssd-1.3.1/lib/dnssd/record.rb +97 -0
  619. data/vendor/gems/gems/dnssd-1.3.1/lib/dnssd/reply.rb +103 -0
  620. data/vendor/gems/gems/dnssd-1.3.1/lib/dnssd/reply/addr_info.rb +47 -0
  621. data/vendor/gems/gems/dnssd-1.3.1/lib/dnssd/reply/browse.rb +52 -0
  622. data/vendor/gems/gems/dnssd-1.3.1/lib/dnssd/reply/domain.rb +22 -0
  623. data/vendor/gems/gems/dnssd-1.3.1/lib/dnssd/reply/query_record.rb +183 -0
  624. data/vendor/gems/gems/dnssd-1.3.1/lib/dnssd/reply/register.rb +37 -0
  625. data/vendor/gems/gems/dnssd-1.3.1/lib/dnssd/reply/resolve.rb +105 -0
  626. data/vendor/gems/gems/dnssd-1.3.1/lib/dnssd/service.rb +265 -0
  627. data/vendor/gems/gems/dnssd-1.3.1/lib/dnssd/text_record.rb +78 -0
  628. data/vendor/gems/gems/dnssd-1.3.1/sample/browse.rb +29 -0
  629. data/vendor/gems/gems/dnssd-1.3.1/sample/enumerate_domains.rb +19 -0
  630. data/vendor/gems/gems/dnssd-1.3.1/sample/getaddrinfo.rb +28 -0
  631. data/vendor/gems/gems/dnssd-1.3.1/sample/growl.rb +16 -0
  632. data/vendor/gems/gems/dnssd-1.3.1/sample/query_record.rb +15 -0
  633. data/vendor/gems/gems/dnssd-1.3.1/sample/register.rb +29 -0
  634. data/vendor/gems/gems/dnssd-1.3.1/sample/resolve.rb +37 -0
  635. data/vendor/gems/gems/dnssd-1.3.1/sample/resolve_ichat.rb +35 -0
  636. data/vendor/gems/gems/dnssd-1.3.1/sample/server.rb +21 -0
  637. data/vendor/gems/gems/dnssd-1.3.1/sample/socket.rb +22 -0
  638. data/vendor/gems/gems/dnssd-1.3.1/test/test_dnssd.rb +77 -0
  639. data/vendor/gems/gems/dnssd-1.3.1/test/test_dnssd_flags.rb +143 -0
  640. data/vendor/gems/gems/dnssd-1.3.1/test/test_dnssd_record.rb +92 -0
  641. data/vendor/gems/gems/dnssd-1.3.1/test/test_dnssd_reply.rb +68 -0
  642. data/vendor/gems/gems/dnssd-1.3.1/test/test_dnssd_reply_browse.rb +28 -0
  643. data/vendor/gems/gems/dnssd-1.3.1/test/test_dnssd_reply_query_record.rb +92 -0
  644. data/vendor/gems/gems/dnssd-1.3.1/test/test_dnssd_reply_resolve.rb +47 -0
  645. data/vendor/gems/gems/dnssd-1.3.1/test/test_dnssd_service.rb +12 -0
  646. data/vendor/gems/gems/dnssd-1.3.1/test/test_dnssd_text_record.rb +83 -0
  647. data/vendor/gems/gems/linecache-0.43/AUTHORS +1 -0
  648. data/vendor/gems/gems/linecache-0.43/COPYING +340 -0
  649. data/vendor/gems/gems/linecache-0.43/ChangeLog +317 -0
  650. data/vendor/gems/gems/linecache-0.43/NEWS +29 -0
  651. data/vendor/gems/gems/linecache-0.43/README +38 -0
  652. data/vendor/gems/gems/linecache-0.43/Rakefile +166 -0
  653. data/vendor/gems/gems/linecache-0.43/VERSION +1 -0
  654. data/vendor/gems/gems/linecache-0.43/ext/Makefile +157 -0
  655. data/vendor/gems/gems/linecache-0.43/ext/extconf.rb +16 -0
  656. data/vendor/gems/gems/linecache-0.43/ext/trace_nums.bundle +0 -0
  657. data/vendor/gems/gems/linecache-0.43/ext/trace_nums.c +716 -0
  658. data/vendor/gems/gems/linecache-0.43/ext/trace_nums.h +111 -0
  659. data/vendor/gems/gems/linecache-0.43/ext/trace_nums.o +0 -0
  660. data/vendor/gems/gems/linecache-0.43/lib/linecache.rb +399 -0
  661. data/vendor/gems/gems/linecache-0.43/lib/trace_nums.bundle +0 -0
  662. data/vendor/gems/gems/linecache-0.43/lib/tracelines.rb +47 -0
  663. data/vendor/gems/gems/linecache-0.43/test/data/begin1.rb +3 -0
  664. data/vendor/gems/gems/linecache-0.43/test/data/begin2.rb +3 -0
  665. data/vendor/gems/gems/linecache-0.43/test/data/begin3.rb +6 -0
  666. data/vendor/gems/gems/linecache-0.43/test/data/block1.rb +7 -0
  667. data/vendor/gems/gems/linecache-0.43/test/data/block2.rb +4 -0
  668. data/vendor/gems/gems/linecache-0.43/test/data/case1.rb +6 -0
  669. data/vendor/gems/gems/linecache-0.43/test/data/case2.rb +5 -0
  670. data/vendor/gems/gems/linecache-0.43/test/data/case3.rb +5 -0
  671. data/vendor/gems/gems/linecache-0.43/test/data/case4.rb +4 -0
  672. data/vendor/gems/gems/linecache-0.43/test/data/case5.rb +10 -0
  673. data/vendor/gems/gems/linecache-0.43/test/data/class1.rb +5 -0
  674. data/vendor/gems/gems/linecache-0.43/test/data/comments1.rb +6 -0
  675. data/vendor/gems/gems/linecache-0.43/test/data/def1.rb +9 -0
  676. data/vendor/gems/gems/linecache-0.43/test/data/each1.rb +3 -0
  677. data/vendor/gems/gems/linecache-0.43/test/data/end.rb +3 -0
  678. data/vendor/gems/gems/linecache-0.43/test/data/for1.rb +4 -0
  679. data/vendor/gems/gems/linecache-0.43/test/data/if1.rb +4 -0
  680. data/vendor/gems/gems/linecache-0.43/test/data/if2.rb +4 -0
  681. data/vendor/gems/gems/linecache-0.43/test/data/if3.rb +9 -0
  682. data/vendor/gems/gems/linecache-0.43/test/data/if4.rb +14 -0
  683. data/vendor/gems/gems/linecache-0.43/test/data/if5.rb +7 -0
  684. data/vendor/gems/gems/linecache-0.43/test/data/if6.rb +4 -0
  685. data/vendor/gems/gems/linecache-0.43/test/data/if7.rb +8 -0
  686. data/vendor/gems/gems/linecache-0.43/test/data/match.rb +3 -0
  687. data/vendor/gems/gems/linecache-0.43/test/data/match3.rb +5 -0
  688. data/vendor/gems/gems/linecache-0.43/test/data/match3a.rb +6 -0
  689. data/vendor/gems/gems/linecache-0.43/test/data/not-lit.rb +6 -0
  690. data/vendor/gems/gems/linecache-0.43/test/lnum-diag.rb +130 -0
  691. data/vendor/gems/gems/linecache-0.43/test/parse-show.rb +14 -0
  692. data/vendor/gems/gems/linecache-0.43/test/rcov-bug.rb +10 -0
  693. data/vendor/gems/gems/linecache-0.43/test/short-file +2 -0
  694. data/vendor/gems/gems/linecache-0.43/test/test-linecache.rb +151 -0
  695. data/vendor/gems/gems/linecache-0.43/test/test-lnum.rb +36 -0
  696. data/vendor/gems/gems/linecache-0.43/test/test-tracelines.rb +41 -0
  697. data/vendor/gems/gems/polyglot-0.2.9/History.txt +57 -0
  698. data/vendor/gems/gems/polyglot-0.2.9/License.txt +20 -0
  699. data/vendor/gems/gems/polyglot-0.2.9/Manifest.txt +7 -0
  700. data/vendor/gems/gems/polyglot-0.2.9/README.txt +87 -0
  701. data/vendor/gems/gems/polyglot-0.2.9/Rakefile +4 -0
  702. data/vendor/gems/gems/polyglot-0.2.9/lib/polyglot.rb +81 -0
  703. data/vendor/gems/gems/polyglot-0.2.9/lib/polyglot/version.rb +9 -0
  704. data/vendor/gems/gems/polyglot-0.2.9/test/test_helper.rb +2 -0
  705. data/vendor/gems/gems/polyglot-0.2.9/test/test_polyglot.rb +44 -0
  706. data/vendor/gems/gems/rack-1.0.1/COPYING +18 -0
  707. data/vendor/gems/gems/rack-1.0.1/KNOWN-ISSUES +18 -0
  708. data/vendor/gems/gems/rack-1.0.1/RDOX +428 -0
  709. data/vendor/gems/gems/rack-1.0.1/README +364 -0
  710. data/vendor/gems/gems/rack-1.0.1/Rakefile +164 -0
  711. data/vendor/gems/gems/rack-1.0.1/SPEC +164 -0
  712. data/vendor/gems/gems/rack-1.0.1/bin/rackup +176 -0
  713. data/vendor/gems/gems/rack-1.0.1/contrib/rack_logo.svg +111 -0
  714. data/vendor/gems/gems/rack-1.0.1/example/lobster.ru +4 -0
  715. data/vendor/gems/gems/rack-1.0.1/example/protectedlobster.rb +14 -0
  716. data/vendor/gems/gems/rack-1.0.1/example/protectedlobster.ru +8 -0
  717. data/vendor/gems/gems/rack-1.0.1/lib/rack.rb +90 -0
  718. data/vendor/gems/gems/rack-1.0.1/lib/rack/adapter/camping.rb +22 -0
  719. data/vendor/gems/gems/rack-1.0.1/lib/rack/auth/abstract/handler.rb +37 -0
  720. data/vendor/gems/gems/rack-1.0.1/lib/rack/auth/abstract/request.rb +37 -0
  721. data/vendor/gems/gems/rack-1.0.1/lib/rack/auth/basic.rb +58 -0
  722. data/vendor/gems/gems/rack-1.0.1/lib/rack/auth/digest/md5.rb +124 -0
  723. data/vendor/gems/gems/rack-1.0.1/lib/rack/auth/digest/nonce.rb +51 -0
  724. data/vendor/gems/gems/rack-1.0.1/lib/rack/auth/digest/params.rb +55 -0
  725. data/vendor/gems/gems/rack-1.0.1/lib/rack/auth/digest/request.rb +40 -0
  726. data/vendor/gems/gems/rack-1.0.1/lib/rack/auth/openid.rb +480 -0
  727. data/vendor/gems/gems/rack-1.0.1/lib/rack/builder.rb +63 -0
  728. data/vendor/gems/gems/rack-1.0.1/lib/rack/cascade.rb +36 -0
  729. data/vendor/gems/gems/rack-1.0.1/lib/rack/chunked.rb +49 -0
  730. data/vendor/gems/gems/rack-1.0.1/lib/rack/commonlogger.rb +61 -0
  731. data/vendor/gems/gems/rack-1.0.1/lib/rack/conditionalget.rb +47 -0
  732. data/vendor/gems/gems/rack-1.0.1/lib/rack/content_length.rb +29 -0
  733. data/vendor/gems/gems/rack-1.0.1/lib/rack/content_type.rb +23 -0
  734. data/vendor/gems/gems/rack-1.0.1/lib/rack/deflater.rb +96 -0
  735. data/vendor/gems/gems/rack-1.0.1/lib/rack/directory.rb +153 -0
  736. data/vendor/gems/gems/rack-1.0.1/lib/rack/file.rb +88 -0
  737. data/vendor/gems/gems/rack-1.0.1/lib/rack/handler.rb +69 -0
  738. data/vendor/gems/gems/rack-1.0.1/lib/rack/handler/cgi.rb +61 -0
  739. data/vendor/gems/gems/rack-1.0.1/lib/rack/handler/evented_mongrel.rb +8 -0
  740. data/vendor/gems/gems/rack-1.0.1/lib/rack/handler/fastcgi.rb +90 -0
  741. data/vendor/gems/gems/rack-1.0.1/lib/rack/handler/lsws.rb +60 -0
  742. data/vendor/gems/gems/rack-1.0.1/lib/rack/handler/mongrel.rb +87 -0
  743. data/vendor/gems/gems/rack-1.0.1/lib/rack/handler/scgi.rb +62 -0
  744. data/vendor/gems/gems/rack-1.0.1/lib/rack/handler/swiftiplied_mongrel.rb +8 -0
  745. data/vendor/gems/gems/rack-1.0.1/lib/rack/handler/thin.rb +18 -0
  746. data/vendor/gems/gems/rack-1.0.1/lib/rack/handler/webrick.rb +71 -0
  747. data/vendor/gems/gems/rack-1.0.1/lib/rack/head.rb +19 -0
  748. data/vendor/gems/gems/rack-1.0.1/lib/rack/lint.rb +546 -0
  749. data/vendor/gems/gems/rack-1.0.1/lib/rack/lobster.rb +65 -0
  750. data/vendor/gems/gems/rack-1.0.1/lib/rack/lock.rb +16 -0
  751. data/vendor/gems/gems/rack-1.0.1/lib/rack/methodoverride.rb +27 -0
  752. data/vendor/gems/gems/rack-1.0.1/lib/rack/mime.rb +204 -0
  753. data/vendor/gems/gems/rack-1.0.1/lib/rack/mock.rb +163 -0
  754. data/vendor/gems/gems/rack-1.0.1/lib/rack/recursive.rb +57 -0
  755. data/vendor/gems/gems/rack-1.0.1/lib/rack/reloader.rb +106 -0
  756. data/vendor/gems/gems/rack-1.0.1/lib/rack/request.rb +246 -0
  757. data/vendor/gems/gems/rack-1.0.1/lib/rack/response.rb +183 -0
  758. data/vendor/gems/gems/rack-1.0.1/lib/rack/rewindable_input.rb +100 -0
  759. data/vendor/gems/gems/rack-1.0.1/lib/rack/session/abstract/id.rb +142 -0
  760. data/vendor/gems/gems/rack-1.0.1/lib/rack/session/cookie.rb +91 -0
  761. data/vendor/gems/gems/rack-1.0.1/lib/rack/session/memcache.rb +109 -0
  762. data/vendor/gems/gems/rack-1.0.1/lib/rack/session/pool.rb +100 -0
  763. data/vendor/gems/gems/rack-1.0.1/lib/rack/showexceptions.rb +349 -0
  764. data/vendor/gems/gems/rack-1.0.1/lib/rack/showstatus.rb +106 -0
  765. data/vendor/gems/gems/rack-1.0.1/lib/rack/static.rb +38 -0
  766. data/vendor/gems/gems/rack-1.0.1/lib/rack/urlmap.rb +55 -0
  767. data/vendor/gems/gems/rack-1.0.1/lib/rack/utils.rb +401 -0
  768. data/vendor/gems/gems/rack-1.0.1/rack.gemspec +54 -0
  769. data/vendor/gems/gems/rack-1.0.1/test/cgi/lighttpd.conf +20 -0
  770. data/vendor/gems/gems/rack-1.0.1/test/cgi/test +9 -0
  771. data/vendor/gems/gems/rack-1.0.1/test/cgi/test.fcgi +8 -0
  772. data/vendor/gems/gems/rack-1.0.1/test/cgi/test.ru +7 -0
  773. data/vendor/gems/gems/rack-1.0.1/test/multipart/binary +0 -0
  774. data/vendor/gems/gems/rack-1.0.1/test/multipart/empty +10 -0
  775. data/vendor/gems/gems/rack-1.0.1/test/multipart/ie +6 -0
  776. data/vendor/gems/gems/rack-1.0.1/test/multipart/nested +10 -0
  777. data/vendor/gems/gems/rack-1.0.1/test/multipart/none +9 -0
  778. data/vendor/gems/gems/rack-1.0.1/test/multipart/semicolon +6 -0
  779. data/vendor/gems/gems/rack-1.0.1/test/multipart/text +10 -0
  780. data/vendor/gems/gems/rack-1.0.1/test/spec_rack_auth_basic.rb +73 -0
  781. data/vendor/gems/gems/rack-1.0.1/test/spec_rack_auth_digest.rb +226 -0
  782. data/vendor/gems/gems/rack-1.0.1/test/spec_rack_auth_openid.rb +84 -0
  783. data/vendor/gems/gems/rack-1.0.1/test/spec_rack_builder.rb +84 -0
  784. data/vendor/gems/gems/rack-1.0.1/test/spec_rack_camping.rb +51 -0
  785. data/vendor/gems/gems/rack-1.0.1/test/spec_rack_cascade.rb +50 -0
  786. data/vendor/gems/gems/rack-1.0.1/test/spec_rack_cgi.rb +89 -0
  787. data/vendor/gems/gems/rack-1.0.1/test/spec_rack_chunked.rb +62 -0
  788. data/vendor/gems/gems/rack-1.0.1/test/spec_rack_commonlogger.rb +32 -0
  789. data/vendor/gems/gems/rack-1.0.1/test/spec_rack_conditionalget.rb +41 -0
  790. data/vendor/gems/gems/rack-1.0.1/test/spec_rack_content_length.rb +43 -0
  791. data/vendor/gems/gems/rack-1.0.1/test/spec_rack_content_type.rb +30 -0
  792. data/vendor/gems/gems/rack-1.0.1/test/spec_rack_deflater.rb +127 -0
  793. data/vendor/gems/gems/rack-1.0.1/test/spec_rack_directory.rb +61 -0
  794. data/vendor/gems/gems/rack-1.0.1/test/spec_rack_fastcgi.rb +89 -0
  795. data/vendor/gems/gems/rack-1.0.1/test/spec_rack_file.rb +75 -0
  796. data/vendor/gems/gems/rack-1.0.1/test/spec_rack_handler.rb +43 -0
  797. data/vendor/gems/gems/rack-1.0.1/test/spec_rack_head.rb +30 -0
  798. data/vendor/gems/gems/rack-1.0.1/test/spec_rack_lint.rb +521 -0
  799. data/vendor/gems/gems/rack-1.0.1/test/spec_rack_lobster.rb +45 -0
  800. data/vendor/gems/gems/rack-1.0.1/test/spec_rack_lock.rb +38 -0
  801. data/vendor/gems/gems/rack-1.0.1/test/spec_rack_methodoverride.rb +60 -0
  802. data/vendor/gems/gems/rack-1.0.1/test/spec_rack_mock.rb +157 -0
  803. data/vendor/gems/gems/rack-1.0.1/test/spec_rack_mongrel.rb +189 -0
  804. data/vendor/gems/gems/rack-1.0.1/test/spec_rack_recursive.rb +77 -0
  805. data/vendor/gems/gems/rack-1.0.1/test/spec_rack_request.rb +504 -0
  806. data/vendor/gems/gems/rack-1.0.1/test/spec_rack_response.rb +218 -0
  807. data/vendor/gems/gems/rack-1.0.1/test/spec_rack_rewindable_input.rb +118 -0
  808. data/vendor/gems/gems/rack-1.0.1/test/spec_rack_session_cookie.rb +82 -0
  809. data/vendor/gems/gems/rack-1.0.1/test/spec_rack_session_memcache.rb +240 -0
  810. data/vendor/gems/gems/rack-1.0.1/test/spec_rack_session_pool.rb +172 -0
  811. data/vendor/gems/gems/rack-1.0.1/test/spec_rack_showexceptions.rb +21 -0
  812. data/vendor/gems/gems/rack-1.0.1/test/spec_rack_showstatus.rb +72 -0
  813. data/vendor/gems/gems/rack-1.0.1/test/spec_rack_static.rb +37 -0
  814. data/vendor/gems/gems/rack-1.0.1/test/spec_rack_thin.rb +91 -0
  815. data/vendor/gems/gems/rack-1.0.1/test/spec_rack_urlmap.rb +185 -0
  816. data/vendor/gems/gems/rack-1.0.1/test/spec_rack_utils.rb +387 -0
  817. data/vendor/gems/gems/rack-1.0.1/test/spec_rack_webrick.rb +130 -0
  818. data/vendor/gems/gems/rack-1.0.1/test/testrequest.rb +57 -0
  819. data/vendor/gems/gems/rack-1.0.1/test/unregistered_handler/rack/handler/unregistered.rb +7 -0
  820. data/vendor/gems/gems/rack-1.0.1/test/unregistered_handler/rack/handler/unregistered_long_one.rb +7 -0
  821. data/vendor/gems/gems/rackjour-0.1.5/Gemfile +7 -0
  822. data/vendor/gems/gems/rackjour-0.1.5/Rakefile +21 -0
  823. data/vendor/gems/gems/rackjour-0.1.5/bin/worker +20 -0
  824. data/vendor/gems/gems/rackjour-0.1.5/lib/rackjour.rb +16 -0
  825. data/vendor/gems/gems/rackjour-0.1.5/lib/rackjour/master.rb +109 -0
  826. data/vendor/gems/gems/rackjour-0.1.5/lib/rackjour/server.rb +46 -0
  827. data/vendor/gems/gems/rackjour-0.1.5/lib/rackjour/worker.rb +71 -0
  828. data/vendor/gems/gems/rackjour-0.1.5/rackjour.gemspec +28 -0
  829. data/vendor/gems/gems/rackjour-0.1.5/spec/rackjour_worker_spec.rb +34 -0
  830. data/vendor/gems/gems/rackjour-0.1.5/spec/spec_helper.rb +4 -0
  831. data/vendor/gems/gems/rspec-1.2.9/History.rdoc +1496 -0
  832. data/vendor/gems/gems/rspec-1.2.9/License.txt +22 -0
  833. data/vendor/gems/gems/rspec-1.2.9/Manifest.txt +377 -0
  834. data/vendor/gems/gems/rspec-1.2.9/README.rdoc +55 -0
  835. data/vendor/gems/gems/rspec-1.2.9/Rakefile +145 -0
  836. data/vendor/gems/gems/rspec-1.2.9/Ruby1.9.rdoc +31 -0
  837. data/vendor/gems/gems/rspec-1.2.9/TODO.txt +17 -0
  838. data/vendor/gems/gems/rspec-1.2.9/Upgrade.rdoc +199 -0
  839. data/vendor/gems/gems/rspec-1.2.9/bin/autospec +4 -0
  840. data/vendor/gems/gems/rspec-1.2.9/bin/spec +5 -0
  841. data/vendor/gems/gems/rspec-1.2.9/cucumber.yml +5 -0
  842. data/vendor/gems/gems/rspec-1.2.9/examples/failing/README.txt +11 -0
  843. data/vendor/gems/gems/rspec-1.2.9/examples/failing/diffing_spec.rb +36 -0
  844. data/vendor/gems/gems/rspec-1.2.9/examples/failing/failing_implicit_docstrings_example.rb +17 -0
  845. data/vendor/gems/gems/rspec-1.2.9/examples/failing/failure_in_after.rb +10 -0
  846. data/vendor/gems/gems/rspec-1.2.9/examples/failing/failure_in_before.rb +10 -0
  847. data/vendor/gems/gems/rspec-1.2.9/examples/failing/mocking_example.rb +38 -0
  848. data/vendor/gems/gems/rspec-1.2.9/examples/failing/mocking_with_flexmock.rb +26 -0
  849. data/vendor/gems/gems/rspec-1.2.9/examples/failing/mocking_with_mocha.rb +25 -0
  850. data/vendor/gems/gems/rspec-1.2.9/examples/failing/mocking_with_rr.rb +27 -0
  851. data/vendor/gems/gems/rspec-1.2.9/examples/failing/partial_mock_example.rb +18 -0
  852. data/vendor/gems/gems/rspec-1.2.9/examples/failing/pending_example.rb +7 -0
  853. data/vendor/gems/gems/rspec-1.2.9/examples/failing/predicate_example.rb +32 -0
  854. data/vendor/gems/gems/rspec-1.2.9/examples/failing/raising_example.rb +47 -0
  855. data/vendor/gems/gems/rspec-1.2.9/examples/failing/syntax_error_example.rb +7 -0
  856. data/vendor/gems/gems/rspec-1.2.9/examples/failing/team_spec.rb +41 -0
  857. data/vendor/gems/gems/rspec-1.2.9/examples/failing/timeout_behaviour.rb +5 -0
  858. data/vendor/gems/gems/rspec-1.2.9/examples/passing/custom_formatter.rb +11 -0
  859. data/vendor/gems/gems/rspec-1.2.9/examples/passing/custom_matchers.rb +54 -0
  860. data/vendor/gems/gems/rspec-1.2.9/examples/passing/dynamic_spec.rb +7 -0
  861. data/vendor/gems/gems/rspec-1.2.9/examples/passing/file_accessor.rb +18 -0
  862. data/vendor/gems/gems/rspec-1.2.9/examples/passing/file_accessor_spec.rb +37 -0
  863. data/vendor/gems/gems/rspec-1.2.9/examples/passing/filtered_formatter.rb +17 -0
  864. data/vendor/gems/gems/rspec-1.2.9/examples/passing/filtered_formatter_example.rb +31 -0
  865. data/vendor/gems/gems/rspec-1.2.9/examples/passing/greeter_spec.rb +30 -0
  866. data/vendor/gems/gems/rspec-1.2.9/examples/passing/helper_method_example.rb +12 -0
  867. data/vendor/gems/gems/rspec-1.2.9/examples/passing/implicit_docstrings_example.rb +16 -0
  868. data/vendor/gems/gems/rspec-1.2.9/examples/passing/io_processor.rb +8 -0
  869. data/vendor/gems/gems/rspec-1.2.9/examples/passing/io_processor_spec.rb +20 -0
  870. data/vendor/gems/gems/rspec-1.2.9/examples/passing/mocking_example.rb +25 -0
  871. data/vendor/gems/gems/rspec-1.2.9/examples/passing/multi_threaded_example_group_runner.rb +26 -0
  872. data/vendor/gems/gems/rspec-1.2.9/examples/passing/nested_classes_example.rb +35 -0
  873. data/vendor/gems/gems/rspec-1.2.9/examples/passing/options_example.rb +29 -0
  874. data/vendor/gems/gems/rspec-1.2.9/examples/passing/options_formatter.rb +20 -0
  875. data/vendor/gems/gems/rspec-1.2.9/examples/passing/partial_mock_example.rb +27 -0
  876. data/vendor/gems/gems/rspec-1.2.9/examples/passing/pending_example.rb +18 -0
  877. data/vendor/gems/gems/rspec-1.2.9/examples/passing/predicate_example.rb +25 -0
  878. data/vendor/gems/gems/rspec-1.2.9/examples/passing/shared_example_group_example.rb +79 -0
  879. data/vendor/gems/gems/rspec-1.2.9/examples/passing/shared_stack_examples.rb +36 -0
  880. data/vendor/gems/gems/rspec-1.2.9/examples/passing/simple_matcher_example.rb +29 -0
  881. data/vendor/gems/gems/rspec-1.2.9/examples/passing/stack.rb +36 -0
  882. data/vendor/gems/gems/rspec-1.2.9/examples/passing/stack_spec.rb +63 -0
  883. data/vendor/gems/gems/rspec-1.2.9/examples/passing/stack_spec_with_nested_example_groups.rb +66 -0
  884. data/vendor/gems/gems/rspec-1.2.9/examples/passing/stubbing_example.rb +67 -0
  885. data/vendor/gems/gems/rspec-1.2.9/examples/passing/yielding_example.rb +31 -0
  886. data/vendor/gems/gems/rspec-1.2.9/examples/ruby1.9.compatibility/access_to_constants_spec.rb +85 -0
  887. data/vendor/gems/gems/rspec-1.2.9/features/before_and_after_blocks/before_and_after_blocks.feature +167 -0
  888. data/vendor/gems/gems/rspec-1.2.9/features/command_line/line_number_option.feature +56 -0
  889. data/vendor/gems/gems/rspec-1.2.9/features/command_line/line_number_option_with_example_with_no_name.feature +22 -0
  890. data/vendor/gems/gems/rspec-1.2.9/features/example_groups/define_example_attribute.feature +41 -0
  891. data/vendor/gems/gems/rspec-1.2.9/features/example_groups/example_group_with_should_methods.feature +29 -0
  892. data/vendor/gems/gems/rspec-1.2.9/features/example_groups/implicit_docstrings.feature +59 -0
  893. data/vendor/gems/gems/rspec-1.2.9/features/example_groups/nested_groups.feature +32 -0
  894. data/vendor/gems/gems/rspec-1.2.9/features/expectations/customized_message.feature +54 -0
  895. data/vendor/gems/gems/rspec-1.2.9/features/expectations/expect_change.feature +65 -0
  896. data/vendor/gems/gems/rspec-1.2.9/features/expectations/expect_error.feature +44 -0
  897. data/vendor/gems/gems/rspec-1.2.9/features/extensions/custom_example_group.feature +19 -0
  898. data/vendor/gems/gems/rspec-1.2.9/features/formatters/custom_formatter.feature +30 -0
  899. data/vendor/gems/gems/rspec-1.2.9/features/interop/examples_and_tests_together.feature +84 -0
  900. data/vendor/gems/gems/rspec-1.2.9/features/interop/rspec_output.feature +25 -0
  901. data/vendor/gems/gems/rspec-1.2.9/features/interop/test_but_not_test_unit.feature +26 -0
  902. data/vendor/gems/gems/rspec-1.2.9/features/interop/test_case_with_should_methods.feature +46 -0
  903. data/vendor/gems/gems/rspec-1.2.9/features/load_paths/add_lib_to_load_path.feature +20 -0
  904. data/vendor/gems/gems/rspec-1.2.9/features/load_paths/add_spec_to_load_path.feature +20 -0
  905. data/vendor/gems/gems/rspec-1.2.9/features/matchers/define_diffable_matcher.feature +26 -0
  906. data/vendor/gems/gems/rspec-1.2.9/features/matchers/define_matcher.feature +179 -0
  907. data/vendor/gems/gems/rspec-1.2.9/features/matchers/define_matcher_outside_rspec.feature +38 -0
  908. data/vendor/gems/gems/rspec-1.2.9/features/matchers/define_matcher_with_fluent_interface.feature +27 -0
  909. data/vendor/gems/gems/rspec-1.2.9/features/matchers/define_wrapped_matcher.feature +29 -0
  910. data/vendor/gems/gems/rspec-1.2.9/features/mock_framework_integration/use_flexmock.feature +27 -0
  911. data/vendor/gems/gems/rspec-1.2.9/features/mock_framework_integration/use_mocha.feature +27 -0
  912. data/vendor/gems/gems/rspec-1.2.9/features/mock_framework_integration/use_rr.feature +27 -0
  913. data/vendor/gems/gems/rspec-1.2.9/features/mocks/mix_stubs_and_mocks.feature +22 -0
  914. data/vendor/gems/gems/rspec-1.2.9/features/mocks/stub_implementation.feature +26 -0
  915. data/vendor/gems/gems/rspec-1.2.9/features/pending/pending_examples.feature +81 -0
  916. data/vendor/gems/gems/rspec-1.2.9/features/runner/specify_line_number.feature +32 -0
  917. data/vendor/gems/gems/rspec-1.2.9/features/spec_helper/spec_helper.feature +25 -0
  918. data/vendor/gems/gems/rspec-1.2.9/features/step_definitions/running_rspec_steps.rb +43 -0
  919. data/vendor/gems/gems/rspec-1.2.9/features/subject/explicit_subject.feature +31 -0
  920. data/vendor/gems/gems/rspec-1.2.9/features/subject/implicit_subject.feature +43 -0
  921. data/vendor/gems/gems/rspec-1.2.9/features/support/env.rb +82 -0
  922. data/vendor/gems/gems/rspec-1.2.9/features/support/matchers/smart_match.rb +12 -0
  923. data/vendor/gems/gems/rspec-1.2.9/init.rb +9 -0
  924. data/vendor/gems/gems/rspec-1.2.9/lib/autotest/discover.rb +3 -0
  925. data/vendor/gems/gems/rspec-1.2.9/lib/autotest/rspec.rb +47 -0
  926. data/vendor/gems/gems/rspec-1.2.9/lib/spec.rb +8 -0
  927. data/vendor/gems/gems/rspec-1.2.9/lib/spec/adapters/mock_frameworks/flexmock.rb +24 -0
  928. data/vendor/gems/gems/rspec-1.2.9/lib/spec/adapters/mock_frameworks/mocha.rb +25 -0
  929. data/vendor/gems/gems/rspec-1.2.9/lib/spec/adapters/mock_frameworks/rr.rb +22 -0
  930. data/vendor/gems/gems/rspec-1.2.9/lib/spec/adapters/mock_frameworks/rspec.rb +21 -0
  931. data/vendor/gems/gems/rspec-1.2.9/lib/spec/autorun.rb +3 -0
  932. data/vendor/gems/gems/rspec-1.2.9/lib/spec/deprecation.rb +40 -0
  933. data/vendor/gems/gems/rspec-1.2.9/lib/spec/dsl.rb +1 -0
  934. data/vendor/gems/gems/rspec-1.2.9/lib/spec/dsl/main.rb +92 -0
  935. data/vendor/gems/gems/rspec-1.2.9/lib/spec/example.rb +164 -0
  936. data/vendor/gems/gems/rspec-1.2.9/lib/spec/example/args_and_options.rb +27 -0
  937. data/vendor/gems/gems/rspec-1.2.9/lib/spec/example/before_and_after_hooks.rb +93 -0
  938. data/vendor/gems/gems/rspec-1.2.9/lib/spec/example/errors.rb +25 -0
  939. data/vendor/gems/gems/rspec-1.2.9/lib/spec/example/example_group.rb +10 -0
  940. data/vendor/gems/gems/rspec-1.2.9/lib/spec/example/example_group_factory.rb +82 -0
  941. data/vendor/gems/gems/rspec-1.2.9/lib/spec/example/example_group_hierarchy.rb +53 -0
  942. data/vendor/gems/gems/rspec-1.2.9/lib/spec/example/example_group_methods.rb +282 -0
  943. data/vendor/gems/gems/rspec-1.2.9/lib/spec/example/example_group_proxy.rb +61 -0
  944. data/vendor/gems/gems/rspec-1.2.9/lib/spec/example/example_matcher.rb +43 -0
  945. data/vendor/gems/gems/rspec-1.2.9/lib/spec/example/example_methods.rb +148 -0
  946. data/vendor/gems/gems/rspec-1.2.9/lib/spec/example/example_proxy.rb +41 -0
  947. data/vendor/gems/gems/rspec-1.2.9/lib/spec/example/module_reopening_fix.rb +43 -0
  948. data/vendor/gems/gems/rspec-1.2.9/lib/spec/example/pending.rb +18 -0
  949. data/vendor/gems/gems/rspec-1.2.9/lib/spec/example/predicate_matchers.rb +46 -0
  950. data/vendor/gems/gems/rspec-1.2.9/lib/spec/example/shared_example_group.rb +59 -0
  951. data/vendor/gems/gems/rspec-1.2.9/lib/spec/example/subject.rb +108 -0
  952. data/vendor/gems/gems/rspec-1.2.9/lib/spec/expectations.rb +35 -0
  953. data/vendor/gems/gems/rspec-1.2.9/lib/spec/expectations/errors.rb +12 -0
  954. data/vendor/gems/gems/rspec-1.2.9/lib/spec/expectations/extensions.rb +1 -0
  955. data/vendor/gems/gems/rspec-1.2.9/lib/spec/expectations/extensions/kernel.rb +52 -0
  956. data/vendor/gems/gems/rspec-1.2.9/lib/spec/expectations/fail_with.rb +45 -0
  957. data/vendor/gems/gems/rspec-1.2.9/lib/spec/expectations/handler.rb +50 -0
  958. data/vendor/gems/gems/rspec-1.2.9/lib/spec/interop/test.rb +44 -0
  959. data/vendor/gems/gems/rspec-1.2.9/lib/spec/interop/test/unit/autorunner.rb +6 -0
  960. data/vendor/gems/gems/rspec-1.2.9/lib/spec/interop/test/unit/testcase.rb +56 -0
  961. data/vendor/gems/gems/rspec-1.2.9/lib/spec/interop/test/unit/testresult.rb +6 -0
  962. data/vendor/gems/gems/rspec-1.2.9/lib/spec/interop/test/unit/testsuite_adapter.rb +34 -0
  963. data/vendor/gems/gems/rspec-1.2.9/lib/spec/interop/test/unit/ui/console/testrunner.rb +61 -0
  964. data/vendor/gems/gems/rspec-1.2.9/lib/spec/matchers.rb +195 -0
  965. data/vendor/gems/gems/rspec-1.2.9/lib/spec/matchers/be.rb +210 -0
  966. data/vendor/gems/gems/rspec-1.2.9/lib/spec/matchers/be_close.rb +32 -0
  967. data/vendor/gems/gems/rspec-1.2.9/lib/spec/matchers/be_instance_of.rb +26 -0
  968. data/vendor/gems/gems/rspec-1.2.9/lib/spec/matchers/be_kind_of.rb +26 -0
  969. data/vendor/gems/gems/rspec-1.2.9/lib/spec/matchers/change.rb +151 -0
  970. data/vendor/gems/gems/rspec-1.2.9/lib/spec/matchers/compatibility.rb +14 -0
  971. data/vendor/gems/gems/rspec-1.2.9/lib/spec/matchers/dsl.rb +20 -0
  972. data/vendor/gems/gems/rspec-1.2.9/lib/spec/matchers/eql.rb +42 -0
  973. data/vendor/gems/gems/rspec-1.2.9/lib/spec/matchers/equal.rb +53 -0
  974. data/vendor/gems/gems/rspec-1.2.9/lib/spec/matchers/errors.rb +5 -0
  975. data/vendor/gems/gems/rspec-1.2.9/lib/spec/matchers/exist.rb +16 -0
  976. data/vendor/gems/gems/rspec-1.2.9/lib/spec/matchers/extensions/instance_exec.rb +31 -0
  977. data/vendor/gems/gems/rspec-1.2.9/lib/spec/matchers/generated_descriptions.rb +36 -0
  978. data/vendor/gems/gems/rspec-1.2.9/lib/spec/matchers/has.rb +35 -0
  979. data/vendor/gems/gems/rspec-1.2.9/lib/spec/matchers/have.rb +151 -0
  980. data/vendor/gems/gems/rspec-1.2.9/lib/spec/matchers/include.rb +44 -0
  981. data/vendor/gems/gems/rspec-1.2.9/lib/spec/matchers/match.rb +21 -0
  982. data/vendor/gems/gems/rspec-1.2.9/lib/spec/matchers/match_array.rb +71 -0
  983. data/vendor/gems/gems/rspec-1.2.9/lib/spec/matchers/matcher.rb +87 -0
  984. data/vendor/gems/gems/rspec-1.2.9/lib/spec/matchers/method_missing.rb +9 -0
  985. data/vendor/gems/gems/rspec-1.2.9/lib/spec/matchers/operator_matcher.rb +78 -0
  986. data/vendor/gems/gems/rspec-1.2.9/lib/spec/matchers/pretty.rb +37 -0
  987. data/vendor/gems/gems/rspec-1.2.9/lib/spec/matchers/raise_error.rb +129 -0
  988. data/vendor/gems/gems/rspec-1.2.9/lib/spec/matchers/respond_to.rb +71 -0
  989. data/vendor/gems/gems/rspec-1.2.9/lib/spec/matchers/satisfy.rb +47 -0
  990. data/vendor/gems/gems/rspec-1.2.9/lib/spec/matchers/simple_matcher.rb +133 -0
  991. data/vendor/gems/gems/rspec-1.2.9/lib/spec/matchers/throw_symbol.rb +104 -0
  992. data/vendor/gems/gems/rspec-1.2.9/lib/spec/matchers/wrap_expectation.rb +55 -0
  993. data/vendor/gems/gems/rspec-1.2.9/lib/spec/mocks.rb +200 -0
  994. data/vendor/gems/gems/rspec-1.2.9/lib/spec/mocks/argument_expectation.rb +51 -0
  995. data/vendor/gems/gems/rspec-1.2.9/lib/spec/mocks/argument_matchers.rb +237 -0
  996. data/vendor/gems/gems/rspec-1.2.9/lib/spec/mocks/error_generator.rb +92 -0
  997. data/vendor/gems/gems/rspec-1.2.9/lib/spec/mocks/errors.rb +10 -0
  998. data/vendor/gems/gems/rspec-1.2.9/lib/spec/mocks/example_methods.rb +69 -0
  999. data/vendor/gems/gems/rspec-1.2.9/lib/spec/mocks/extensions.rb +1 -0
  1000. data/vendor/gems/gems/rspec-1.2.9/lib/spec/mocks/extensions/object.rb +3 -0
  1001. data/vendor/gems/gems/rspec-1.2.9/lib/spec/mocks/framework.rb +15 -0
  1002. data/vendor/gems/gems/rspec-1.2.9/lib/spec/mocks/message_expectation.rb +329 -0
  1003. data/vendor/gems/gems/rspec-1.2.9/lib/spec/mocks/methods.rb +89 -0
  1004. data/vendor/gems/gems/rspec-1.2.9/lib/spec/mocks/mock.rb +71 -0
  1005. data/vendor/gems/gems/rspec-1.2.9/lib/spec/mocks/order_group.rb +29 -0
  1006. data/vendor/gems/gems/rspec-1.2.9/lib/spec/mocks/proxy.rb +245 -0
  1007. data/vendor/gems/gems/rspec-1.2.9/lib/spec/mocks/space.rb +28 -0
  1008. data/vendor/gems/gems/rspec-1.2.9/lib/spec/rake/spectask.rb +230 -0
  1009. data/vendor/gems/gems/rspec-1.2.9/lib/spec/rake/verify_rcov.rb +52 -0
  1010. data/vendor/gems/gems/rspec-1.2.9/lib/spec/ruby.rb +9 -0
  1011. data/vendor/gems/gems/rspec-1.2.9/lib/spec/runner.rb +66 -0
  1012. data/vendor/gems/gems/rspec-1.2.9/lib/spec/runner/backtrace_tweaker.rb +77 -0
  1013. data/vendor/gems/gems/rspec-1.2.9/lib/spec/runner/class_and_arguments_parser.rb +14 -0
  1014. data/vendor/gems/gems/rspec-1.2.9/lib/spec/runner/command_line.rb +15 -0
  1015. data/vendor/gems/gems/rspec-1.2.9/lib/spec/runner/configuration.rb +194 -0
  1016. data/vendor/gems/gems/rspec-1.2.9/lib/spec/runner/differs/default.rb +93 -0
  1017. data/vendor/gems/gems/rspec-1.2.9/lib/spec/runner/differs/load-diff-lcs.rb +12 -0
  1018. data/vendor/gems/gems/rspec-1.2.9/lib/spec/runner/drb_command_line.rb +26 -0
  1019. data/vendor/gems/gems/rspec-1.2.9/lib/spec/runner/example_group_runner.rb +59 -0
  1020. data/vendor/gems/gems/rspec-1.2.9/lib/spec/runner/extensions/kernel.rb +9 -0
  1021. data/vendor/gems/gems/rspec-1.2.9/lib/spec/runner/formatter/base_formatter.rb +139 -0
  1022. data/vendor/gems/gems/rspec-1.2.9/lib/spec/runner/formatter/base_text_formatter.rb +142 -0
  1023. data/vendor/gems/gems/rspec-1.2.9/lib/spec/runner/formatter/failing_example_groups_formatter.rb +25 -0
  1024. data/vendor/gems/gems/rspec-1.2.9/lib/spec/runner/formatter/failing_examples_formatter.rb +20 -0
  1025. data/vendor/gems/gems/rspec-1.2.9/lib/spec/runner/formatter/html_formatter.rb +338 -0
  1026. data/vendor/gems/gems/rspec-1.2.9/lib/spec/runner/formatter/nested_text_formatter.rb +47 -0
  1027. data/vendor/gems/gems/rspec-1.2.9/lib/spec/runner/formatter/no_op_method_missing.rb +21 -0
  1028. data/vendor/gems/gems/rspec-1.2.9/lib/spec/runner/formatter/profile_formatter.rb +47 -0
  1029. data/vendor/gems/gems/rspec-1.2.9/lib/spec/runner/formatter/progress_bar_formatter.rb +33 -0
  1030. data/vendor/gems/gems/rspec-1.2.9/lib/spec/runner/formatter/silent_formatter.rb +10 -0
  1031. data/vendor/gems/gems/rspec-1.2.9/lib/spec/runner/formatter/snippet_extractor.rb +52 -0
  1032. data/vendor/gems/gems/rspec-1.2.9/lib/spec/runner/formatter/specdoc_formatter.rb +33 -0
  1033. data/vendor/gems/gems/rspec-1.2.9/lib/spec/runner/formatter/text_mate_formatter.rb +16 -0
  1034. data/vendor/gems/gems/rspec-1.2.9/lib/spec/runner/heckle_runner.rb +72 -0
  1035. data/vendor/gems/gems/rspec-1.2.9/lib/spec/runner/heckle_runner_unsupported.rb +10 -0
  1036. data/vendor/gems/gems/rspec-1.2.9/lib/spec/runner/line_number_query.rb +78 -0
  1037. data/vendor/gems/gems/rspec-1.2.9/lib/spec/runner/option_parser.rb +223 -0
  1038. data/vendor/gems/gems/rspec-1.2.9/lib/spec/runner/options.rb +400 -0
  1039. data/vendor/gems/gems/rspec-1.2.9/lib/spec/runner/reporter.rb +171 -0
  1040. data/vendor/gems/gems/rspec-1.2.9/lib/spec/stubs/cucumber.rb +5 -0
  1041. data/vendor/gems/gems/rspec-1.2.9/lib/spec/test/unit.rb +10 -0
  1042. data/vendor/gems/gems/rspec-1.2.9/lib/spec/version.rb +14 -0
  1043. data/vendor/gems/gems/rspec-1.2.9/resources/helpers/cmdline.rb +8 -0
  1044. data/vendor/gems/gems/rspec-1.2.9/resources/rake/examples.rake +7 -0
  1045. data/vendor/gems/gems/rspec-1.2.9/resources/rake/examples_with_rcov.rake +9 -0
  1046. data/vendor/gems/gems/rspec-1.2.9/resources/rake/failing_examples_with_html.rake +9 -0
  1047. data/vendor/gems/gems/rspec-1.2.9/resources/rake/verify_rcov.rake +7 -0
  1048. data/vendor/gems/gems/rspec-1.2.9/spec/README.jruby +15 -0
  1049. data/vendor/gems/gems/rspec-1.2.9/spec/autotest/autotest_helper.rb +8 -0
  1050. data/vendor/gems/gems/rspec-1.2.9/spec/autotest/autotest_matchers.rb +38 -0
  1051. data/vendor/gems/gems/rspec-1.2.9/spec/autotest/discover_spec.rb +8 -0
  1052. data/vendor/gems/gems/rspec-1.2.9/spec/autotest/failed_results_re_spec.rb +31 -0
  1053. data/vendor/gems/gems/rspec-1.2.9/spec/autotest/rspec_spec.rb +111 -0
  1054. data/vendor/gems/gems/rspec-1.2.9/spec/ruby_forker.rb +13 -0
  1055. data/vendor/gems/gems/rspec-1.2.9/spec/spec.opts +6 -0
  1056. data/vendor/gems/gems/rspec-1.2.9/spec/spec/dsl/main_spec.rb +95 -0
  1057. data/vendor/gems/gems/rspec-1.2.9/spec/spec/example/example_group_class_definition_spec.rb +51 -0
  1058. data/vendor/gems/gems/rspec-1.2.9/spec/spec/example/example_group_factory_spec.rb +180 -0
  1059. data/vendor/gems/gems/rspec-1.2.9/spec/spec/example/example_group_methods_spec.rb +758 -0
  1060. data/vendor/gems/gems/rspec-1.2.9/spec/spec/example/example_group_proxy_spec.rb +107 -0
  1061. data/vendor/gems/gems/rspec-1.2.9/spec/spec/example/example_group_spec.rb +643 -0
  1062. data/vendor/gems/gems/rspec-1.2.9/spec/spec/example/example_matcher_spec.rb +86 -0
  1063. data/vendor/gems/gems/rspec-1.2.9/spec/spec/example/example_methods_spec.rb +162 -0
  1064. data/vendor/gems/gems/rspec-1.2.9/spec/spec/example/example_proxy_spec.rb +57 -0
  1065. data/vendor/gems/gems/rspec-1.2.9/spec/spec/example/helper_method_spec.rb +24 -0
  1066. data/vendor/gems/gems/rspec-1.2.9/spec/spec/example/nested_example_group_spec.rb +71 -0
  1067. data/vendor/gems/gems/rspec-1.2.9/spec/spec/example/pending_module_spec.rb +58 -0
  1068. data/vendor/gems/gems/rspec-1.2.9/spec/spec/example/predicate_matcher_spec.rb +41 -0
  1069. data/vendor/gems/gems/rspec-1.2.9/spec/spec/example/shared_example_group_spec.rb +257 -0
  1070. data/vendor/gems/gems/rspec-1.2.9/spec/spec/example/subclassing_example_group_spec.rb +25 -0
  1071. data/vendor/gems/gems/rspec-1.2.9/spec/spec/example/subject_spec.rb +103 -0
  1072. data/vendor/gems/gems/rspec-1.2.9/spec/spec/expectations/differs/default_spec.rb +194 -0
  1073. data/vendor/gems/gems/rspec-1.2.9/spec/spec/expectations/extensions/kernel_spec.rb +45 -0
  1074. data/vendor/gems/gems/rspec-1.2.9/spec/spec/expectations/fail_with_spec.rb +96 -0
  1075. data/vendor/gems/gems/rspec-1.2.9/spec/spec/expectations/handler_spec.rb +206 -0
  1076. data/vendor/gems/gems/rspec-1.2.9/spec/spec/expectations/wrap_expectation_spec.rb +30 -0
  1077. data/vendor/gems/gems/rspec-1.2.9/spec/spec/interop/test/unit/resources/spec_that_fails.rb +10 -0
  1078. data/vendor/gems/gems/rspec-1.2.9/spec/spec/interop/test/unit/resources/spec_that_passes.rb +10 -0
  1079. data/vendor/gems/gems/rspec-1.2.9/spec/spec/interop/test/unit/resources/spec_with_errors.rb +10 -0
  1080. data/vendor/gems/gems/rspec-1.2.9/spec/spec/interop/test/unit/resources/spec_with_options_hash.rb +13 -0
  1081. data/vendor/gems/gems/rspec-1.2.9/spec/spec/interop/test/unit/resources/test_case_that_fails.rb +10 -0
  1082. data/vendor/gems/gems/rspec-1.2.9/spec/spec/interop/test/unit/resources/test_case_that_passes.rb +10 -0
  1083. data/vendor/gems/gems/rspec-1.2.9/spec/spec/interop/test/unit/resources/test_case_with_errors.rb +10 -0
  1084. data/vendor/gems/gems/rspec-1.2.9/spec/spec/interop/test/unit/resources/test_case_with_various_names.rb +22 -0
  1085. data/vendor/gems/gems/rspec-1.2.9/spec/spec/interop/test/unit/resources/testsuite_adapter_spec_with_test_unit.rb +38 -0
  1086. data/vendor/gems/gems/rspec-1.2.9/spec/spec/interop/test/unit/spec_spec.rb +48 -0
  1087. data/vendor/gems/gems/rspec-1.2.9/spec/spec/interop/test/unit/test_unit_spec_helper.rb +18 -0
  1088. data/vendor/gems/gems/rspec-1.2.9/spec/spec/interop/test/unit/testcase_spec.rb +50 -0
  1089. data/vendor/gems/gems/rspec-1.2.9/spec/spec/interop/test/unit/testsuite_adapter_spec.rb +9 -0
  1090. data/vendor/gems/gems/rspec-1.2.9/spec/spec/matchers/be_close_spec.rb +50 -0
  1091. data/vendor/gems/gems/rspec-1.2.9/spec/spec/matchers/be_instance_of_spec.rb +36 -0
  1092. data/vendor/gems/gems/rspec-1.2.9/spec/spec/matchers/be_kind_of_spec.rb +33 -0
  1093. data/vendor/gems/gems/rspec-1.2.9/spec/spec/matchers/be_spec.rb +311 -0
  1094. data/vendor/gems/gems/rspec-1.2.9/spec/spec/matchers/change_spec.rb +349 -0
  1095. data/vendor/gems/gems/rspec-1.2.9/spec/spec/matchers/compatibility_spec.rb +28 -0
  1096. data/vendor/gems/gems/rspec-1.2.9/spec/spec/matchers/description_generation_spec.rb +160 -0
  1097. data/vendor/gems/gems/rspec-1.2.9/spec/spec/matchers/dsl_spec.rb +34 -0
  1098. data/vendor/gems/gems/rspec-1.2.9/spec/spec/matchers/eql_spec.rb +33 -0
  1099. data/vendor/gems/gems/rspec-1.2.9/spec/spec/matchers/equal_spec.rb +57 -0
  1100. data/vendor/gems/gems/rspec-1.2.9/spec/spec/matchers/exist_spec.rb +65 -0
  1101. data/vendor/gems/gems/rspec-1.2.9/spec/spec/matchers/has_spec.rb +81 -0
  1102. data/vendor/gems/gems/rspec-1.2.9/spec/spec/matchers/have_spec.rb +396 -0
  1103. data/vendor/gems/gems/rspec-1.2.9/spec/spec/matchers/include_spec.rb +88 -0
  1104. data/vendor/gems/gems/rspec-1.2.9/spec/spec/matchers/match_array_spec.rb +108 -0
  1105. data/vendor/gems/gems/rspec-1.2.9/spec/spec/matchers/match_spec.rb +57 -0
  1106. data/vendor/gems/gems/rspec-1.2.9/spec/spec/matchers/matcher_methods_spec.rb +63 -0
  1107. data/vendor/gems/gems/rspec-1.2.9/spec/spec/matchers/matcher_spec.rb +228 -0
  1108. data/vendor/gems/gems/rspec-1.2.9/spec/spec/matchers/matchers_spec.rb +2 -0
  1109. data/vendor/gems/gems/rspec-1.2.9/spec/spec/matchers/operator_matcher_spec.rb +191 -0
  1110. data/vendor/gems/gems/rspec-1.2.9/spec/spec/matchers/raise_error_spec.rb +333 -0
  1111. data/vendor/gems/gems/rspec-1.2.9/spec/spec/matchers/respond_to_spec.rb +116 -0
  1112. data/vendor/gems/gems/rspec-1.2.9/spec/spec/matchers/satisfy_spec.rb +36 -0
  1113. data/vendor/gems/gems/rspec-1.2.9/spec/spec/matchers/simple_matcher_spec.rb +93 -0
  1114. data/vendor/gems/gems/rspec-1.2.9/spec/spec/matchers/throw_symbol_spec.rb +96 -0
  1115. data/vendor/gems/gems/rspec-1.2.9/spec/spec/mocks/any_number_of_times_spec.rb +36 -0
  1116. data/vendor/gems/gems/rspec-1.2.9/spec/spec/mocks/argument_expectation_spec.rb +23 -0
  1117. data/vendor/gems/gems/rspec-1.2.9/spec/spec/mocks/argument_matchers_spec.rb +19 -0
  1118. data/vendor/gems/gems/rspec-1.2.9/spec/spec/mocks/at_least_spec.rb +97 -0
  1119. data/vendor/gems/gems/rspec-1.2.9/spec/spec/mocks/at_most_spec.rb +93 -0
  1120. data/vendor/gems/gems/rspec-1.2.9/spec/spec/mocks/bug_report_10260_spec.rb +8 -0
  1121. data/vendor/gems/gems/rspec-1.2.9/spec/spec/mocks/bug_report_10263_spec.rb +27 -0
  1122. data/vendor/gems/gems/rspec-1.2.9/spec/spec/mocks/bug_report_11545_spec.rb +32 -0
  1123. data/vendor/gems/gems/rspec-1.2.9/spec/spec/mocks/bug_report_15719_spec.rb +30 -0
  1124. data/vendor/gems/gems/rspec-1.2.9/spec/spec/mocks/bug_report_496_spec.rb +19 -0
  1125. data/vendor/gems/gems/rspec-1.2.9/spec/spec/mocks/bug_report_600_spec.rb +22 -0
  1126. data/vendor/gems/gems/rspec-1.2.9/spec/spec/mocks/bug_report_7611_spec.rb +19 -0
  1127. data/vendor/gems/gems/rspec-1.2.9/spec/spec/mocks/bug_report_7805_spec.rb +22 -0
  1128. data/vendor/gems/gems/rspec-1.2.9/spec/spec/mocks/bug_report_8165_spec.rb +31 -0
  1129. data/vendor/gems/gems/rspec-1.2.9/spec/spec/mocks/bug_report_8302_spec.rb +26 -0
  1130. data/vendor/gems/gems/rspec-1.2.9/spec/spec/mocks/bug_report_830_spec.rb +21 -0
  1131. data/vendor/gems/gems/rspec-1.2.9/spec/spec/mocks/double_spec.rb +12 -0
  1132. data/vendor/gems/gems/rspec-1.2.9/spec/spec/mocks/failing_argument_matchers_spec.rb +95 -0
  1133. data/vendor/gems/gems/rspec-1.2.9/spec/spec/mocks/hash_including_matcher_spec.rb +90 -0
  1134. data/vendor/gems/gems/rspec-1.2.9/spec/spec/mocks/hash_not_including_matcher_spec.rb +67 -0
  1135. data/vendor/gems/gems/rspec-1.2.9/spec/spec/mocks/mock_ordering_spec.rb +94 -0
  1136. data/vendor/gems/gems/rspec-1.2.9/spec/spec/mocks/mock_space_spec.rb +54 -0
  1137. data/vendor/gems/gems/rspec-1.2.9/spec/spec/mocks/mock_spec.rb +594 -0
  1138. data/vendor/gems/gems/rspec-1.2.9/spec/spec/mocks/multiple_return_value_spec.rb +113 -0
  1139. data/vendor/gems/gems/rspec-1.2.9/spec/spec/mocks/nil_expectation_warning_spec.rb +53 -0
  1140. data/vendor/gems/gems/rspec-1.2.9/spec/spec/mocks/null_object_mock_spec.rb +54 -0
  1141. data/vendor/gems/gems/rspec-1.2.9/spec/spec/mocks/once_counts_spec.rb +53 -0
  1142. data/vendor/gems/gems/rspec-1.2.9/spec/spec/mocks/options_hash_spec.rb +35 -0
  1143. data/vendor/gems/gems/rspec-1.2.9/spec/spec/mocks/partial_mock_spec.rb +164 -0
  1144. data/vendor/gems/gems/rspec-1.2.9/spec/spec/mocks/partial_mock_using_mocks_directly_spec.rb +66 -0
  1145. data/vendor/gems/gems/rspec-1.2.9/spec/spec/mocks/passing_argument_matchers_spec.rb +145 -0
  1146. data/vendor/gems/gems/rspec-1.2.9/spec/spec/mocks/precise_counts_spec.rb +52 -0
  1147. data/vendor/gems/gems/rspec-1.2.9/spec/spec/mocks/record_messages_spec.rb +26 -0
  1148. data/vendor/gems/gems/rspec-1.2.9/spec/spec/mocks/stub_chain_spec.rb +42 -0
  1149. data/vendor/gems/gems/rspec-1.2.9/spec/spec/mocks/stub_implementation_spec.rb +31 -0
  1150. data/vendor/gems/gems/rspec-1.2.9/spec/spec/mocks/stub_spec.rb +203 -0
  1151. data/vendor/gems/gems/rspec-1.2.9/spec/spec/mocks/stubbed_message_expectations_spec.rb +26 -0
  1152. data/vendor/gems/gems/rspec-1.2.9/spec/spec/mocks/twice_counts_spec.rb +67 -0
  1153. data/vendor/gems/gems/rspec-1.2.9/spec/spec/mocks/unstub_spec.rb +127 -0
  1154. data/vendor/gems/gems/rspec-1.2.9/spec/spec/package/bin_spec_spec.rb +16 -0
  1155. data/vendor/gems/gems/rspec-1.2.9/spec/spec/rake/spectask_spec.rb +150 -0
  1156. data/vendor/gems/gems/rspec-1.2.9/spec/spec/runner/class_and_argument_parser_spec.rb +23 -0
  1157. data/vendor/gems/gems/rspec-1.2.9/spec/spec/runner/command_line_spec.rb +141 -0
  1158. data/vendor/gems/gems/rspec-1.2.9/spec/spec/runner/configuration_spec.rb +320 -0
  1159. data/vendor/gems/gems/rspec-1.2.9/spec/spec/runner/drb_command_line_spec.rb +107 -0
  1160. data/vendor/gems/gems/rspec-1.2.9/spec/spec/runner/empty_file.txt +0 -0
  1161. data/vendor/gems/gems/rspec-1.2.9/spec/spec/runner/example_group_runner_spec.rb +26 -0
  1162. data/vendor/gems/gems/rspec-1.2.9/spec/spec/runner/examples.txt +2 -0
  1163. data/vendor/gems/gems/rspec-1.2.9/spec/spec/runner/failed.txt +3 -0
  1164. data/vendor/gems/gems/rspec-1.2.9/spec/spec/runner/formatter/base_formatter_spec.rb +30 -0
  1165. data/vendor/gems/gems/rspec-1.2.9/spec/spec/runner/formatter/base_text_formatter_spec.rb +113 -0
  1166. data/vendor/gems/gems/rspec-1.2.9/spec/spec/runner/formatter/failing_example_groups_formatter_spec.rb +45 -0
  1167. data/vendor/gems/gems/rspec-1.2.9/spec/spec/runner/formatter/failing_examples_formatter_spec.rb +33 -0
  1168. data/vendor/gems/gems/rspec-1.2.9/spec/spec/runner/formatter/html_formatted-1.8.6-jruby.html +377 -0
  1169. data/vendor/gems/gems/rspec-1.2.9/spec/spec/runner/formatter/html_formatted-1.8.6.html +377 -0
  1170. data/vendor/gems/gems/rspec-1.2.9/spec/spec/runner/formatter/html_formatted-1.8.7.html +377 -0
  1171. data/vendor/gems/gems/rspec-1.2.9/spec/spec/runner/formatter/html_formatted-1.9.1.html +377 -0
  1172. data/vendor/gems/gems/rspec-1.2.9/spec/spec/runner/formatter/html_formatter_spec.rb +118 -0
  1173. data/vendor/gems/gems/rspec-1.2.9/spec/spec/runner/formatter/nested_text_formatter_spec.rb +305 -0
  1174. data/vendor/gems/gems/rspec-1.2.9/spec/spec/runner/formatter/profile_formatter_spec.rb +70 -0
  1175. data/vendor/gems/gems/rspec-1.2.9/spec/spec/runner/formatter/progress_bar_formatter_spec.rb +149 -0
  1176. data/vendor/gems/gems/rspec-1.2.9/spec/spec/runner/formatter/snippet_extractor_spec.rb +18 -0
  1177. data/vendor/gems/gems/rspec-1.2.9/spec/spec/runner/formatter/specdoc_formatter_spec.rb +159 -0
  1178. data/vendor/gems/gems/rspec-1.2.9/spec/spec/runner/formatter/text_mate_formatted-1.8.6-jruby.html +371 -0
  1179. data/vendor/gems/gems/rspec-1.2.9/spec/spec/runner/formatter/text_mate_formatted-1.8.6.html +371 -0
  1180. data/vendor/gems/gems/rspec-1.2.9/spec/spec/runner/formatter/text_mate_formatted-1.8.7.html +371 -0
  1181. data/vendor/gems/gems/rspec-1.2.9/spec/spec/runner/formatter/text_mate_formatted-1.9.1.html +371 -0
  1182. data/vendor/gems/gems/rspec-1.2.9/spec/spec/runner/formatter/text_mate_formatter_spec.rb +106 -0
  1183. data/vendor/gems/gems/rspec-1.2.9/spec/spec/runner/heckle_runner_spec.rb +78 -0
  1184. data/vendor/gems/gems/rspec-1.2.9/spec/spec/runner/heckler_spec.rb +20 -0
  1185. data/vendor/gems/gems/rspec-1.2.9/spec/spec/runner/line_number_query/line_number_query_fixture.rb +70 -0
  1186. data/vendor/gems/gems/rspec-1.2.9/spec/spec/runner/line_number_query_spec.rb +129 -0
  1187. data/vendor/gems/gems/rspec-1.2.9/spec/spec/runner/noisy_backtrace_tweaker_spec.rb +51 -0
  1188. data/vendor/gems/gems/rspec-1.2.9/spec/spec/runner/option_parser_spec.rb +545 -0
  1189. data/vendor/gems/gems/rspec-1.2.9/spec/spec/runner/options_spec.rb +547 -0
  1190. data/vendor/gems/gems/rspec-1.2.9/spec/spec/runner/output_one_time_fixture.rb +7 -0
  1191. data/vendor/gems/gems/rspec-1.2.9/spec/spec/runner/output_one_time_fixture_runner.rb +7 -0
  1192. data/vendor/gems/gems/rspec-1.2.9/spec/spec/runner/output_one_time_spec.rb +15 -0
  1193. data/vendor/gems/gems/rspec-1.2.9/spec/spec/runner/quiet_backtrace_tweaker_spec.rb +105 -0
  1194. data/vendor/gems/gems/rspec-1.2.9/spec/spec/runner/reporter_spec.rb +244 -0
  1195. data/vendor/gems/gems/rspec-1.2.9/spec/spec/runner/resources/a_bar.rb +0 -0
  1196. data/vendor/gems/gems/rspec-1.2.9/spec/spec/runner/resources/a_foo.rb +0 -0
  1197. data/vendor/gems/gems/rspec-1.2.9/spec/spec/runner/resources/a_spec.rb +1 -0
  1198. data/vendor/gems/gems/rspec-1.2.9/spec/spec/runner/resources/custom_example_group_runner.rb +14 -0
  1199. data/vendor/gems/gems/rspec-1.2.9/spec/spec/runner/resources/utf8_encoded.rb +8 -0
  1200. data/vendor/gems/gems/rspec-1.2.9/spec/spec/runner/spec.opts +2 -0
  1201. data/vendor/gems/gems/rspec-1.2.9/spec/spec/runner/spec_drb.opts +2 -0
  1202. data/vendor/gems/gems/rspec-1.2.9/spec/spec/runner/spec_spaced.opts +2 -0
  1203. data/vendor/gems/gems/rspec-1.2.9/spec/spec/runner_spec.rb +13 -0
  1204. data/vendor/gems/gems/rspec-1.2.9/spec/spec_helper.rb +112 -0
  1205. data/vendor/gems/gems/rspec-1.2.9/spec/support/macros.rb +29 -0
  1206. data/vendor/gems/gems/rspec-1.2.9/spec/support/spec_classes.rb +133 -0
  1207. data/vendor/gems/gems/ruby-debug-0.10.3/AUTHORS +7 -0
  1208. data/vendor/gems/gems/ruby-debug-0.10.3/CHANGES +334 -0
  1209. data/vendor/gems/gems/ruby-debug-0.10.3/ChangeLog +5569 -0
  1210. data/vendor/gems/gems/ruby-debug-0.10.3/LICENSE +23 -0
  1211. data/vendor/gems/gems/ruby-debug-0.10.3/README +114 -0
  1212. data/vendor/gems/gems/ruby-debug-0.10.3/Rakefile +255 -0
  1213. data/vendor/gems/gems/ruby-debug-0.10.3/bin/rdebug +415 -0
  1214. data/vendor/gems/gems/ruby-debug-0.10.3/cli/ruby-debug.rb +176 -0
  1215. data/vendor/gems/gems/ruby-debug-0.10.3/cli/ruby-debug/command.rb +228 -0
  1216. data/vendor/gems/gems/ruby-debug-0.10.3/cli/ruby-debug/commands/breakpoints.rb +153 -0
  1217. data/vendor/gems/gems/ruby-debug-0.10.3/cli/ruby-debug/commands/catchpoint.rb +53 -0
  1218. data/vendor/gems/gems/ruby-debug-0.10.3/cli/ruby-debug/commands/condition.rb +49 -0
  1219. data/vendor/gems/gems/ruby-debug-0.10.3/cli/ruby-debug/commands/continue.RB.save +48 -0
  1220. data/vendor/gems/gems/ruby-debug-0.10.3/cli/ruby-debug/commands/continue.rb +38 -0
  1221. data/vendor/gems/gems/ruby-debug-0.10.3/cli/ruby-debug/commands/control.rb +107 -0
  1222. data/vendor/gems/gems/ruby-debug-0.10.3/cli/ruby-debug/commands/disassemble.RB +38 -0
  1223. data/vendor/gems/gems/ruby-debug-0.10.3/cli/ruby-debug/commands/display.rb +120 -0
  1224. data/vendor/gems/gems/ruby-debug-0.10.3/cli/ruby-debug/commands/edit.rb +48 -0
  1225. data/vendor/gems/gems/ruby-debug-0.10.3/cli/ruby-debug/commands/enable.rb +202 -0
  1226. data/vendor/gems/gems/ruby-debug-0.10.3/cli/ruby-debug/commands/eval.rb +176 -0
  1227. data/vendor/gems/gems/ruby-debug-0.10.3/cli/ruby-debug/commands/finish.rb +42 -0
  1228. data/vendor/gems/gems/ruby-debug-0.10.3/cli/ruby-debug/commands/frame.rb +301 -0
  1229. data/vendor/gems/gems/ruby-debug-0.10.3/cli/ruby-debug/commands/help.rb +56 -0
  1230. data/vendor/gems/gems/ruby-debug-0.10.3/cli/ruby-debug/commands/info.rb +469 -0
  1231. data/vendor/gems/gems/ruby-debug-0.10.3/cli/ruby-debug/commands/irb.rb +90 -0
  1232. data/vendor/gems/gems/ruby-debug-0.10.3/cli/ruby-debug/commands/list.rb +94 -0
  1233. data/vendor/gems/gems/ruby-debug-0.10.3/cli/ruby-debug/commands/method.rb +84 -0
  1234. data/vendor/gems/gems/ruby-debug-0.10.3/cli/ruby-debug/commands/quit.rb +38 -0
  1235. data/vendor/gems/gems/ruby-debug-0.10.3/cli/ruby-debug/commands/reload.rb +40 -0
  1236. data/vendor/gems/gems/ruby-debug-0.10.3/cli/ruby-debug/commands/save.rb +90 -0
  1237. data/vendor/gems/gems/ruby-debug-0.10.3/cli/ruby-debug/commands/set.rb +237 -0
  1238. data/vendor/gems/gems/ruby-debug-0.10.3/cli/ruby-debug/commands/show.rb +253 -0
  1239. data/vendor/gems/gems/ruby-debug-0.10.3/cli/ruby-debug/commands/source.rb +36 -0
  1240. data/vendor/gems/gems/ruby-debug-0.10.3/cli/ruby-debug/commands/stepping.rb +81 -0
  1241. data/vendor/gems/gems/ruby-debug-0.10.3/cli/ruby-debug/commands/threads.rb +189 -0
  1242. data/vendor/gems/gems/ruby-debug-0.10.3/cli/ruby-debug/commands/tmate.rb +36 -0
  1243. data/vendor/gems/gems/ruby-debug-0.10.3/cli/ruby-debug/commands/trace.rb +57 -0
  1244. data/vendor/gems/gems/ruby-debug-0.10.3/cli/ruby-debug/commands/variables.rb +199 -0
  1245. data/vendor/gems/gems/ruby-debug-0.10.3/cli/ruby-debug/debugger.rb +5 -0
  1246. data/vendor/gems/gems/ruby-debug-0.10.3/cli/ruby-debug/helper.rb +69 -0
  1247. data/vendor/gems/gems/ruby-debug-0.10.3/cli/ruby-debug/interface.rb +232 -0
  1248. data/vendor/gems/gems/ruby-debug-0.10.3/cli/ruby-debug/processor.rb +472 -0
  1249. data/vendor/gems/gems/ruby-debug-0.10.3/doc/rdebug.1 +241 -0
  1250. data/vendor/gems/gems/ruby-debug-0.10.3/rdbg.rb +33 -0
  1251. data/vendor/gems/gems/ruby-debug-0.10.3/test/base/base.rb +74 -0
  1252. data/vendor/gems/gems/ruby-debug-0.10.3/test/base/binding.rb +31 -0
  1253. data/vendor/gems/gems/ruby-debug-0.10.3/test/base/catchpoint.rb +26 -0
  1254. data/vendor/gems/gems/ruby-debug-0.10.3/test/base/load.rb +40 -0
  1255. data/vendor/gems/gems/ruby-debug-0.10.3/test/bp_loop_issue.rb +3 -0
  1256. data/vendor/gems/gems/ruby-debug-0.10.3/test/classes.rb +11 -0
  1257. data/vendor/gems/gems/ruby-debug-0.10.3/test/cli/commands/catchpoint_test.rb +36 -0
  1258. data/vendor/gems/gems/ruby-debug-0.10.3/test/cli/commands/unit/regexp.rb +31 -0
  1259. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/annotate.cmd +29 -0
  1260. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/annotate.right +139 -0
  1261. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/break_bad.cmd +18 -0
  1262. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/break_bad.right +28 -0
  1263. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/break_loop_bug.cmd +5 -0
  1264. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/break_loop_bug.right +15 -0
  1265. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/breakpoints.cmd +38 -0
  1266. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/breakpoints.right +98 -0
  1267. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/catch.cmd +17 -0
  1268. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/catch.right +37 -0
  1269. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/condition.cmd +28 -0
  1270. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/condition.right +65 -0
  1271. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/ctrl.cmd +23 -0
  1272. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/ctrl.right +69 -0
  1273. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/display.cmd +24 -0
  1274. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/display.right +44 -0
  1275. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/dollar-0.right +2 -0
  1276. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/dollar-0a.right +2 -0
  1277. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/dollar-0b.right +2 -0
  1278. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/edit.cmd +12 -0
  1279. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/edit.right +19 -0
  1280. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/emacs_basic.cmd +43 -0
  1281. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/emacs_basic.right +106 -0
  1282. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/enable.cmd +20 -0
  1283. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/enable.right +36 -0
  1284. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/finish.cmd +16 -0
  1285. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/finish.right +31 -0
  1286. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/frame.cmd +26 -0
  1287. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/frame.right +55 -0
  1288. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/help.cmd +20 -0
  1289. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/help.right +21 -0
  1290. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/history.right +7 -0
  1291. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/info-thread.cmd +13 -0
  1292. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/info-thread.right +37 -0
  1293. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/info-var-bug2.cmd +5 -0
  1294. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/info-var-bug2.right +10 -0
  1295. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/info-var.cmd +23 -0
  1296. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/info-var.right +52 -0
  1297. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/info.cmd +21 -0
  1298. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/info.right +65 -0
  1299. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/linetrace.cmd +6 -0
  1300. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/linetrace.right +32 -0
  1301. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/linetracep.cmd +7 -0
  1302. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/linetracep.right +25 -0
  1303. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/list.cmd +19 -0
  1304. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/list.right +127 -0
  1305. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/method.cmd +10 -0
  1306. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/method.right +21 -0
  1307. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/methodsig.cmd +10 -0
  1308. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/methodsig.right +20 -0
  1309. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/noquit.right +1 -0
  1310. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/output.cmd +6 -0
  1311. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/output.right +31 -0
  1312. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/pm-bug.cmd +7 -0
  1313. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/pm-bug.right +12 -0
  1314. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/post-mortem-next.cmd +8 -0
  1315. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/post-mortem-next.right +14 -0
  1316. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/post-mortem-osx.right +31 -0
  1317. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/post-mortem.cmd +13 -0
  1318. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/post-mortem.right +31 -0
  1319. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/quit.cmd +6 -0
  1320. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/quit.right +0 -0
  1321. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/raise.cmd +11 -0
  1322. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/raise.right +26 -0
  1323. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/save.cmd +33 -0
  1324. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/save.right +59 -0
  1325. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/setshow.cmd +56 -0
  1326. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/setshow.right +97 -0
  1327. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/source.cmd +5 -0
  1328. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/source.right +15 -0
  1329. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/stepping.cmd +21 -0
  1330. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/stepping.right +50 -0
  1331. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/test-init-cygwin.right +7 -0
  1332. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/test-init-osx.right +4 -0
  1333. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/test-init.right +5 -0
  1334. data/vendor/gems/gems/ruby-debug-0.10.3/test/data/trace.right +23 -0
  1335. data/vendor/gems/gems/ruby-debug-0.10.3/test/dollar-0.rb +5 -0
  1336. data/vendor/gems/gems/ruby-debug-0.10.3/test/except-bug2.rb +7 -0
  1337. data/vendor/gems/gems/ruby-debug-0.10.3/test/gcd-dbg-nox.rb +31 -0
  1338. data/vendor/gems/gems/ruby-debug-0.10.3/test/gcd-dbg.rb +30 -0
  1339. data/vendor/gems/gems/ruby-debug-0.10.3/test/gcd.rb +18 -0
  1340. data/vendor/gems/gems/ruby-debug-0.10.3/test/helper.rb +143 -0
  1341. data/vendor/gems/gems/ruby-debug-0.10.3/test/info-var-bug.rb +47 -0
  1342. data/vendor/gems/gems/ruby-debug-0.10.3/test/info-var-bug2.rb +2 -0
  1343. data/vendor/gems/gems/ruby-debug-0.10.3/test/null.rb +1 -0
  1344. data/vendor/gems/gems/ruby-debug-0.10.3/test/output.rb +2 -0
  1345. data/vendor/gems/gems/ruby-debug-0.10.3/test/pm-base.rb +22 -0
  1346. data/vendor/gems/gems/ruby-debug-0.10.3/test/pm-bug.rb +3 -0
  1347. data/vendor/gems/gems/ruby-debug-0.10.3/test/pm.rb +11 -0
  1348. data/vendor/gems/gems/ruby-debug-0.10.3/test/raise.rb +3 -0
  1349. data/vendor/gems/gems/ruby-debug-0.10.3/test/scope-test.rb +8 -0
  1350. data/vendor/gems/gems/ruby-debug-0.10.3/test/tdebug.rb +252 -0
  1351. data/vendor/gems/gems/ruby-debug-0.10.3/test/test-annotate.rb +25 -0
  1352. data/vendor/gems/gems/ruby-debug-0.10.3/test/test-break-bad.rb +36 -0
  1353. data/vendor/gems/gems/ruby-debug-0.10.3/test/test-breakpoints.rb +25 -0
  1354. data/vendor/gems/gems/ruby-debug-0.10.3/test/test-catch.rb +25 -0
  1355. data/vendor/gems/gems/ruby-debug-0.10.3/test/test-condition.rb +25 -0
  1356. data/vendor/gems/gems/ruby-debug-0.10.3/test/test-ctrl.rb +54 -0
  1357. data/vendor/gems/gems/ruby-debug-0.10.3/test/test-display.rb +26 -0
  1358. data/vendor/gems/gems/ruby-debug-0.10.3/test/test-dollar-0.rb +45 -0
  1359. data/vendor/gems/gems/ruby-debug-0.10.3/test/test-edit.rb +26 -0
  1360. data/vendor/gems/gems/ruby-debug-0.10.3/test/test-emacs-basic.rb +26 -0
  1361. data/vendor/gems/gems/ruby-debug-0.10.3/test/test-enable.rb +25 -0
  1362. data/vendor/gems/gems/ruby-debug-0.10.3/test/test-finish.rb +34 -0
  1363. data/vendor/gems/gems/ruby-debug-0.10.3/test/test-frame.rb +34 -0
  1364. data/vendor/gems/gems/ruby-debug-0.10.3/test/test-help.rb +60 -0
  1365. data/vendor/gems/gems/ruby-debug-0.10.3/test/test-hist.rb +68 -0
  1366. data/vendor/gems/gems/ruby-debug-0.10.3/test/test-info-thread.rb +32 -0
  1367. data/vendor/gems/gems/ruby-debug-0.10.3/test/test-info-var.rb +47 -0
  1368. data/vendor/gems/gems/ruby-debug-0.10.3/test/test-info.rb +26 -0
  1369. data/vendor/gems/gems/ruby-debug-0.10.3/test/test-init.rb +43 -0
  1370. data/vendor/gems/gems/ruby-debug-0.10.3/test/test-list.rb +25 -0
  1371. data/vendor/gems/gems/ruby-debug-0.10.3/test/test-method.rb +34 -0
  1372. data/vendor/gems/gems/ruby-debug-0.10.3/test/test-output.rb +26 -0
  1373. data/vendor/gems/gems/ruby-debug-0.10.3/test/test-pm.rb +59 -0
  1374. data/vendor/gems/gems/ruby-debug-0.10.3/test/test-quit.rb +30 -0
  1375. data/vendor/gems/gems/ruby-debug-0.10.3/test/test-raise.rb +25 -0
  1376. data/vendor/gems/gems/ruby-debug-0.10.3/test/test-save.rb +25 -0
  1377. data/vendor/gems/gems/ruby-debug-0.10.3/test/test-setshow.rb +25 -0
  1378. data/vendor/gems/gems/ruby-debug-0.10.3/test/test-source.rb +25 -0
  1379. data/vendor/gems/gems/ruby-debug-0.10.3/test/test-stepping.rb +26 -0
  1380. data/vendor/gems/gems/ruby-debug-0.10.3/test/test-trace.rb +63 -0
  1381. data/vendor/gems/gems/ruby-debug-0.10.3/test/thread1.rb +26 -0
  1382. data/vendor/gems/gems/ruby-debug-0.10.3/test/trunc-call.rb +31 -0
  1383. data/vendor/gems/gems/ruby-debug-0.10.3/test/tvar.rb +3 -0
  1384. data/vendor/gems/gems/ruby-debug-base-0.10.3/AUTHORS +7 -0
  1385. data/vendor/gems/gems/ruby-debug-base-0.10.3/CHANGES +334 -0
  1386. data/vendor/gems/gems/ruby-debug-base-0.10.3/LICENSE +23 -0
  1387. data/vendor/gems/gems/ruby-debug-base-0.10.3/README +114 -0
  1388. data/vendor/gems/gems/ruby-debug-base-0.10.3/Rakefile +255 -0
  1389. data/vendor/gems/gems/ruby-debug-base-0.10.3/ext/Makefile +157 -0
  1390. data/vendor/gems/gems/ruby-debug-base-0.10.3/ext/breakpoint.c +579 -0
  1391. data/vendor/gems/gems/ruby-debug-base-0.10.3/ext/breakpoint.o +0 -0
  1392. data/vendor/gems/gems/ruby-debug-base-0.10.3/ext/extconf.rb +20 -0
  1393. data/vendor/gems/gems/ruby-debug-base-0.10.3/ext/ruby_debug.bundle +0 -0
  1394. data/vendor/gems/gems/ruby-debug-base-0.10.3/ext/ruby_debug.c +2322 -0
  1395. data/vendor/gems/gems/ruby-debug-base-0.10.3/ext/ruby_debug.h +123 -0
  1396. data/vendor/gems/gems/ruby-debug-base-0.10.3/ext/ruby_debug.o +0 -0
  1397. data/vendor/gems/gems/ruby-debug-base-0.10.3/ext/win32/Makefile +149 -0
  1398. data/vendor/gems/gems/ruby-debug-base-0.10.3/ext/win32/breakpoint.o +0 -0
  1399. data/vendor/gems/gems/ruby-debug-base-0.10.3/ext/win32/ruby_debug.o +0 -0
  1400. data/vendor/gems/gems/ruby-debug-base-0.10.3/ext/win32/ruby_debug.so +0 -0
  1401. data/vendor/gems/gems/ruby-debug-base-0.10.3/lib/ChangeLog +1046 -0
  1402. data/vendor/gems/gems/ruby-debug-base-0.10.3/lib/ruby-debug-base.rb +298 -0
  1403. data/vendor/gems/gems/ruby-debug-base-0.10.3/lib/ruby_debug.bundle +0 -0
  1404. data/vendor/gems/gems/ruby-debug-base-0.10.3/test/base/base.rb +74 -0
  1405. data/vendor/gems/gems/ruby-debug-base-0.10.3/test/base/binding.rb +31 -0
  1406. data/vendor/gems/gems/ruby-debug-base-0.10.3/test/base/catchpoint.rb +26 -0
  1407. data/vendor/gems/gems/term-ansicolor-1.0.4/CHANGES +22 -0
  1408. data/vendor/gems/gems/term-ansicolor-1.0.4/COPYING +340 -0
  1409. data/vendor/gems/gems/term-ansicolor-1.0.4/README +31 -0
  1410. data/vendor/gems/gems/term-ansicolor-1.0.4/Rakefile +86 -0
  1411. data/vendor/gems/gems/term-ansicolor-1.0.4/VERSION +1 -0
  1412. data/vendor/gems/gems/term-ansicolor-1.0.4/doc-main.txt +119 -0
  1413. data/vendor/gems/gems/term-ansicolor-1.0.4/examples/cdiff.rb +19 -0
  1414. data/vendor/gems/gems/term-ansicolor-1.0.4/examples/example.rb +89 -0
  1415. data/vendor/gems/gems/term-ansicolor-1.0.4/install.rb +15 -0
  1416. data/vendor/gems/gems/term-ansicolor-1.0.4/lib/term/ansicolor.rb +102 -0
  1417. data/vendor/gems/gems/term-ansicolor-1.0.4/lib/term/ansicolor/version.rb +10 -0
  1418. data/vendor/gems/gems/term-ansicolor-1.0.4/term-ansicolor.gemspec +20 -0
  1419. data/vendor/gems/gems/treetop-1.4.2/LICENSE +19 -0
  1420. data/vendor/gems/gems/treetop-1.4.2/README.md +164 -0
  1421. data/vendor/gems/gems/treetop-1.4.2/Rakefile +19 -0
  1422. data/vendor/gems/gems/treetop-1.4.2/bin/tt +112 -0
  1423. data/vendor/gems/gems/treetop-1.4.2/doc/contributing_and_planned_features.markdown +103 -0
  1424. data/vendor/gems/gems/treetop-1.4.2/doc/grammar_composition.markdown +65 -0
  1425. data/vendor/gems/gems/treetop-1.4.2/doc/index.markdown +90 -0
  1426. data/vendor/gems/gems/treetop-1.4.2/doc/pitfalls_and_advanced_techniques.markdown +51 -0
  1427. data/vendor/gems/gems/treetop-1.4.2/doc/semantic_interpretation.markdown +189 -0
  1428. data/vendor/gems/gems/treetop-1.4.2/doc/site.rb +112 -0
  1429. data/vendor/gems/gems/treetop-1.4.2/doc/sitegen.rb +65 -0
  1430. data/vendor/gems/gems/treetop-1.4.2/doc/syntactic_recognition.markdown +100 -0
  1431. data/vendor/gems/gems/treetop-1.4.2/doc/using_in_ruby.markdown +21 -0
  1432. data/vendor/gems/gems/treetop-1.4.2/examples/lambda_calculus/arithmetic.rb +551 -0
  1433. data/vendor/gems/gems/treetop-1.4.2/examples/lambda_calculus/arithmetic.treetop +97 -0
  1434. data/vendor/gems/gems/treetop-1.4.2/examples/lambda_calculus/arithmetic_node_classes.rb +7 -0
  1435. data/vendor/gems/gems/treetop-1.4.2/examples/lambda_calculus/arithmetic_test.rb +54 -0
  1436. data/vendor/gems/gems/treetop-1.4.2/examples/lambda_calculus/lambda_calculus +0 -0
  1437. data/vendor/gems/gems/treetop-1.4.2/examples/lambda_calculus/lambda_calculus.rb +718 -0
  1438. data/vendor/gems/gems/treetop-1.4.2/examples/lambda_calculus/lambda_calculus.treetop +132 -0
  1439. data/vendor/gems/gems/treetop-1.4.2/examples/lambda_calculus/lambda_calculus_node_classes.rb +5 -0
  1440. data/vendor/gems/gems/treetop-1.4.2/examples/lambda_calculus/lambda_calculus_test.rb +89 -0
  1441. data/vendor/gems/gems/treetop-1.4.2/examples/lambda_calculus/test_helper.rb +18 -0
  1442. data/vendor/gems/gems/treetop-1.4.2/lib/treetop.rb +16 -0
  1443. data/vendor/gems/gems/treetop-1.4.2/lib/treetop/bootstrap_gen_1_metagrammar.rb +45 -0
  1444. data/vendor/gems/gems/treetop-1.4.2/lib/treetop/compiler.rb +6 -0
  1445. data/vendor/gems/gems/treetop-1.4.2/lib/treetop/compiler/grammar_compiler.rb +44 -0
  1446. data/vendor/gems/gems/treetop-1.4.2/lib/treetop/compiler/lexical_address_space.rb +17 -0
  1447. data/vendor/gems/gems/treetop-1.4.2/lib/treetop/compiler/metagrammar.rb +3258 -0
  1448. data/vendor/gems/gems/treetop-1.4.2/lib/treetop/compiler/metagrammar.treetop +436 -0
  1449. data/vendor/gems/gems/treetop-1.4.2/lib/treetop/compiler/node_classes.rb +20 -0
  1450. data/vendor/gems/gems/treetop-1.4.2/lib/treetop/compiler/node_classes/anything_symbol.rb +18 -0
  1451. data/vendor/gems/gems/treetop-1.4.2/lib/treetop/compiler/node_classes/atomic_expression.rb +14 -0
  1452. data/vendor/gems/gems/treetop-1.4.2/lib/treetop/compiler/node_classes/character_class.rb +28 -0
  1453. data/vendor/gems/gems/treetop-1.4.2/lib/treetop/compiler/node_classes/choice.rb +31 -0
  1454. data/vendor/gems/gems/treetop-1.4.2/lib/treetop/compiler/node_classes/declaration_sequence.rb +24 -0
  1455. data/vendor/gems/gems/treetop-1.4.2/lib/treetop/compiler/node_classes/grammar.rb +28 -0
  1456. data/vendor/gems/gems/treetop-1.4.2/lib/treetop/compiler/node_classes/inline_module.rb +27 -0
  1457. data/vendor/gems/gems/treetop-1.4.2/lib/treetop/compiler/node_classes/nonterminal.rb +13 -0
  1458. data/vendor/gems/gems/treetop-1.4.2/lib/treetop/compiler/node_classes/optional.rb +19 -0
  1459. data/vendor/gems/gems/treetop-1.4.2/lib/treetop/compiler/node_classes/parenthesized_expression.rb +9 -0
  1460. data/vendor/gems/gems/treetop-1.4.2/lib/treetop/compiler/node_classes/parsing_expression.rb +146 -0
  1461. data/vendor/gems/gems/treetop-1.4.2/lib/treetop/compiler/node_classes/parsing_rule.rb +55 -0
  1462. data/vendor/gems/gems/treetop-1.4.2/lib/treetop/compiler/node_classes/predicate.rb +45 -0
  1463. data/vendor/gems/gems/treetop-1.4.2/lib/treetop/compiler/node_classes/predicate_block.rb +16 -0
  1464. data/vendor/gems/gems/treetop-1.4.2/lib/treetop/compiler/node_classes/repetition.rb +55 -0
  1465. data/vendor/gems/gems/treetop-1.4.2/lib/treetop/compiler/node_classes/sequence.rb +71 -0
  1466. data/vendor/gems/gems/treetop-1.4.2/lib/treetop/compiler/node_classes/terminal.rb +20 -0
  1467. data/vendor/gems/gems/treetop-1.4.2/lib/treetop/compiler/node_classes/transient_prefix.rb +9 -0
  1468. data/vendor/gems/gems/treetop-1.4.2/lib/treetop/compiler/node_classes/treetop_file.rb +9 -0
  1469. data/vendor/gems/gems/treetop-1.4.2/lib/treetop/compiler/ruby_builder.rb +113 -0
  1470. data/vendor/gems/gems/treetop-1.4.2/lib/treetop/ruby_extensions.rb +2 -0
  1471. data/vendor/gems/gems/treetop-1.4.2/lib/treetop/ruby_extensions/string.rb +42 -0
  1472. data/vendor/gems/gems/treetop-1.4.2/lib/treetop/runtime.rb +5 -0
  1473. data/vendor/gems/gems/treetop-1.4.2/lib/treetop/runtime/compiled_parser.rb +109 -0
  1474. data/vendor/gems/gems/treetop-1.4.2/lib/treetop/runtime/interval_skip_list.rb +4 -0
  1475. data/vendor/gems/gems/treetop-1.4.2/lib/treetop/runtime/interval_skip_list/head_node.rb +15 -0
  1476. data/vendor/gems/gems/treetop-1.4.2/lib/treetop/runtime/interval_skip_list/interval_skip_list.rb +200 -0
  1477. data/vendor/gems/gems/treetop-1.4.2/lib/treetop/runtime/interval_skip_list/node.rb +164 -0
  1478. data/vendor/gems/gems/treetop-1.4.2/lib/treetop/runtime/syntax_node.rb +114 -0
  1479. data/vendor/gems/gems/treetop-1.4.2/lib/treetop/runtime/terminal_parse_failure.rb +16 -0
  1480. data/vendor/gems/gems/treetop-1.4.2/lib/treetop/runtime/terminal_parse_failure_debug.rb +21 -0
  1481. data/vendor/gems/gems/treetop-1.4.2/lib/treetop/runtime/terminal_syntax_node.rb +17 -0
  1482. data/vendor/gems/gems/treetop-1.4.2/lib/treetop/version.rb +9 -0
  1483. data/vendor/gems/specifications/builder-2.1.2.gemspec +33 -0
  1484. data/vendor/gems/specifications/columnize-0.3.1.gemspec +51 -0
  1485. data/vendor/gems/specifications/cucumber-0.4.4.gemspec +72 -0
  1486. data/vendor/gems/specifications/diff-lcs-1.1.2.gemspec +34 -0
  1487. data/vendor/gems/specifications/dnssd-1.3.1.gemspec +47 -0
  1488. data/vendor/gems/specifications/linecache-0.43.gemspec +33 -0
  1489. data/vendor/gems/specifications/polyglot-0.2.9.gemspec +34 -0
  1490. data/vendor/gems/specifications/rack-1.0.1.gemspec +53 -0
  1491. data/vendor/gems/specifications/rackjour-0.1.5.gemspec +29 -0
  1492. data/vendor/gems/specifications/rspec-1.2.9.gemspec +58 -0
  1493. data/vendor/gems/specifications/ruby-debug-0.10.3.gemspec +39 -0
  1494. data/vendor/gems/specifications/ruby-debug-base-0.10.3.gemspec +35 -0
  1495. data/vendor/gems/specifications/term-ansicolor-1.0.4.gemspec +30 -0
  1496. data/vendor/gems/specifications/treetop-1.4.2.gemspec +32 -0
  1497. metadata +1549 -0
@@ -0,0 +1,57 @@
1
+ require 'yaml'
2
+ require 'net/http'
3
+
4
+ class TestRequest
5
+ def call(env)
6
+ status = env["QUERY_STRING"] =~ /secret/ ? 403 : 200
7
+ env["test.postdata"] = env["rack.input"].read
8
+ body = env.to_yaml
9
+ size = body.respond_to?(:bytesize) ? body.bytesize : body.size
10
+ [status, {"Content-Type" => "text/yaml", "Content-Length" => size.to_s}, [body]]
11
+ end
12
+
13
+ module Helpers
14
+ attr_reader :status, :response
15
+
16
+ def GET(path, header={})
17
+ Net::HTTP.start(@host, @port) { |http|
18
+ user = header.delete(:user)
19
+ passwd = header.delete(:passwd)
20
+
21
+ get = Net::HTTP::Get.new(path, header)
22
+ get.basic_auth user, passwd if user && passwd
23
+ http.request(get) { |response|
24
+ @status = response.code.to_i
25
+ @response = YAML.load(response.body)
26
+ }
27
+ }
28
+ end
29
+
30
+ def POST(path, formdata={}, header={})
31
+ Net::HTTP.start(@host, @port) { |http|
32
+ user = header.delete(:user)
33
+ passwd = header.delete(:passwd)
34
+
35
+ post = Net::HTTP::Post.new(path, header)
36
+ post.form_data = formdata
37
+ post.basic_auth user, passwd if user && passwd
38
+ http.request(post) { |response|
39
+ @status = response.code.to_i
40
+ @response = YAML.load(response.body)
41
+ }
42
+ }
43
+ end
44
+ end
45
+ end
46
+
47
+ class StreamingRequest
48
+ def self.call(env)
49
+ [200, {"Content-Type" => "text/plain"}, new]
50
+ end
51
+
52
+ def each
53
+ yield "hello there!\n"
54
+ sleep 5
55
+ yield "that is all.\n"
56
+ end
57
+ end
@@ -0,0 +1,7 @@
1
+ module Rack
2
+ module Handler
3
+ # this class doesn't do anything, we're just seeing if we get it.
4
+ class Unregistered
5
+ end
6
+ end
7
+ end
@@ -0,0 +1,7 @@
1
+ module Rack
2
+ module Handler
3
+ # this class doesn't do anything, we're just seeing if we get it.
4
+ class UnregisteredLongOne
5
+ end
6
+ end
7
+ end
@@ -0,0 +1,7 @@
1
+ disable_system_gems
2
+ gem 'cucumber'
3
+ gem 'rspec'
4
+ gem 'ruby-debug'
5
+ gem 'dnssd'
6
+ gem 'rack'
7
+ gem 'rackjour'
@@ -0,0 +1,21 @@
1
+ require 'rubygems'
2
+ require 'rubygems/command'
3
+ require 'bundler'
4
+ require 'bundler/commands/bundle_command'
5
+ Gem::Commands::BundleCommand.new.invoke(*ARGV)
6
+
7
+ require 'vendor/gems/environment'
8
+ require 'cucumber/rake/task'
9
+ require 'spec/rake/spectask'
10
+
11
+ task :default => [:features, :spec]
12
+
13
+ Cucumber::Rake::Task.new(:features) do |t|
14
+ t.fork = true
15
+ t.cucumber_opts = ['--format', (ENV['CUCUMBER_FORMAT'] || 'pretty')]
16
+ end
17
+
18
+ Spec::Rake::SpecTask.new(:spec) do |t|
19
+ t.spec_opts = ['--options', 'spec/spec.opts']
20
+ t.spec_files = FileList['spec/**/*_spec.rb']
21
+ end
@@ -0,0 +1,20 @@
1
+ #!/usr/bin/env ruby
2
+ require File.dirname(__FILE__) + '/../vendor/gems/environment'
3
+ require 'rackjour'
4
+
5
+ if ARGV.include?('-d')
6
+ if RUBY_VERSION < "1.9"
7
+ exit if fork
8
+ Process.setsid
9
+ exit if fork
10
+ Dir.chdir "/"
11
+ File.umask 0000
12
+ STDIN.reopen "/dev/null"
13
+ STDOUT.reopen "/dev/null", "a"
14
+ STDERR.reopen "/dev/null", "a"
15
+ else
16
+ Process.daemon
17
+ end
18
+ end
19
+
20
+ Rackjour::Worker.new
@@ -0,0 +1,16 @@
1
+ require 'drb'
2
+ require 'dnssd'
3
+ require 'tmpdir'
4
+ require 'tempfile'
5
+ require 'fileutils'
6
+
7
+ require 'rack'
8
+ require 'rack/utils'
9
+ require 'rack/builder'
10
+
11
+ require 'rackjour/worker'
12
+ require 'rackjour/server'
13
+ require 'rackjour/master'
14
+
15
+ WORKER_PORT = 9199
16
+
@@ -0,0 +1,109 @@
1
+ require 'rackjour'
2
+
3
+ Thread.abort_on_exception = true
4
+
5
+ module Rackjour
6
+ class Master
7
+ class << self
8
+ @@version = 'x.x.x'
9
+ end
10
+
11
+ def initialize(app)
12
+ @app = app
13
+ @@instance = self
14
+ @servers = []
15
+
16
+ if ARGV[0] && File.exist?(ARGV[0])
17
+ @base_dir = File.dirname(ARGV[0])
18
+ @config = File.basename(ARGV[0])
19
+ else
20
+ @base_dir = Dir.pwd
21
+ @config = 'config.ru'
22
+ end
23
+
24
+ tar(@base_dir)
25
+
26
+ sleep 1
27
+
28
+ load_apps
29
+ Thread.new { discover_workers }
30
+ Thread.new { deploy_apps }
31
+ end
32
+
33
+ def call(env)
34
+ if @servers.any?
35
+ @apps.each do |app|
36
+ env = @servers.first.call(app, env)
37
+ end
38
+ env
39
+ else
40
+ @app.call(env)
41
+ end
42
+ end
43
+
44
+ def discover_workers
45
+ DNSSD.browse '_druby._tcp' do |reply|
46
+ next if reply.flags.more_coming?
47
+ update_workers(reply)
48
+ end
49
+ end
50
+
51
+ def deploy_apps
52
+ while true
53
+ @servers.reject(&:deployed?).each do |server|
54
+ server.add_apps(@apps, @terminator)
55
+ end
56
+ sleep 1
57
+ end
58
+ end
59
+
60
+ private
61
+ def load_apps
62
+ @apps ||= []
63
+ return @apps unless @apps.empty?
64
+
65
+ next_app = @app
66
+ while true
67
+ @apps << next_app.class
68
+ next_app = next_app.instance_eval { @app }
69
+
70
+ break if next_app.nil?
71
+
72
+ if next_app.class == Class
73
+ @apps << next_app
74
+ break
75
+ end
76
+ end
77
+ @terminator = @apps.last
78
+ @apps
79
+ end
80
+
81
+ def update_workers(reply)
82
+ if reply.flags.add?
83
+ resolver_service = DNSSD::Service.new.resolve(reply.name,
84
+ reply.type,
85
+ reply.domain) do |r|
86
+ unless @servers.detect { |s| s.target == r.target }
87
+ @servers << Rackjour::Server.new(r.target, @@version, @tar, @config)
88
+ end
89
+ end
90
+ resolver_service.stop
91
+ else
92
+ @servers.delete(reply.domain)
93
+ end
94
+ end
95
+
96
+ def tar(base_dir)
97
+ t = Tempfile.new("rackjour_project")
98
+ if `tar czf #{t.path} -C #{base_dir} . 2>/dev/null`
99
+ t.close
100
+ @tar = File.read(t.path)
101
+ log "tarred #{base_dir} #{@tar.size} (#{@@version})"
102
+ end
103
+ end
104
+
105
+ def log(str)
106
+ puts "master: #{str}"
107
+ end
108
+ end
109
+ end
@@ -0,0 +1,46 @@
1
+ require 'rackjour'
2
+
3
+ module Rackjour
4
+ class Server
5
+ attr_reader :target
6
+
7
+ def initialize(target, version, tar, config)
8
+ @target = target
9
+ log 'initialize'
10
+
11
+ @tar = tar
12
+ @config = config
13
+ @version = version
14
+ @apps = []
15
+ @deployed = false
16
+
17
+ DRb.start_service
18
+ @conn = "druby://#{@target}:#{WORKER_PORT}"
19
+ @drb = DRbObject.new_with_uri(@conn)
20
+
21
+ @drb.setup(@version, @tar, @config)
22
+ end
23
+
24
+ def deployed?
25
+ @deployed
26
+ end
27
+
28
+ def add_apps(apps, terminator)
29
+ (apps - [terminator]).each do |app|
30
+ log "job: #{@version} #{app}"
31
+ @drb.add_app(app)
32
+ end
33
+ log "job: #{@version} #{terminator} (terminator)"
34
+ @drb.add_terminator(terminator)
35
+ @deployed = true
36
+ end
37
+
38
+ def call(app, env)
39
+ @drb.call(app, env)
40
+ end
41
+
42
+ def log(str)
43
+ puts "#{@target}: #{str}"
44
+ end
45
+ end
46
+ end
@@ -0,0 +1,71 @@
1
+ require 'rackjour'
2
+
3
+ module Rackjour
4
+ class Worker
5
+ @@started = false
6
+
7
+ def initialize
8
+ unless @@started
9
+ @@started = true
10
+ DNSSD.register('rackjour_worker', '_druby._tcp', nil, 9199)
11
+ DRb.start_service("druby://0.0.0.0:#{WORKER_PORT}", Worker.new)
12
+ DRb.thread.join
13
+ end
14
+ end
15
+
16
+ def add_app(app)
17
+ @apps ||= {}
18
+ log "job: #{@version} #{app}"
19
+ rack_app = app.new(lambda { |env| env })
20
+ @apps[app] = rack_app
21
+ end
22
+
23
+ def add_terminator(app)
24
+ log "job: #{@version} #{app} (terminator)"
25
+ @apps[app] = app.new
26
+ end
27
+
28
+ def setup(version, tar, config)
29
+ @version = version
30
+ @deployed = false
31
+ @config = config
32
+
33
+ @base_dir = Dir.mktmpdir
34
+ log "installing to #{@base_dir}"
35
+
36
+ Dir.chdir @base_dir do
37
+ File.open(File.join(@base_dir, 'app.tgz'), 'w') do |file|
38
+ file << tar
39
+ end
40
+ `tar zxf app.tgz`
41
+ end
42
+
43
+ load_deps
44
+ end
45
+
46
+ def call(app, env)
47
+ log app
48
+ @apps[app].call(env)
49
+ end
50
+
51
+ def load_deps
52
+ Dir.chdir(@base_dir) do
53
+ File.readlines(@config).each do |line|
54
+ if line =~ /require ['"](.+)['"]$/
55
+ req = $1
56
+ req = File.join(@base_dir, req) if req =~ /environment/
57
+ require req
58
+ end
59
+ end
60
+ end
61
+ end
62
+
63
+ def log(str)
64
+ puts "worker: #{str}"
65
+ end
66
+ end
67
+ end
68
+
69
+ if __FILE__ == $0
70
+ Rackjour::Worker.new
71
+ end
@@ -0,0 +1,28 @@
1
+ Gem::Specification.new do |s|
2
+ s.name = %q{rackjour}
3
+ s.version = '0.1.5'
4
+
5
+ s.required_rubygems_version = Gem::Requirement.new('>= 0') if s.respond_to? :required_rubygems_version=
6
+ s.authors = ['David Turnbull']
7
+ s.date = %q{2009-11-16}
8
+ s.description = %q{Distribute your rack apps across the network with bonjour}
9
+ s.email = %q{dsturnbull@gmail.com}
10
+ s.files = ['Gemfile', 'lib', 'lib/rackjour', 'lib/rackjour/master.rb', 'lib/rackjour/server.rb', 'lib/rackjour/worker.rb', 'lib/rackjour.rb', 'rackjour.gemspec', 'Rakefile', 'bin/worker']
11
+
12
+ s.homepage = %q{http://github.com/dsturnbull/rackjour}
13
+ s.rdoc_options = ['--charset=UTF-8']
14
+ s.require_paths = ['lib']
15
+ s.rubygems_version = %q{1.3.5}
16
+ s.summary = %q{Distribute your rack apps across the network with bonjour}
17
+ s.test_files = ['spec/rackjour_worker_spec.rb', 'spec/spec_helper.rb']
18
+
19
+ if s.respond_to? :specification_version then
20
+ current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
21
+ s.specification_version = 3
22
+
23
+ if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
24
+ else
25
+ end
26
+ else
27
+ end
28
+ end
@@ -0,0 +1,34 @@
1
+ require 'spec_helper.rb'
2
+
3
+ describe Rackjour::Worker do
4
+ before :all do
5
+ @worker = Rackjour::Worker.new
6
+ end
7
+
8
+ it 'should respond to mdns' do
9
+
10
+ found = []
11
+ begin
12
+ timeout 2 do
13
+ DNSSD.browse! '_druby._tcp' do |r|
14
+ found << r
15
+ end
16
+ end
17
+ rescue TimeoutError
18
+ end
19
+
20
+ found.map(&:name).should include 'rackjour_worker'
21
+ end
22
+
23
+ it 'should be setup' do
24
+ end
25
+
26
+ it 'should accept jobs via drb' do
27
+ drb_client = DRbObject.new_with_uri("druby://localhost:#{WORKER_PORT}")
28
+ port = drb_client.add_job('job_id', 'Rack::SomeRackApp')
29
+ port.should be_instance_of Fixnum
30
+ end
31
+
32
+ it 'should receive requests for setup jobs and return' do
33
+ end
34
+ end
@@ -0,0 +1,4 @@
1
+ require 'dnssd'
2
+ require 'lib/rackjour/worker'
3
+ require 'timeout'
4
+ require 'drb'
@@ -0,0 +1,1496 @@
1
+ === Version 1.2.9 / 2009-10-05
2
+
3
+ * enhancements
4
+ * manage backtrace-ignore patterns with Spec::Runner.configure (Martin
5
+ Emde). Closes #870.
6
+ * friendly mock argument expectation failure message (Tim Harper). Closes
7
+ #868.
8
+ * added double() as alias for stub() and mock()
9
+ * failure messages for doubles, mocks and stubs use the right name
10
+ * add let() method to assign memoized attributes (suggestion from Stuart
11
+ Halloway). Closes #857.
12
+ * add its method so you can say:
13
+ describe Array do
14
+ its(:length) { should == 0 }
15
+ (Stephen Touset). Closes #833
16
+ * spec command automatically uses spec/spec.opts if it is present
17
+ (suggestion from Yehuda Katz)
18
+ * rspec now adds PROJECT_ROOT/lib and PROJECT_ROOT/spec to the load path
19
+ * determines PROJECT_ROOT by recursing up until it finds a directory
20
+ that has a ./spec directory (thanks to Scott Taylor)
21
+ * supports require 'spec_helper'
22
+ * supports running specs from the PROJECT_ROOT or any directory
23
+ below it
24
+ * closes #733
25
+ * better handling of determining test names in test/unit/interop mode
26
+ * Joe Ferris
27
+ * closes #854
28
+
29
+ * bug fixes
30
+
31
+ * Fixed problem with colorized output when writing to a file
32
+ * Corey Ehmke
33
+ * closes #777
34
+
35
+ * not really a bug fix or enhancement
36
+ * temporarily moved heckle feature to features-pending (waiting to see what
37
+ happens with
38
+ http://rubyforge.org/tracker/index.php?func=detail&aid=26786&group_id=1513&atid=5921)
39
+
40
+ === Version 1.2.8 / 2009-07-16
41
+
42
+ * enhancements
43
+ * better messages for should[_not] be_nil (Chad Humphries and Rob Sanheim)
44
+ * should and should_not accept optional custom message
45
+ (suggestion from Rob Sanheim)
46
+ * result.should be_nil, "expected result to be nil"
47
+ * added 'spec/stubs/cucumber' to plug RSpec's stubbing framework into
48
+ Cucumber scenarios.
49
+ * added unstub method to remove a stub mid-example (Scott Taylor). Closes
50
+ #853.
51
+ * add more readable diff when expected and actual are hashes (Ryan Bigg).
52
+ Closes #848.
53
+
54
+ * bug fixes
55
+ * fixed --line option for ruby 1.9.1
56
+ * fix stub_chain conflict between two chains starting with the same message
57
+ (Mike Rohland). Closes #846.
58
+
59
+ === Version 1.2.7 / 2009-06-22
60
+
61
+ * enhancments
62
+ * added support for fakes using obj.stub(:method) { # implementation }
63
+ * allow subject { self } (Jarmo Pertman). Closes #816.
64
+ * friendly error message when a matcher returns nil on a failure message
65
+ * add ruby_cmd option to SpecTask (Rick DeNatale). Closes #823.
66
+ * also added missing specs for SpecTask - thanks Rick!
67
+ * add support for generating matchers with fluent interfaces with the
68
+ Matcher DSL
69
+
70
+ * bug fixes
71
+ * NegativeOperatorMatcher now returns false (Wesley Beary). Closes #812.
72
+ * derive MockExpectationError from Exception rather than StandardError
73
+ (Kerry Buckley). Closes #830.
74
+ * fix bug where multi-line failure messages weren't getting picked up by
75
+ autotest (Jarmo Pertman). Closes #832.
76
+ * --line_number now works for it { should xxx } format (assist from Fred
77
+ Lee)
78
+ * warn instead of raise when there is no description supplied for an
79
+ example. Closes #840.
80
+
81
+ === Version 1.2.6 / 2009-04-30
82
+
83
+ * bug fixes
84
+ * gem actually built with spec executable
85
+
86
+ === Version 1.2.5 / 2009-04-29
87
+
88
+ * enhancements
89
+
90
+ * name argument to mock/stub is now optional (closes #782)
91
+ * you can do mock(:foo => "woo", :bar => "car")
92
+ * expect { this_block }.to change{this.expression}.from(old_value).to(new_value)
93
+ * expect { this_block }.to raise_error
94
+ * better failiure messages for equal matcher (James Byrne). Closes #804.
95
+ * add stub_chain method
96
+ * also alias_method :stub, :stub!, so you can stub with less bang
97
+ * added options to example_group_proxy
98
+
99
+ * bug fixes
100
+
101
+ * ensure correct handling of ordered message expectations with duplicate
102
+ expectations (NigelThorne). Closes #793.
103
+ * get matcher backwards compat working w/ ruby 19
104
+ * don't define instance_exec unless it is not defined
105
+ * was doing a version check, but turns out that didn't cover alternative
106
+ implementations like JRuby
107
+ * fix bug where in some circumstances, loading lib/spec/interop/test.rb
108
+ raised an error (tsechingho). Closes #803.
109
+ * make sure specs only run against spec server when using drb (patch from Chuck Grindel). Closes #797.
110
+ * remove deprecation warning in example_pending when using FailingExamplesFormatter. Closes #794.
111
+ * Access explicit subject from nested groups of arbitrary depth. Closes #756.
112
+
113
+ === Version 1.2.4 / 2009-04-13
114
+
115
+ * bug fix
116
+
117
+ * just one - update the manifest
118
+
119
+ === Version 1.2.3 / 2009-04-13
120
+
121
+ * deprecations
122
+
123
+ * BaseFormatter#add_example_group (use #example_group_started instead)
124
+ * ExampleGroupProxy#backtrace (use #location instead)
125
+ * ExampleProxy#backtrace (use #location instead)
126
+ * BaseFormatter#example_pending now expects two arguments. The third
127
+ argument is deprecated.
128
+ * ExampleGroupProxy#filtered_description. This was only used in one place
129
+ internally, and was a confusing solution to the problem. If you've got a
130
+ custom formatter that uses it, you can just use
131
+ ExampleGroupProxy#description and modify it directly.
132
+ * predicate_matchers (use the new Matcher DSL instead)
133
+ * Spec::Matchers.create (use Spec::Matchers.define instead)
134
+
135
+ * enhancements
136
+
137
+ * support for specifying single examples with colon syntax. Closes #712.
138
+ (Ben Mabey)
139
+ * you can now say "spec some_spec.rb:12" in addition to "spec some_spec.rb
140
+ --line 12"
141
+ * run specs locally with --drb if no drb server is running. Closes #780.
142
+ * still prints "No server running" to stderr
143
+
144
+ * bug fixes
145
+
146
+ * support expectations on DelegateClass (Clifford T. Matthews). Closes #48.
147
+ * Fixed match_array blows up if elements can't be sorted (Jeff Dean). Closes #779.
148
+
149
+ === Version 1.2.2 / 2009-03-22
150
+
151
+ Bug-fix release (fixes regression introduced in 1.2.1)
152
+
153
+ * bug fixes
154
+
155
+ * fixed bug in which spec_parser raised an error for custom example group
156
+ base classes
157
+
158
+ === Version 1.2.1 / 2009-03-22
159
+
160
+ This is a bug-fix release, recommended for anybody who has already upgraded to
161
+ rspec-1.2.0.
162
+
163
+ See Upgrade.rdoc for information about upgrading to rspec-1.2.1
164
+
165
+ * enhancements
166
+
167
+ * matchers, including the new DSL, easily added to your test/unit tests
168
+ * added support for 0 to n args in matcher DSL
169
+ * restored loading rubygems when necessary
170
+ * if you really don't want to use rubygems, you
171
+ can set an NO_RUBYGEMS environment
172
+ variable, and RSpec won't force it on you.
173
+ * added -u/--debugger option (Rick DeNatale) #262.
174
+ * just add "debugger" anywhere in your code and run spec path/to/code --debugger
175
+ * rename ExampleDescription to ExampleProxy
176
+ * pass ExampleProxy to example_started(). Closes #738, #743
177
+ * thanks to Tobias Grimm (Eclipse) fort the patch and Roman Chernyatchik
178
+ (JetBrains, RubyMine) for the assist
179
+
180
+ * bug fixes
181
+
182
+ * subject (implicit or explicit) is now properly inherited by nested groups. Closes #744.
183
+
184
+ === Version 1.2.0 / 2009-03-15
185
+
186
+ * warnings:
187
+
188
+ * If you use the ruby command to run specs instead of the spec command, you'll
189
+ need to require 'spec/autorun' or they won't run. This won't affect you if
190
+ you use the spec command or the Spec::Rake::SpecTask that ships with RSpec.
191
+
192
+ * require 'spec/test/unit' to invoke test/unit interop if you're using
193
+ RSpec's core (this is handled implicitly with spec-rails)
194
+
195
+ * setup and teardown are gone - use before and after instead
196
+
197
+ * you can still use setup and teardown if you're using
198
+ Test::Unit::TestCase as the base ExampleGroup class (which is implicit
199
+ in rspec-rails)
200
+
201
+ * The matcher protocol has been improved. The old protocol is still
202
+ supported, so as long as you're not monkey patching rspec's built-in
203
+ matchers, or using extension libraries that do, this should not affect
204
+ you. If you run into trouble, you'll just need to change:
205
+
206
+ failure_message => failure_message_for_should
207
+ negative_failure_message => failure_message_for_should_not
208
+
209
+ * All references to rubygems have been removed from within rspec's code.
210
+
211
+ * NOTE that they have been restored in 1.2.1, above
212
+
213
+ * See http://gist.github.com/54177 for rationale and suggestions on
214
+ alternative approaches to loading rubygems
215
+
216
+ * deprecations
217
+
218
+ * BaseTextFormatter#colourize - use colorize_failure instead.
219
+ * BaseTextFormatter#magenta - use red instead.
220
+
221
+ * enhancements
222
+
223
+ * cleaner integration with with heckle-1.4.2
224
+ * allow registering example groups with a path-like key (Pat Maddox)
225
+ * start DRb service at "druby://localhost:0" (Hongli Lai) - See http://redmine.ruby-lang.org/issues/show/496
226
+ * consistent reporting of errors as failures
227
+ * added spec/test/unit as more intuitive path to loading test/unit interop lib
228
+ * added explicit autorun feature for running specs with ruby command
229
+ * added handling for does_not_match? for matchers that want to know the context in which they were called
230
+ * lots of ruby 1.9.1 compatibility fixes from Chad Humprhies
231
+ * improved feedback from be_kind_of/be_a_kind_of/be_instance_of/be_an_instance_of (Jakub Šťastný)
232
+ * added --format silent (l) option, which is now the default when running --heckle (Bob Aman)
233
+ * sexy new custom matcher creation (Corey Haines & David Chelimsky - initial concept by Yehuda Katz)
234
+ * improved matcher protocol - old one is still supported, but new one is cleaner and prefered
235
+
236
+ * bug fixes
237
+
238
+ * support delegating operator matchers to subject with should_not
239
+ * all arguments are included if --drb is specified in spec.opts (Neil Buckley). Closes #671.
240
+ * added --autospec option hack (used internally) to get --color to work when using --drb and autospec.
241
+ * Fixed mock framework failure message bug in which similar calls were excluded from the output
242
+ * cryptic error message on change.rb when the from value is wrong (Michael Murray). Closes #706.
243
+
244
+ === Version 1.1.12 / 2009-01-11
245
+
246
+ WARNING: there was a stub/mock bug in 1.1.11 that allowed a structure that was
247
+ not intended:
248
+
249
+ obj.stub!(:msg)
250
+ obj.msg
251
+ obj.should_receive(:msg)
252
+
253
+ That would pass in 1.1.11, but should not have been allowed to, since the
254
+ message is received before the expectation is set. This was reported (#637)
255
+ and fixed for release 1.1.12, but may cause unexpected failures if you had
256
+ examples set up as above.
257
+
258
+ WARNING: mock.should_receive(:msg).with(an_instance_of(klass)) now correctly uses instance_of? instead of kind_of?. This may break some existing code examples, but the fix is to just use kind_of instead of an_instance_of
259
+
260
+ * 3 deprecations
261
+
262
+ * deprecated ExampleMethods#implementation_backtrace - use ExampleMethods#backtrace instead
263
+ * deprecated ExampleGroupMethods#example_group_backtrace - use ExampleGroupMethods#backtrace instead
264
+ * deprecated Spec::Example::BehaviourRunner class (likely that nobody is using this)
265
+
266
+ * 6 major enhancements
267
+
268
+ * it { should matcher } - support for implicit receiver of #should (Joe Ferris of thoughtbot)
269
+ * subject { ... } - works in conjunction with implicit receiver of #should
270
+ * wrap_expectation (for wrapping multiple expectations and/or t/u assertions)
271
+ * added array.should =~ [1,2,3] # passes if array contains exactly the same elements in any order (Jeff Dean and Pat Maddox)
272
+ * hash_including mock argument matcher can now accept just keys, key/value pairs, or both (David Krmpotic)
273
+ * added hash_not_including mock argument matcher (David Krmpotic). Closes #634.
274
+
275
+ * 9 minor enhancements
276
+
277
+ * should throw_symbol accepts an optional argument: should throw_symbol(:sym, arg)
278
+ * fixed --line for jruby (Zach Moazeni)
279
+ * assorted small changes to support Ruby 1.9 (got a way to go)
280
+ * removed all instances of class << self - I do know who I am
281
+ * SpecParser can't handle backtrace paths with colons (John-Mason P. Shackelford). Closes #505.
282
+ * html formatter (and subsequently the textmate formatter) header fills in completely when running a single example
283
+ * config.include now accepts an array of types (config.include(Helpers, :type => [:view, :controller]))
284
+ * added be_a and be_an expectation matchers
285
+ * added instance_of and kind_of mock argument matchers
286
+
287
+ * 9 bug fixes
288
+
289
+ * fixed bug where {:a => 1, :b => 2}.should include(:a, :b) failed (Yossef Mendelssohn)
290
+ * only try to load Test::Unit if Test::Unit is defined (not just Test)
291
+ * Allow stubs on parent and child classes simultaneously (Jim Lindley). Fixes #600.
292
+ * BaseTextFormatter will now create the directory in a WHERE string (Adam Anderson). Fixes #616.
293
+ * Removed incorrect -S flag on autospec commands. Added explicit spec command for ruby to run, guarantee running rspec (raggi). Closes #507.
294
+ * Check whether test/unit has really been loaded before calling a method it defines (Brian Donovan). Closes #503.
295
+ * Fix spec_path for shared groups (Zach Dennis). Closes #615.
296
+ * stubbed message expectation not verified if it has been called *before* the expectation (Matthias Hennemeyer). Closes #637.
297
+ * stubs calculate return value by executing block passed to #and_return (hint from Aisha Fenton). Closes #642.
298
+
299
+ === Version 1.1.11 / 2008-10-24
300
+
301
+ * 1 major enhancement
302
+
303
+ * eliminate ALL gem dependencies (as they were causing trouble for people on different platforms/environments)
304
+
305
+ === Version 1.1.10 / 2008-10-24
306
+
307
+ * 1 minor enhancement
308
+
309
+ * hash.should include(:key => 'value') #when you don't care about the whole hash
310
+
311
+ * 2 bug fixes
312
+
313
+ * fix --help output (had inaccurate info about 'nested' formatter)
314
+ * eliminate spicycode-rcov dev dependency for rubygems < 1.3
315
+
316
+ === Version 1.1.9 / 2008-10-20
317
+
318
+ WARNING: This release removes implicit inclusion of modules in example groups.
319
+ This means that if you have 'describe MyModule do', MyModule will not be
320
+ included in the group.
321
+
322
+ * 2 major enhancements
323
+
324
+ * Add extend to configuration (thanks to advice from Chad Fowler)
325
+ * Modules are no longer implicitly included in example groups
326
+
327
+ * 4 minor enhancements
328
+
329
+ * mingw indicates windows too (thanks to Luis Lavena for the tip)
330
+ * improved output for partial mock expecation failures
331
+ * it_should_behave_like now accepts n names of shared groups
332
+ * eliminated redundant inclusion/extension of ExampleGroupMethods
333
+
334
+ * 6 bug fixes
335
+
336
+ * spec command with no arguments prints help
337
+ * fixed typo in help. Fixes #73.
338
+ * fixed bug where should_receive..and_yield after similar stub added the args_to_yield to the stub's original args_to_yield (Pat Maddox)
339
+ * fixed bug where rspec-autotest (autospec) was loading non-spec files in spec directory. Fixes #559.
340
+ * fixed bug where should_not_receive was reporting twice
341
+ * fixed bug where rspec tries to run examples just because it is required (even if there are no examples loaded). Fixes #575.
342
+
343
+ === Version 1.1.8 / 2008-10-03
344
+
345
+ * 2 bug fixes
346
+
347
+ * restore colorized output in linux and windows w/ autotest (Tim Pope). Fixes #413.
348
+ * autospec no longer hangs on windows. Fixes #554.
349
+
350
+ === Version 1.1.7 / 2008-10-02
351
+
352
+ * no changes since 1.1.6, but releasing rspec-1.1.7 to align versions with rspec-rails-1.1.7
353
+
354
+ === Version 1.1.6 / 2008-10-02
355
+
356
+ * 2 bug fixes
357
+
358
+ * fixed bug where negative message expectations following stubs resulted in false (negative) positives (Mathias Meyer). Closes #548.
359
+ * fixed bug where Not Yet Implemented examples report incorrect caller (Scott Taylor). Closes #547.
360
+
361
+ * 1 minor enhancement
362
+
363
+ * removed deprecated mock argument constraint symbols
364
+
365
+ === Version 1.1.5 / 2008-09-28
366
+
367
+ IMPORTANT: use the new 'autospec' command instead of 'autotest'. We changed
368
+ the way autotest discovers rspec so the autotest executable won't
369
+ automatically load rspec anymore. This allows rspec to live side by side other
370
+ spec frameworks without always co-opting autotest through autotest's discovery
371
+ mechanism.
372
+
373
+ ALSO IMPORTANT: $rspec_options is gone. If you were using this for anything
374
+ (like your own runners), use Spec::Runner.options instead.
375
+
376
+ ADDITIONALLY IMPORTANT: If you have any custom formatters, you'll need to
377
+ modify #example_pending to accept three arguments instead of just two. See the
378
+ rdoc for Spec::Runner::Formatter::BaseFormatter#example_pending for more
379
+ information.
380
+
381
+ * Consider MinGW as valid RUBY_PLATFORM for --colour option. (patch from Luis Lavena). Closes #406.
382
+ * Added additional characters to be escaped in step strings (patch from Jake Cahoon). Closes #417.
383
+ * Disable color codes on STDOUT when STDOUT.tty? is false (patch from Tim Pope). Closes #413.
384
+ * mock(:null_object=>true) plays nice with HTML (patch from Gerrit Kaiser). Closes #230.
385
+ * a step definition with no block is treated as pending
386
+ * make sure consolidate_failures only grabs _spec files. Closes #369
387
+ * Simplifying ExampleGroupMethods#registration_backtrace. (From Wilson Bilkovich - http://metaclass.org/2008/6/7/calling-in-the-dark)
388
+ * Use 127.0.0.1 instead of localhost for drb (thanks Ola Bini)
389
+ * html story formatter correctly colors story/scenario red if step fails (Patch from Joseph Wilk). Closes #300
390
+ * plain text story formatter correctly colors story/scenario red if step fails (Patch from Joseph Wilk). Closes #439
391
+ * quiet deprecation warning on inflector - patch from RSL. Closes #430
392
+ * added autospec executable
393
+ * added configurable messages to simple_matcher
394
+ * should and should_not return true on success
395
+ * use hoe for build/release
396
+ * bye, bye translator
397
+ * autotest/rspec uses ruby command instead of spec command (no need for spec command unless loading directories)
398
+ * Avoid 'invalid option -O' in autotest (patch from Jonathan del Strother). Closes #486.
399
+ * Fix: Unimplemented step with new line throws error (patch from Ben Mabey). Closes #494.
400
+ * Only use color codes on tty; override for autospec (patch from Tim Pope). Closes #413.
401
+ * Warn when setting mock expectations on nil (patch from Ben Mabey). Closes #521.
402
+ * Support argument constraints as values in the hash_including contstraint. Thanks to Pirkka Hartikainen for failing code examples and the fix. Buttons up #501.
403
+ * mock(:null_object=>true) plays nice with HTML (patch from Gerrit Kaiser)
404
+ * Consider MinGW as valid RUBY_PLATFORM for --colour option. (patch from Luis Lavena). Closes #406.
405
+ * Add 2nd arg to respond_to? to align w/ core Ruby rdoc: http://www.ruby-doc.org/core/classes/Object.html#M000604
406
+ * quiet backtrace tweaker filters individual lines out of multiline (ala Rails) error messages (Pat Maddox)
407
+ * added ability to stub multiple methods in one stub! call (Pat Maddox)
408
+ * story progress bar formatter and more colourful summaries from the plain text story formatter (Joseph Wilk)
409
+ * Avoid ruby invocation errors when autotesting (Jonathan del Strother)
410
+ * added mock('foo').as_null_object
411
+ * add file and line number to pending_example for formatters (Scott Taylor)
412
+ * return last stubbed value for mock expectation with no explicit return (Pat Maddox)
413
+ * Fixed bug when should_receive(:foo).any_number_of_times is called after similar stub (Pat Maddox)
414
+ * Warning messages now issued when expectations are set on nil (Ben Mabey)
415
+
416
+ === Version 1.1.4
417
+
418
+ Maintenance release.
419
+
420
+ Note: we've removed the metaclass method from Object. There were some
421
+ generated specs that used it, and they will now break. Just replace the
422
+ metaclass call with (class << self; self; end) and all will be well.
423
+
424
+ * added hash_including mock argument matcher. Closes #332 (patch from Rick DeNatale)
425
+ * pending steps print out yellow in stories (patch from Kyle Hargraves)
426
+ * Deprecation warnings for specs that assume auto-inclusion of modules. Closes #326 (patch from Scott Taylor)
427
+ * mock.should_not_receive(:anything) fails fast (once again)
428
+ * Patch from Antti Tarvainen to stop files from being loaded repeatedly when running heckle. Closes #333.
429
+ * Fixed bug in which session object in example was not the same instance used in the controller. Closes #331.
430
+ * Applied patch from Antti Tarvainen to fix bug where heckle runs rspec runs heckle runs rspec etc. Closes #280.
431
+ * Applied patch from Zach Dennis to merge :steps functionality to :steps_for. Closes #324.
432
+ * Applied patch from Ryan Davis to add eval of block passed to raise_error matcher. Closes #321.
433
+ * alias :context :describe in example_group_methods. Closes #312.
434
+ * Applied patch from Ben Mabey to make the Story runner exit with a non-0 exit code on failing stories. Closes #228.
435
+ * Applied patch from Coda Hale to get the :red hook called in autotest. Closes #279.
436
+ * Applied patch from Patrick Ritchie to support --drb in spec.opts. Closes #274, #293.
437
+ * Moved metaclass method from Object to an internal module which gets included where it is needed.
438
+ * Applied patch from Dayo Esho: and_yield clobbers return value from block. Closes #217.
439
+ * Applied patch from Bob Cotton: ExampleGroupFactory.default resets previously registered types. Closes #222.
440
+ * Applied patch from Mike Williams to support the lib directory in rails apps with the Textmate Alternate File command. Closes #276.
441
+ * ExampleGroupMethods#xspecify aliases #xit
442
+ * A SharedExampleGroup can be created within another ExampleGroup.
443
+ * Applied patch from Bob Cotton: Nested ExampleGroups do not have a spec_path. Closes #224.
444
+ * Add before_suite and after_suite callbacks to ExampleGroupMethods and Options. Closes #210.
445
+ * The after(:suite) callback lambda is passed a boolean representing whether the suite passed or failed
446
+ * Added NestedTextFormatter. Closes #366.
447
+ * decoupled mock framework from global extensions used by rspec - supports use of flexmock or mocha w/ rails
448
+ * Applied patch from Roman Chernyatchik to allow the user to pass in the ruby version into spectask. Closes #325, #370
449
+
450
+ === Version 1.1.3
451
+
452
+ Maintenance release.
453
+ Notice to autotest users: you must also upgrade to ZenTest-3.9.0.
454
+
455
+ * Tightened up exceptions list in autotest/rails_spec. Closes #264.
456
+ * Applied patch from Ryan Davis for ZenTest-3.9.0 compatibility
457
+ * Applied patch from Kero to add step_upcoming to story listeners. Closes #253.
458
+ * Fixed bug where the wrong named error was not always caught by "should raise_error"
459
+ * Applied patch from Luis Lavena: No coloured output on Windows due missing RUBYOPT. Closes #244.
460
+ * Applied patch from Craig Demyanovich to add support for "should_not render_template" to rspec_on_rails. Closes #241.
461
+ * Added --pattern (-p for short) option to control what files get loaded. Defaults to '**/*_spec.rb'
462
+ * Exit with non-0 exit code if examples *or tests* (in test/unit interop mode) fail. Closes #203.
463
+ * Moved at_exit hook to a method in Spec::Runner which only runs if specs get loaded. Closes #242.
464
+ * Applied patch from kakutani ensuring that base_view_path gets cleared after each view example. Closes #235.
465
+ * More tweaks to regexp step names
466
+ * Fixed focused specs in nested ExampleGroups. Closes #225.
467
+
468
+ === Version 1.1.2
469
+
470
+ Minor bug fixes/enhancements.
471
+ Notice to autotest users: you must also upgrade to ZenTest-3.8.0.
472
+
473
+ * RSpec's Autotest subclasses compatible with ZenTest-3.8.0 (thanks to Ryan Davis for making it easier on Autotest subs).
474
+ * Applied patch from idl to add spec/lib to rake stats. Closes #226.
475
+ * calling setup_fixtures and teardown_fixtures for Rails >= r8570. Closes #219.
476
+ * Applied patch from Josh Knowles using ActiveSupport's Inflector (when available) to make 'should have' read a bit better. Closes #197.
477
+ * Fixed regression in 1.1 that caused failing examples to fail to generate their own names. Closes #209.
478
+ * Applied doc patch from Jens Krämer for capturing content_for
479
+ * Applied patch from Alexander Lang to clean up story steps after each story. Closes #198.
480
+ * Applied patch from Josh Knowles to support 'string_or_response.should have_text(...)'. Closes #193.
481
+ * Applied patch from Ian Dees to quiet the Story Runner backtrace. Closes #183.
482
+ * Complete support for defining steps with regexp 'names'.
483
+
484
+ === Version 1.1.1
485
+
486
+ Bug fix release.
487
+
488
+ * Fix regression in 1.1.0 that caused transactions to not get rolled back between examples.
489
+ * Applied patch from Bob Cotton to reintroduce ExampleGroup.description_options. Closes LH[#186]
490
+
491
+ === Version 1.1.0
492
+
493
+ The "tell me a story and go nest yourself" release.
494
+
495
+ * Applied patch from Mike Vincent to handle generators rails > 2.0.1. Closes LH[#181]
496
+ * Formatter.pending signature changed so it gets passed an ExampleGroup instance instead of the name ( LH[#180])
497
+ * Fixed LH[#180] Spec::Rails::Example::ModelExampleGroup and friends show up in rspec/rails output
498
+ * Spec::Rails no longer loads ActiveRecord extensions if it's disabled in config/boot.rb
499
+ * Applied LH[#178] small annoyances running specs with warnings enabled (Patch from Mikko Lehtonen)
500
+ * Tighter integration with Rails fixtures. Take advantage of fixture caching to get performance improvements (Thanks to Pat Maddox, Nick Kallen, Jonathan Barnes, and Curtis)
501
+
502
+ === Version 1.1.0-RC1
503
+
504
+ Textmate Bundle users - this release adds a new RSpec bundle that highlights describe, it, before and after and
505
+ provides navigation to descriptions and examples (rather than classes and methods). When you first install this,
506
+ 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
507
+ 'spec.rb' and change the bundle selection from RSpec to Ruby. TextMate will do the right thing from then on.
508
+
509
+ 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.
510
+
511
+ 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:
512
+
513
+ CMD-R runs all the specs in one file
514
+ CMD-SHIFT-R runs an individual spec
515
+ CMD-OPT-R runs any files or directories selected in the TextMate drawer
516
+
517
+ rspec_on_rails users - don't forget to run script/generate rspec
518
+
519
+ * Added shared_examples_for method, which you can (should) use instead of describe Foo, :shared => true
520
+ * Applied LH[#168] Fix describe Object, "description contains a # in it" (Patch from Martin Emde)
521
+ * Applied LH[#15] Reverse loading of ActionView::Base helper modules (Patch from Mark Van Holstyn)
522
+ * Applied LH[#149] Update contribute page to point towards lighthouse (Patch from Josh Knowles)
523
+ * Applied LH[#142] verify_rcov fails with latest rcov (Patch from Kyle Hargraves)
524
+ * Applied LH[#10] Allow stubs to yield and return values (Patch from Pat Maddox)
525
+ * Fixed LH[#139] version.rb in trunk missing svn last changed number
526
+ * Applied LH[#14] Adding support for by_at_least/by_at_most in Change matcher (Patch from Saimon Moore)
527
+ * Applied LH[#12] Fix for TM when switching to alternate file (Patch from Trevor Squires)
528
+ * Applied LH[#133] ExampleMatcher should match against before(:all) (Patch from Bob Cotton)
529
+ * Applied LH[#134] Only load spec inside spec_helper.rb (Patch from Mark Van Holstyn)
530
+ * RSpec now bails immediately if there are examples with identical names.
531
+ * Applied LH[#132] Plain Text stories should support Given and Given: (Patch from Jarkko Laine)
532
+ * Applied patch from Pat Maddox: Story Mediator - the glue that binds the plain text story parser with the rest of the system
533
+ * Applied LH[#16] Have SimpleMatchers expose their description for specdocs (Patch from Bryan Helmkamp)
534
+ * Stories now support --colour
535
+ * Changed the DSL modules to Example (i.e. Spec::Example instead of Spec::DSL)
536
+ * Applied [#15608] Story problem if parenthesis used in Given, When, Then or And (Patch from Sinclair Bain)
537
+ * Applied [#15659] GivenScenario fails when it is a RailsStory (Patch from Nathan Sutton)
538
+ * Fixed [#15639] rcov exclusion configuration. (Spec::Rails projects can configure rcov with spec/rcov.opts)
539
+ * The rdoc formatter (--format rdoc) is gone. It was buggy and noone was using it.
540
+ * Changed Spec::DSL::Behaviour to Spec::DSL::ExampleGroup
541
+ * Changed Spec::DSL::SharedBehaviour to Spec::DSL::SharedExampleGroup
542
+ * Applied [#14023] Small optimization for heavily proxied objects. (Patch from Ian Leitch)
543
+ * Applied [#13943] ProfileFormatter (Top 10 slowest examples) (Patch from Ian Leitch)
544
+ * Fixed [#15232] heckle is not working correctly in trunk (as of r2801)
545
+ * Applied [#14399] Show pending reasons in HTML report (Patch from Bryan Helmkamp)
546
+ * Discovered fixed: [#10263] mock "leak" when setting an expectation in a block passed to mock#should_receive
547
+ * Fixed [#14671] Spec::DSL::ExampleRunner gives "NO NAME because of --dry-run" for every example for 'rake spec:doc'
548
+ * Fixed [#14543] rspec_scaffold broken with Rails 2.0
549
+ * 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)
550
+ * Fixed [#14527] specs run twice on rails 1.2.4 and rspec/rspec_on_rails trunk
551
+ * Applied [#14043] Change output ordering to show pending before errors (Patch from Mike Mangino)
552
+ * Applied [#14095] Don't have ./script/generate rspec create previous_failures.txt (Patch from Bryan Helmkamp)
553
+ * Applied [#14254] Improved error handling for Object#should and Object#should_not (Patch from Antti Tarvainen)
554
+ * Applied [#14186] Remove dead code from message_expecation.rb (Patch from Antti Tarvainen)
555
+ * Applied [#14183] Tiny improvement on mock_spec.rb (Patch from Antti Tarvainen)
556
+ * Applied [#14208] Fix to Mock#method_missing raising NameErrors instead of MockExpectationErrors (Patch from Antti Tarvainen)
557
+ * Applied [#14255] Fixed examples in mock_spec.rb and shared_behaviour_spec.rb (Patch from Antti Tarvainen)
558
+ * Applied [#14362] partially mocking objects that define == can blow up (Patch from Pat Maddox)
559
+ * 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
560
+ * Removed BehaviourRunner
561
+ * Fixed [#13969] Spec Failures on Trunk w/ Autotest
562
+ * Applied [#14156] False positives with should_not (Patch from Antti Tarvainen)
563
+ * Applied [#14170] route_for and params_from internal specs fixed (Patch from Antti Tarvainen)
564
+ * Fixed [#14166] Cannot build trunk
565
+ * Applied [#14142] Fix for bug #11602: Nested #have_tag specifications fails on the wrong line number (Patch from Antti Tarvainen)
566
+ * Removed warn_if_no_files argument and feature
567
+ * Steps (Given/When/Then) with no blocks are treated as pending
568
+ * Applied [#13913] Scenario should treat no code block as pending (Patch from Evan Light)
569
+ * Fixed [#13370] Weird mock expectation error (Patch from Mike Mangino)
570
+ * Applied [#13952] Fix for performance regression introduced in r2096 (Patch from Ian Leitch)
571
+ * Applied [#13881] Dynamically include Helpers that are included on ActionView::Base (Patch from Brandon Keepers)
572
+ * Applied [#13833] ActionView::Helpers::JavaScriptMacrosHelper removed after 1.2.3 (Patch from Yurii Rashkovskii)
573
+ * Applied [#13814] RSpec on Rails w/ fixture-scenarios (Patch from Shintaro Kakutani)
574
+ * Add ability to define Example subclass instead of using describe
575
+ * Applied Patch from James Edward Gray II to improve syntax highlighting in TextMate
576
+ * Fixed [#13579] NoMethodError not raised for missing helper methods
577
+ * Fixed [#13713] form helper method 'select' can not be called when calling custom helper methods from specs
578
+ * Example subclasses Test::Unit::TestCase
579
+ * Added stub_everything method to create a stub that will return itself for any message it doesn't understand
580
+ * Added stories directory with stories/all.rb and stories/helper.rb when you script/generate rspec
581
+ * Applied [#13554] Add "And" so you can say Given... And... When... Then... And...
582
+ * Applied [#11254] RSpec syntax coloring and function pop-up integration in TextMate (Patch from Wincent Colaiuta)
583
+ * Applied [#13143] ActionView::Helpers::RecordIdentificationHelper should be included if present (Patch from Jay Levitt)
584
+ * Applied [#13567] patch to allow stubs to yield consecutive values (Patch from Rupert Voelcker)
585
+ * Applied [#13559] reverse version of route_for (Patch from Rupert Voelcker)
586
+ * Added [#13532] /lib specs should get base EvalContext
587
+ * Applied [#13451] Add a null_object option to mock_model (Patch from James Deville)
588
+ * Applied [#11919] Making non-implemented specs easy in textmate (Patch from Scott Taylor)
589
+ * Applied [#13274] ThrowSymbol recognized a NameError triggered by Kernel#method_missing as a thrown Symbol
590
+ * Applied [#12722] the alternate file command does not work in rails views due to scope (Patch from Carl Porth)
591
+ * Behaviour is now a Module that is used by Example class methods and SharedBehaviour
592
+ * Added ExampleDefinition
593
+ * Added story runner framework based on rbehave [#12628]
594
+ * Applied [#13336] Helper directory incorrect for rake stats in statsetup task (Patch from Curtis Miller)
595
+ * Applied [#13339] Add the ability for spec_parser to parse describes with :behaviour_type set (Patch from Will Leinweber and Dav Yaginuma)
596
+ * Fixed [#13271] incorrect behaviour with expect_render and stub_render
597
+ * Applied [#13129] Fix failing specs in spec_distributed (Patch from Bob Cotton)
598
+ * Applied [#13118] Rinda support for Spec::Distributed (Patch from Bob Cotton)
599
+ * Removed BehaviourEval
600
+ * Removed Behaviour#inherit
601
+ * Moved implementation of install_dependencies to example_rails_app
602
+ * Renamed RSPEC_DEPS to VENDOR_DEPS
603
+ * Added Example#not_implemented?
604
+ * You can now stub!(:msg).with(specific args)
605
+ * describe("A", Hash, "with one element") will generate description "A Hash with one element" (Tip from Ola Bini)
606
+ * Applied [#13016] [DOC] Point out that view specs render, well, a view (Patch from Jay Levitt)
607
+ * Applied [#13078] Develop rspec with autotest (Patch from Scott Taylor)
608
+ * Fixed [#13065] Named routes throw a NoMethodError in Helper specs (Patches from James Deville and Mike Mangino)
609
+ * Added (back) the verbose attribute in Spec::Rake::SpecTask
610
+ * Changed documentation to point at the new http svn URL, which is more accessible.
611
+
612
+ === Version 1.0.8
613
+
614
+ Another bugfix release - this time to resolve the version mismatch
615
+
616
+ === Version 1.0.7
617
+
618
+ Quick bugfix release to ensure that you don't have to have the rspec gem installed
619
+ in order to use autotest with rspec_on_rails.
620
+
621
+ * Fixed [#13015] autotest gives failure in 'spec_command' after upgrade 1.0.5 to 1.0.6
622
+
623
+ === Version 1.0.6
624
+
625
+ The "holy cow, batman, it's been a long time since we released and there are a ton of bug
626
+ fixes, patches and even new features" release.
627
+
628
+ Warning: Spec::Rails users: In fixing 11508, we've removed the raise_controller_errors method. As long as you
629
+ follow the upgrade instructions and run 'script/generate rspec' you'll be fine, but if you skip this
630
+ step you need to manually go into spec_helper.rb and remove the call to that method (if present - it
631
+ might not be if you haven't upgraded in a while).
632
+
633
+ Warning: Implementors of custom formatters. Formatters will now be sent an Example object instead of just a
634
+ String for #example_started, #example_passed and #example_failed. In certain scenarios
635
+ (Spec::Ui with Spec::Distributed), the formatter must ask the Example for its sequence number instead of
636
+ keeping track of a sequence number internal to the formatter. Most of you shouldn't need to upgrade
637
+ your formatters though - the Example#to_s method returns the example name/description, so you should be
638
+ able to use the passed Example instance as if it were a String.
639
+
640
+ * Applied [#12986] Autotest Specs + Refactoring (Patch from Scott Tayler)
641
+ * Added a #close method to formatters, which allows them to gracefully close streams.
642
+ * Applied [#12935] Remove requirement that mocha must be installed as a gem when used as mocking framework. (Patch from Ryan Kinderman).
643
+ * Fixed [#12893] RSpec's Autotest should work with rspec's trunk
644
+ * Fixed [#12865] Partial mock error when object has an @options instance var
645
+ * Applied [#12701] Allow checking of content captured with content_for in view specs (Patch from Jens Kr�mer)
646
+ * Applied [#12817] Cannot include same shared behaviour when required with absolute paths (Patch from Ian Leitch)
647
+ * Applied [#12719] rspec_on_rails should not include pagination helper (Patch from Matthijs Langenberg)
648
+ * Fixed [#12714] helper spec not finding rails core helpers
649
+ * Applied [#12611] should_not redirect_to implementation (Patch from Yurii Rashkovskii)
650
+ * Applied [#12682] Not correctly aliasing original 'stub!' and 'should_receive' methods for ApplicationController (Patch from Matthijs Langenberg)
651
+ * Disabled controller.should_receive(:render) and controller.stub!(:render). Use expect_render or stub_render instead.
652
+ * Applied [#12484] Allow a Behaviour's Description to flow through to the Formatter (Patch from Bob Cotton)
653
+ * Fixed [#12448] The spec:plugins rake task from rspec_on_rails should ignore specs from the rspec_on_rails plugin
654
+ * Applied [#12300] rr integration (patch from Kyle Hargraves)
655
+ * Implemented [#12284] mock_with :rr (integration with RR mock framework: http://rubyforge.org/projects/pivotalrb/)
656
+ * Applied [#12237] (tiny) added full path to mate in switch_command (Patch from Carl Porth)
657
+ * Formatters will now be sent an Example object instead of just a String for certain methods
658
+ * All Spec::Rake::SpecTask attributes can now be procs, which allows for lazy evaluation.
659
+ * Changed the Spec::Ui interfaces slightly. See examples.
660
+ * Applied [#12174] mishandling of paths with spaces in spec_mate switch_command (Patch from Carl Porth)
661
+ * Implemented [#8315] File "Go to..." functionality
662
+ * Applied [#11917] Cleaner Spec::Ui error for failed Selenium connection (Patch from Ian Dees)
663
+ * Applied [#11888] rspec_on_rails spews out warnings when assert_select is used with an XML response (Patch from Ian Leitch)
664
+ * Applied [#12010] Nicer failure message formatting (Patch from Wincent Colaiuta)
665
+ * Applied [#12156] smooth open mate patch (Patch from Ienaga Eiji)
666
+ * Applied [#10577] Rails with Oracle breaks 0.9.2. (Patch from Sinclair Bain)
667
+ * Fixed [#12079] auto-generated example name incomplete: should have 1 error on ....]
668
+ * Applied [#12066] Docfix for mocks/mocks.page (Patch from Kyle Hargraves)
669
+ * Fixed [#11891] script/generate rspec_controller fails to create appropriate views (from templates) on edge rails
670
+ * Applied [#11921] Adds the correct controller_name from derived_controller_name() to the ViewExampleGroupController (Patch from Eloy Duran)
671
+ * Fixed [#11903] config.include with behaviour_type 'hash' does not work
672
+ * Examples without blocks and pending is now reported with a P instead of a *
673
+ * Pending blocks that now pass are rendered blue
674
+ * New behaviour for after: If an after block raises an error, the other ones will still run instead of bailing at the first.
675
+ * Made it possible to run spec from RSpec.tmbundle with --drb against a Rails spec_server.
676
+ * Applied [#11868] Add ability for pending to optionally hold a failing block and to fail when it passes (Patch from Bob Cotton)
677
+ * Fixed [#11843] watir_behaviour missing from spec_ui gem
678
+ * Added 'switch between source and spec file' command in Spec::Mate (based on code from Ruy Asan)
679
+ * Applied [#11509] Documentation - RSpec requires hpricot
680
+ * Applied [#11807] Daemonize spec_server and rake tasks to manage them. (patch from Kyosuke MOROHASHI)
681
+ * Added pending(message) method
682
+ * Fixed [#11777] should render_template doesn't check paths correctly
683
+ * Fixed [#11749] Use of 'rescue => e' does not catch all exceptions
684
+ * Fixed [#11793] should raise_error('with a message') does not work correctly
685
+ * Fixed [#11774] Mocks should respond to :kind_of? in the same way they respond to :is_a?
686
+ * Fixed [#11508] Exceptions are not raised for Controller Specs (removed experimental raise_controller_errors)
687
+ * Applied [#11615] Partial mock methods give ambiguous failures when given a method name as a String (Patch from Jay Phillips)
688
+ * Fixed [#11545] Rspec doesn't handle should_receive on ActiveRecord associations (Patch from Ian White)
689
+ * Fixed [#11514] configuration.use_transactional_fixtures is ALWAYS true, regardless of assignment
690
+ * Improved generated RESTful controller examples to cover both successful and unsuccessful POST and PUT
691
+ * Changed TextMate snippets for controllers to pass controller class names to #describe rather than controller_name.
692
+ * Changed TextMate snippets for mocks to use no_args() and any_args() instead of the deprecated Symbols.
693
+ * Applied [#11500] Documentation: no rails integration specs in 1.0
694
+ * Renamed SpecMate's shortcuts for running all examples and focused examples to avoid conflicts (CMD-d and CMD-i)
695
+ * Added a TextMate snippet for custom matchers, lifted from Geoffrey Grosenbach's RSpec peepcode show.
696
+ * The translator translates mock constraints to the new matchers that were introduced in 1.0.4
697
+ * Documented environment variables for Spec::Rake::SpecTask. Renamed SPECOPTS and RCOVOPTS to SPEC_OPTS and RCOV_OPTS.
698
+ * Fixed [#10534] Windows: undefined method 'controller_name'
699
+
700
+ === Version 1.0.5
701
+ Bug fixes. Autotest plugin tweaks.
702
+
703
+ * Fixed [#11378] fix to 10814 broke drb (re-opened #10814)
704
+ * Fixed [#11223] Unable to access flash from rails helper specs
705
+ * Fixed [#11337] autotest runs specs redundantly
706
+ * Fixed [#11258] windows: autotest won't run
707
+ * Applied [#11253] Tweaks to autotest file mappings (Patch from Wincent Colaiuta)
708
+ * Applied [#11252] Should be able to re-load file containing shared behaviours without raising an exception (Patch from Wincent Colaiuta)
709
+ * Fixed [#11247] standalone autotest doesn't work because of unneeded autotest.rb
710
+ * Applied [#11221] Autotest support does not work w/o Rails Gem installed (Patch from Josh Knowles)
711
+
712
+ === Version 1.0.4
713
+ The getting ready for JRuby release.
714
+
715
+ * Fixed [#11181] behaviour_type scoping of config.before(:each) is not working
716
+ * added mock argument constraint matchers (anything(), boolean(), an_instance_of(Type)) which work with rspec or mocha
717
+ * added mock argument constraint matchers (any_args(), no_args()) which only work with rspec
718
+ * deprecated rspec's symbol mock argument constraint matchers (:any_args, :no_args, :anything, :boolean, :numeric, :string)
719
+ * Added tarball of rspec_on_rails to the release build to support folks working behind a firewall that blocks svn access.
720
+ * Fixed [#11137] rspec incorrectly handles flash after resetting the session
721
+ * Fixed [#11143] Views code for ActionController::Base#render broke between 1.0.0 and 1.0.3 on Rails Edge r6731
722
+ * Added raise_controller_errors for controller examples in Spec::Rails
723
+
724
+ === Version 1.0.3
725
+ Bug fixes.
726
+
727
+ * Fixed [#11104] Website uses old specify notation
728
+ * Applied [#11101] StringHelpers.starts_with?(prefix) assumes a string parameter for _prefix_
729
+ * Removed 'rescue nil' which was hiding errors in controller examples.
730
+ * Fixed [#11075] controller specs fail when using mocha without integrated_views
731
+ * Fixed problem with redirect_to failing incorrectly against edge rails.
732
+ * Fixed [#11082] RspecResourceGenerator should be RspecScaffoldGenerator
733
+ * Fixed [#10959] Focused Examples do not work for Behaviour defined with constant with modules
734
+
735
+ === Version 1.0.2
736
+ This is just to align the version numbers in rspec and rspec_on_rails.
737
+
738
+ === Version 1.0.1
739
+ This is a maintenance release with mostly cleaning up, and one minor enhancement -
740
+ Modules are automatically included when described directly.
741
+
742
+ * Renamed Spec::Rails' rspec_resource generator to rspec_scaffold.
743
+ * 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).
744
+ * describe(SomeModule) will include that module in the examples. Like for Spec::Rails helpers, but now also in core.
745
+ * Header in HTML report will be yellow instead of red if there is one failed example
746
+ * Applied [#10951] Odd instance variable name in rspec_model template (patch from Kyle Hargraves)
747
+ * Improved integration with autotest (Patches from Ryan Davis and David Goodland)
748
+ * Some small fixes to make all specs run on JRuby.
749
+
750
+ === Version 1.0.0
751
+ The stake in the ground release. This represents a commitment to the API as it is. No significant
752
+ backwards compatibility changes in the API are expected after this release.
753
+
754
+ * Fixed [#10923] have_text matcher does not support should_not
755
+ * Fixed [#10673] should > and should >= broken
756
+ * Applied [#10921] Allow verify_rcov to accept greater than threshold coverage %'s via configuration
757
+ * Applied [#10920] Added support for not implemented examples (Patch from Chad Humphries and Ken Barker)
758
+ * Patch to allow not implemented examples. This works by not providing a block to the example. (Patch from Chad Humphries, Ken Barker)
759
+ * Yanked support for Rails 1.1.6 in Spec::Rails
760
+ * RSpec.tmbundle uses CMD-SHIFT-R to run focused examples now.
761
+ * Spec::Rails now bundles a spec:rcov task by default (suggestion from Kurt Schrader)
762
+ * Fixed [#10814] Runner loads shared code, test cases require them again
763
+ * Fixed [#10753] Global before and after
764
+ * Fixed [#10774] Allow before and after to be specified in config II
765
+ * Refactored Spec::Ui examples to use new global before and after blocks.
766
+ * Added instructions about how to get Selenium working with Spec::Ui (spec_ui/examples/selenium/README.txt)
767
+ * Fixed [#10805] selenium.rb missing from gem?
768
+ * Added rdocs explaining how to deal with errors in Rails' controller actions
769
+ * Applied [#10770] Finer grained includes.
770
+ * Fixed [#10747] Helper methods defined in shared specs are not visible when shared spec is used
771
+ * Fixed [#10748] Shared descriptions in separate files causes 'already exists' error
772
+ * Applied [#10698] Running with --drb executes specs twice (patch from Ruy Asan)
773
+ * 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
774
+
775
+ === Version 0.9.4
776
+ This release introduces massive improvements to Spec::Ui - the user interface functional testing
777
+ extension to RSpec. There are also some minor bug fixes to the RSpec core.
778
+
779
+ * Massive improvements to Spec::Ui. Complete support for all Watir's ie.xxx(how, what) methods. Inline screenshots and HTML.
780
+ * Reactivated --timeout, which had mysteriously been deactivated in a recent release.
781
+ * Fixed [#10669] Kernel#describe override does not cover Kernel#context
782
+ * Applied [#10636] Added spec for OptionParser in Runner (Patch from Scott Taylor)
783
+ * Added [#10516] should_include should be able to accept multiple items
784
+ * Applied [#10631] redirect_to matcher doesn't respect request.host (Patch from Tim Lucas)
785
+ * Each formatter now flushes their own IO. This is to avoid buffering of output.
786
+ * Fixed [#10670] IVarProxy#delete raises exception when instance variable does not exist
787
+
788
+ === Version 0.9.3
789
+ This is a bugfix release.
790
+
791
+ * Fixed [#10594] Failing Custom Matcher show NAME NOT GENERATED description
792
+ * describe(SomeType, "#message") will not add a space: "SomeType#message" (likewise for '.')
793
+ * describe(SomeType, "message") will have a decription with a space: "SomeType message"
794
+ * Applied [#10566] prepend_before and prepend_after callbacks
795
+ * Applied [#10567] Call setup and teardown using before and after callbacks
796
+
797
+ === Version 0.9.2
798
+ This is a quick maintenance release.
799
+
800
+ * Added some website love
801
+ * Fixed [#10542] reverse predicate matcher syntax
802
+ * Added a spec:translate Rake task to make 0.9 translation easier with Spec:Rails
803
+ * Better translation of should_redirect_to
804
+ * Fixed --colour support for Windows. This is a regression that was introduced in 0.9.1
805
+ * Applied [#10460] Make SpecRunner easier to instantiate without using commandline args
806
+
807
+ === Version 0.9.1
808
+
809
+ This release introduces #describe and #it (aliased as #context and #specify for
810
+ backwards compatibility). This allows you to express specs like this:
811
+
812
+ describe SomeClass do # Creates a Behaviour
813
+ it "should do something" do # Creates an Example
814
+ end
815
+ end
816
+
817
+ The command line features four new options that give you more control over what specs
818
+ are being run and in what order. This can be used to verify that your specs are
819
+ independent (by running in opposite order with --reverse). It can also be used to cut
820
+ down feedback time by running the most recently modified specs first (--loadby mtime --reverse).
821
+
822
+ Further, --example replaces the old --spec option, and it can now take a file name of
823
+ spec names as an alternative to just a spec name. The --format failing_examples:file.txt
824
+ option allows you to output an --example compatible file, which makes it possible to only
825
+ rerun the specs that failed in the last run. Spec::Rails uses all of these four options
826
+ by default to optimise your RSpec experience.
827
+
828
+ There is now a simple configuration model. For Spec::Rails, you do something like this:
829
+
830
+ Spec::Runner.configure do |config|
831
+ config.use_transactional_fixtures = true
832
+ config.use_instantiated_fixtures = false
833
+ config.fixture_path = RAILS_ROOT + '/spec/fixtures'
834
+ end
835
+
836
+ You can now use mocha or flexmock with RSpec if you prefer either to
837
+ RSpec's own mock framework. Just put this:
838
+
839
+ Spec::Runner.configure do |config|
840
+ config.mock_with :mocha
841
+ end
842
+
843
+ or this:
844
+
845
+ Spec::Runner.configure do |config|
846
+ config.mock_with :flexmock
847
+ end
848
+
849
+ in a file that is loaded before your specs. You can also
850
+ configure included modules and predicate_matchers:
851
+
852
+ Spec::Runner.configure do |config|
853
+ config.include SomeModule
854
+ config.predicate_matchers[:does_something?] = :do_something
855
+ end
856
+
857
+ See Spec::DSL::Behaviour for more on predicate_matchers
858
+
859
+ * Sugar FREE!
860
+ * Added [10434 ] Please Make -s synonymous with -e for autotest compat. This is temporary until autotest uses -e instead of -s.
861
+ * Fixed [#10133] custom predicate matchers
862
+ * Applied [#10473] Add should exist (new matcher) - Patch from Bret Pettichord
863
+ * Added another formatter: failing_behaviours. Writes the names of the failing behaviours for use with --example.
864
+ * Applied [#10315] Patch to fix pre_commit bug 10313 - pre_commit_rails: doesn't always build correctly (Patch from Antii Tarvainen)
865
+ * Applied [#10245] Patch to HTML escape the behavior name when using HTML Formatter (Patch from Josh Knowles)
866
+ * Applied [#10410] redirect_to does not behave consistently with regards to query string parameter ordering (Patch from Nicholas Evans)
867
+ * Applied [#9605] Patch for ER 9472, shared behaviour (Patch by Bob Cotton)
868
+ * The '--format rdoc' option no longer causes a dry-run by default. --dry-run must be used explicitly.
869
+ * It's possible to specify the output file in the --format option (See explanation in --help)
870
+ * Several --format options may be specified to output several formats in one run.
871
+ * The --out option is gone. Use --format html:path/to/my.html instead (or similar).
872
+ * Spec::Runner::Formatter::BaseTextFormatter#initialize only takes one argument - an IO. dry_run and color are setters.
873
+ * Made Spec::Ui *much* easier to install. It will be released separately. Check out trunk/spec_ui/examples
874
+ * HTML reports now include a syntax highlighted snippet of the source code where the spec failed (needs the syntax gem)
875
+ * Added [#10262] Better Helper testing of Erb evaluation block helpers
876
+ * Added [#9735] support flexmock (thanks to Jim Weirich for his modifications to flexmock to support this)
877
+ * Spec::Rails controller specs will no longer let mock exception ripple through to the response.
878
+ * Fixed [#9260] IvarProxy does not act like a hash.
879
+ * Applied [#9458] The rspec_scaffold generator does not take into account class nesting (Patch from Steve Tendon)
880
+ * Applied [#9132] Rakefile spec:doc can fail without preparing database (Patch from Steve Ross)
881
+ * Applied [#9678] Custom runner command line switch, and multi-threaded runner (Patch from Bob Cotton)
882
+ * Applied [#9926] Rakefile - RSPEC_DEPS constant as an Array of Hashes instead of an Array of Arrays (Patch from Scott Taylor)
883
+ * Applied [#9925] Changed ".rhtml" to "template" in REST spec generator (Patch from Scott Taylor)
884
+ * Applied [#9852] Patch for RSpec's Website using Webgen 0.4.2 (Patch from Scott Taylor)
885
+ * Fixed [#6523] Run rspec on rails without a db
886
+ * Fixed [#9295] rake spec should run anything in the spec directory (not just rspec's standard dirs)
887
+ * Added [#9786] infer controller and helper names from the described type
888
+ * Fixed [#7795] form_tag renders action='/view_spec' in view specs
889
+ * Fixed [#9767] rspec_on_rails should not define rescue_action on controllers
890
+ * Fixed [#9421] --line doesn't work with behaviours that use class names
891
+ * Fixed [#9760] rspec generators incompatible with changes to edge rails
892
+ * Added [#9786] infer controller and helper names from the described type
893
+ * 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)
894
+ * Applied [#9700] Make Spec::DSL::Example#name public / Add a --timeout switch. A great way to prevent specs from getting slow.
895
+ * In Rails, script/generate rspec will generate a spec.opts file that optimises faster/more efficient running of specs.
896
+ * Added [#9522] support using rspec's expectations with test/unit
897
+ * Moved rspec_on_rails up to the project root, simplifying the download url
898
+ * Fixed [#8103] RSpec not installing spec script correctly.
899
+ * The --spec option is replaced by the --example option.
900
+ * The --loadby option no longer supports a file argument. Use --example file_name instead.
901
+ * The --example option can now take a file name as an argument. The file should contain example names.
902
+ * Internal classes are named Behaviour/Example (rather than Context/Specification).
903
+ * You can now use mocha by saying config.mock_with :mocha in a spec_helper
904
+ * before_context_eval is replaced by before_eval.
905
+ * Applied [#9509] allow spaced options in spec.opts
906
+ * Applied [#9510] Added File for Ruby 1.8.6
907
+ * Applied [#9511] Clarification to README file in spec/
908
+ * Moved all of the Spec::Rails specs down to the plugins directory - now you can run the specs after you install.
909
+ * Updated RSpec.tmbundle to the 0.9 syntax and replaced context/specify with describe/it.
910
+ * Applied [#9232] ActionController::Base#render is sometimes protected (patch from Dan Manges)
911
+ * Added --reverse option, allowing contexts/specs to be run in reverse order.
912
+ * Added --loadby option, allowing better control over load order for spec files. mtime and file.txt supported.
913
+ * Implemented [#8696] --order option (see --reverse and --loadby)
914
+ * Added describe/it as aliases for context/specify - suggestion from Dan North.
915
+ * Applied [#7637] [PATCH] add skip-migration option to rspec_scaffold generator
916
+ * Added [#9167] string.should have_tag
917
+ * Changed script/rails_spec_server to script/spec_server and added script/spec (w/ path to vendor/plugins/rspec)
918
+ * Fixed [#8897] Error when mixing controller spec with/without integrated views and using template system other than rhtml
919
+ * Updated sample app specs to 0.9 syntax
920
+ * Updated generated specs to 0.9 syntax
921
+ * Applied [#8994] trunk: generated names for be_ specs (Multiple patches from Yurii Rashkovskii)
922
+ * Applied [#9983]: Allow before and after to be called in BehaviourEval. This is useful for shared examples.
923
+
924
+ === Version 0.8.2
925
+
926
+ 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.
927
+
928
+ === Version 0.8.1
929
+
930
+ Quick "in house" bug-fix
931
+
932
+ === Version 0.8.0
933
+
934
+ This release introduces a new approach to handling expectations using Expression Matchers.
935
+
936
+ See Upgrade[http://rspec.rubyforge.org/upgrade.html], Spec::Expectations, Spec::Matchers and RELEASE-PLAN for more info.
937
+
938
+ This release also improves the spec command line by adding DRb support and making it possible to
939
+ store command line options in a file. This means a more flexible RSpec experience with Rails,
940
+ Rake and editor plugins like TextMate.
941
+
942
+ It also sports myriad new features, bug fixes, patches and general goodness:
943
+
944
+ * Fixed [#8928] rspec_on_rails 0.8.0-RC1 controller tests make double call to setup_with_fixtures
945
+ * Fixed [#8925] Documentation bug in 0.8.0RC1 rspec website
946
+ * Applied [#8132] [PATCH] RSpec breaks "rake db:sessions:create" in a rails project that has the rspec_on_rails plugin (Patch from Erik Kastner)
947
+ * Fixed [#8789] --line and --spec not working when the context has parenhesis in the name
948
+ * Added [#8783] auto generate spec names from last expectation
949
+ * --heckle now fails if the heckled class or module is not found.
950
+ * Fixed [#8771] Spec::Mocks::BaseExpectation#with converts hash params to array of arrays with #collect
951
+ * Fixed [#8750] should[_not]_include backwards compatibility between 0.8.0-RC1 and 0.7.5.1 broken
952
+ * Fixed [#8646] Context Runner does not report on Non standard exceptions and return a 0 return code
953
+ * RSpec on Rails' spec_helper.rb will only force RAILS_ENV to test if it was not specified on the command line.
954
+ * Fixed [#5485] proc#should_raise and proc#should_not_raise output
955
+ * Added [#8484] should_receive with blocks
956
+ * Applied [#8218] heckle_runner.rb doesn't work with heckle >= 1.2.0 (Patch from Michal Kwiatkowski)
957
+ * Fixed [#8240] Cryptic error message when no controller_name
958
+ * Applied [#7461] [PATCH] Contexts don't call Module::included when they include a module
959
+ * Removed unintended block of test/unit assertions in rspec_on_rails - they should all, in theory, now be accessible
960
+ * 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
961
+ * Fixed [#8165] Partial Mock Errors when respond_to? is true but the method is not in the object
962
+ * Fixed [#7611] Partial Mocks override Subclass methods
963
+ * Fixed [#8302] Strange side effect when mocking a class method
964
+ * Applied [#8316] to_param should return a stringified key in resource generator's controller spec (Patch from Chris Anderson)
965
+ * Applied [#8216] shortcut for creating object stub
966
+ * Applied [#8008] Correct generated specs for view when calling resource generator (Patch from Jonathan Tron)
967
+ * Fixed [#7754] Command-R fails to run spec in TextMate (added instruction from Luke Redpath to the website)
968
+ * Fixed [#7826] RSpect.tmbundle web page out of date.
969
+ * RSpec on Rails specs are now running against RoR 1.2.1 and 1.2.2
970
+ * rspec_scaffold now generates specs for views
971
+ * In a Rails app, RSpec core is only loaded when RAILS_ENV==test (init.rb)
972
+ * Added support for target.should arbitrary_expectation_handler and target.should_not arbitrary_expectation_handler
973
+ * Fixed [#7533] Spec suite fails and the process exits with a code 0
974
+ * Fixed [#7565] Subsequent stub! calls for method fail to override the first call to method
975
+ * Applied [#7524] Incorrect Documentation for 'pattern' in Rake task (patch from Stephen Duncan)
976
+ * Fixed [#7409] default fixtures do not appear to run.
977
+ * Fixed [#7507] "render..and return" doesn't return
978
+ * Fixed [#7509] rcov/rspec incorrectly includes boot.rb (Patch from Courtenay)
979
+ * Fixed [#7506] unnecessary complex output on failure of response.should be_redirect
980
+ * Applied [#6098] Make scaffold_resource generator. Based on code from Pat Maddox.
981
+ * The drbspec command is gone. Use spec --drb instead.
982
+ * The drb option is gone from the Rake task. Pass --drb to spec_opts instead.
983
+ * New -X/--drb option for running specs against a server like spec/rails' script/rails_spec_server
984
+ * New -O/--options and -G/--generate flags for file-based options (handy for spec/rails)
985
+ * Applied [#7339] Turn off caching in HTML reports
986
+ * Applied [#7419] "c option for colorizing output does not work with rails_spec" (Patch from Shintaro Kakutani)
987
+ * Applied [#7406] [PATCH] 0.7.5 rspec_on_rails loads fixtures into development database (Patch from Wilson Bilkovich)
988
+ * Applied [#7387] Allow stubs to return consecutive values (Patch from Pat Maddox)
989
+ * Applied [#7393] Fix for rake task (Patch from Pat Maddox)
990
+ * Reinstated support for response.should_render (in addition to controller.should_render)
991
+
992
+ === Version 0.7.5.1
993
+
994
+ Bug fix release to allow downloads of rspec gem using rubygems 0.9.1.
995
+
996
+ === Version 0.7.5
997
+ This release adds support for Heckle - Seattle'rb's code mutation tool.
998
+ There are also several bug fixes to the RSpec core and the RSpec on Rails plugin.
999
+
1000
+ * Removed svn:externals on rails versions and plugins
1001
+ * Applied [#7345] Adding context_setup and context_teardown, with specs and 100% rcov
1002
+ * Applied [#7320] [PATCH] Allow XHR requests in controller specs to render RJS templates
1003
+ * Applied [#7319] Migration code uses drop_column when it should use remove_column (patch from Pat Maddox)
1004
+ * Added support for Heckle
1005
+ * Applied [#7282] dump results even if spec is interrupted (patch from Kouhei Sutou)
1006
+ * Applied [#7277] model.should_have(n).errors_on(:attribute) (patch from Wilson Bilkovich)
1007
+ * Applied [#7270] RSpec render_partial colliding with simply_helpful (patch from David Goodlad)
1008
+ * Added [#7250] stubs should support throwing
1009
+ * Added [#7249] stubs should support yielding
1010
+ * Fixed [#6760] fatal error when accessing nested finders in rspec
1011
+ * Fixed [#7179] script/generate rspec_scaffold generates incorrect helper name
1012
+ * Added preliminary support for assert_select (response.should_have)
1013
+ * Fixed [#6971] and_yield does not work when the arity is -1
1014
+ * Fixed [#6898] Can we separate rspec from the plugins?
1015
+ * Added [#7025] should_change should accept a block
1016
+ * Applied [#6989] partials with locals (patch from Micah Martin)
1017
+ * Applied [#7023] Typo in team.page
1018
+
1019
+ === Version 0.7.4
1020
+
1021
+ This release features a complete redesign of the reports generated with --format html.
1022
+ As usual there are many bug fixes - mostly related to spec/rails.
1023
+
1024
+ * Applied [#7010] Fixes :spacer_template does not work w/ view spec (patch from Shintaro Kakutani)
1025
+ * Applied [#6798] ensure two ':' in the first backtrace line for Emacs's 'next-error' command (patch from Kouhei Sutou)
1026
+ * Added Much nicer reports to generated website
1027
+ * Much nicer reports with --format --html (patch from Luke Redpath)
1028
+ * Applied [#6959] Calls to render and redirect in controllers should return true
1029
+ * Fixed [#6981] helper method is not available in partial template.
1030
+ * Added [#6978] mock should tell you the expected and actual args when receiving the right message with the wrong args
1031
+ * Added the possibility to tweak the output of the HtmlFormatter (by overriding extra_failure_content).
1032
+ * Fixed [#6936] View specs don't include ApplicationHelper by default
1033
+ * Fixed [#6903] Rendering a partial in a view makes the view spec blow up
1034
+ * Added callback library from Brian Takita
1035
+ * Added [#6925] support controller.should_render :action_name
1036
+ * Fixed [#6884] intermittent errors related to method binding
1037
+ * Fixed [#6870] rspec on edge rails spec:controller fixture loading fails
1038
+ * Using obj.inspect for all messages
1039
+ * Improved performance by getting rid of instance_exec (instance_eval is good enough because we never need to pass it args)
1040
+
1041
+ === Version 0.7.3
1042
+
1043
+ Almost normal bug fix/new feature release.
1044
+
1045
+ A couple of things you need to change in your rails specs:
1046
+ # spec_helper.rb is a little different (see http://rspec.rubyforge.org/upgrade.html)
1047
+ # use controller.should_render before OR after the action (controller.should_have_rendered is deprecated)
1048
+
1049
+ * Applied [#6577] messy mock backtrace when frozen to edge rails (patch from Jay Levitt)
1050
+ * Fixed [#6674] rspec_on_rails fails on @session deprecation warning
1051
+ * Fixed [#6780] routing() was failing...fix included - works for 1.1.6 and edge (1.2)
1052
+ * Fixed [#6835] bad message with arbitrary predicate
1053
+ * Added [#6731] Partial templates rendered
1054
+ * Fixed [#6713] helper methods not rendered in view tests?
1055
+ * Fixed [#6707] cannot run controller / helper tests via rails_spec or spec only works with rake
1056
+ * Applied [#6417] lambda {...}.should_change(receiver, :message) (patch from Wilson Bilkovich)
1057
+ * Eliminated dependency on ZenTest
1058
+ * Fixed [#6650] Reserved characters in the TextMate bundle break svn on Win32
1059
+ * Fixed [#6643] script/generate rspec_controller: invalid symbol generation for 'controller_name' for *modularized* controllers
1060
+ * The script/rails_spec command has been moved to bin/drbspec in RSpec core (installed by the gem)
1061
+
1062
+ === Version 0.7.2
1063
+
1064
+ This release introduces a brand new RSpec bundle for TextMate, plus some small bugfixes.
1065
+
1066
+ * Packaged RSpec.tmbundle.tgz as part of the distro
1067
+ * Fixed [#6593] Add moving progress bar to HtmlFormatter using Javascript
1068
+ * Applied [#6265] should_raise should accept an Exception object
1069
+ * Fixed [#6616] Can't run Rails specs with RSpec.tmbundle
1070
+ * Fixed [#6411] Can't run Rails specs with ruby
1071
+ * Added [#6589] New -l --line option. This is useful for IDE/editor runners/extensions.
1072
+ * Fixed [#6615] controller.should_render_rjs should support :partial => 'path/to/template'
1073
+
1074
+ === Version 0.7.1
1075
+
1076
+ Bug fixes and a couple o' new features.
1077
+
1078
+ * Fixed [#6575] Parse error in aliasing the partial mock original method (patch by Brian Takita)
1079
+ * Fixed [#6277] debris left by stubbing (trunk) [submitted by dastels] (fixed by fix to [#6575])
1080
+ * Fixed [#6575] Parse error in aliasing the partial mock original method
1081
+ * Fixed [#6555] should_have_tag does not match documentation
1082
+ * Fixed [#6567] SyntaxError should not stop entire run
1083
+ * Fixed [#6558] integrated views look for template even when redirected
1084
+ * Fixed [#6547] response.should be_redirect broken in 0.7.0
1085
+ * Applied [#6471] Easy way to spec routes
1086
+ * Applied [#6587] Rspec on Rails displays "Spec::Rails::ContextFactory" as context name
1087
+ * Applied [#6514] Document has trivial typos.
1088
+ * Added [#6560] controller.session should be available before the action
1089
+ * Added support for should_have_rjs :visual_effect
1090
+ * Different printing and colours for unmet expectations (red) and other exceptions (magenta)
1091
+ * Simplified method_missing on mock_methods to make it less invasive on partial mocks.
1092
+
1093
+ === Version 0.7.0
1094
+
1095
+ This is the "Grow up and eat your own dog food release". RSpec is now used on itself and
1096
+ we're no longer using Test::Unit to test it. Although, we are still extending Test::Unit
1097
+ for the rails plugin (indirectly - through ZenTest)
1098
+
1099
+ IMPORTANT NOTE: THIS RELEASE IS NOT 100% BACKWARDS COMPATIBLE TO 0.6.x
1100
+
1101
+ There are a few changes that will require that you change your existing specs.
1102
+
1103
+ RSpec now handles equality exactly like ruby does:
1104
+
1105
+ # actual.should_equal(expected) will pass if actual.equal?(expected) returns true
1106
+ # actual.should eql(expected) will pass if actual.eql?(expected) returns true
1107
+ # actual.should == expected will pass if actual == expected) returns true
1108
+
1109
+ At the high level, eql? implies equivalence, while equal? implies object identity. For more
1110
+ information on how ruby deals w/ equality, you should do this:
1111
+
1112
+ ri equal?
1113
+
1114
+ or look at this:
1115
+
1116
+ http://www.ruby-doc.org/core/classes/Object.html#M001057
1117
+
1118
+ Also, we left in should_be as a synonym for should_equal, so the only specs that should break are the
1119
+ ones using should_equal (which used to use <code>==</code> instead of <code>.equal?</code>).
1120
+
1121
+ Lastly, should_be used to handle true and false differently from any other values. We've removed
1122
+ this special handling, so now actual.should_be true will fail for any value other than true (it
1123
+ used to pass for any non-nil, non-false value), and actual.should_be false will fail for any
1124
+ value other than false (it used to pass for nil or false).
1125
+
1126
+ Here's what you'll need to do to update your specs:
1127
+ # search for "should_equal" and replace with "should_eql"
1128
+ # run specs
1129
+
1130
+ If any specs still fail, they are probably related to should be_true or should_be_false using
1131
+ non-boolean values. Those you'll just have to inspect manually and adjust appropriately (sorry!).
1132
+
1133
+ --------------------------------------------------
1134
+ Specifying multiple return values in mocks now works like this:
1135
+
1136
+ mock.should_receive(:message).and_return(1,2,3)
1137
+
1138
+ It used to work like this:
1139
+
1140
+ mock.should_receive(:message).and_return([1,2,3])
1141
+
1142
+ but we decided that was counter intuitive and otherwise lame.
1143
+
1144
+ Here's what you'll need to do to update your specs:
1145
+ # search for "and_return(["
1146
+ # get rid of the "[" and "]"
1147
+
1148
+ --------------------------------------------------
1149
+ RSpec on Rails now supports the following (thanks to ZenTest upon which it is built):
1150
+
1151
+ # Separate specs for models, views, controllers and helpers
1152
+ # Controller specs are completely decoupled from the views by default (though you can tell them to couple themselves if you prefer)
1153
+ # View specs are completely decoupled from app-specific controllers
1154
+
1155
+ See http://rspec.rubyforge.org/documentation/rails/index.html for more information
1156
+ --------------------------------------------------
1157
+ As usual, there are also other new features and bug fixes:
1158
+
1159
+ * Added lots of documentation on mocks/stubs and the rails plugin.
1160
+ * Added support for assigns[key] syntax for controller specs (to align w/ pre-existing syntax for view specs)
1161
+ * Added support for controller.should_redirect_to
1162
+ * RSpec on Rails automatically checks whether it's compatible with the installed RSpec
1163
+ * Applied [#6393] rspec_on_rails uses deprecated '@response' instead of the accessor
1164
+ * RSpec now has 100% spec coverage(!)
1165
+ * Added support for stubbing and partial mocking
1166
+ * Progress (....F..F.) is now coloured. Tweaked patch from KAKUTANI Shintaro.
1167
+ * Backtrace now excludes the rcov runner (/usr/local/bin/rcov)
1168
+ * Fixed [#5539] predicates do not work w/ rails
1169
+ * Added [#6091] support for Regexp matching messages sent to should_raise
1170
+ * Added [#6333] support for Regexp matching in mock arguments
1171
+ * Applied [#6283] refactoring of diff support to allow selectable formats and custom differs
1172
+ * Fixed [#5564] "ruby spec_file.rb" doesn't work the same way as "spec spec_file.rb"
1173
+ * Fixed [#6056] Multiple output of failing-spec notice
1174
+ * Fixed [#6233] Colours in specdoc
1175
+ * Applied [#6207] Allows --diff option to diff target and expected's #inspect output (Patch by Lachie Cox)
1176
+ * Fixed [#6203] Failure messages are misleading - consider using inspect.
1177
+ * Added [#6334] subject.should_have_xyz will try to call subject.has_xyz? - use this for hash.should_have_key(key)
1178
+ * Fixed [#6017] Rake task should ignore empty or non-existent spec-dirs
1179
+
1180
+ === Version 0.6.4
1181
+
1182
+ In addition to a number of bug fixes and patches, this release begins to formalize the support for
1183
+ RSpec on Rails.
1184
+
1185
+ * Added Christopher Petrilli's TextMate bundle to vendor/textmate/RSpec.tmbundle
1186
+ * Fixed [#5909], once again supporting multi_word_predicates
1187
+ * Applied [#5873] - response.should_have_rjs (initial patch from Jake Howerton, based on ARTS by Kevin Clark)
1188
+ * Added generation of view specs for rspec_on_rails
1189
+ * Applied [#5815] active_record_subclass.should_have(3).records
1190
+ * Added support in "rake stats" for view specs (in spec/views)
1191
+ * Applied [#5801] QuickRef.pdf should say RSpec, not rSpec
1192
+ * Applied [#5728] rails_spec_runner fails on Windows (Patch from Lindsay Evans).
1193
+ * Applied [#5708] RSpec Rails plugin rspec_controller generator makes specs that do not parse.
1194
+ * Cleaned up RSpec on Rails so it doesn't pollute as much during bootstrapping.
1195
+ * Added support for response.should_have_tag and response.should_not_have_tag (works just like assert_tag in rails)
1196
+ * Added new -c, --colour, --color option for colourful (red/green) output. Inspired from Pat Eyler's Redgreen gem.
1197
+ * Added examples for Watir and Selenium under the gem's vendor directory.
1198
+ * Renamed rails_spec_runner to rails_spec_server (as referred to in the docs)
1199
+ * Added support for trying a plural for arbitrary predicates. E.g. Album.should_exist(:name => "Hey Jude") will call Album.exists?(:name => "Hey Jude")
1200
+ * 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)
1201
+ * Added [#5570] should_not_receive(:msg).with(:specific, "args")
1202
+ * 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.
1203
+ * 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.
1204
+ * Applied [#5620] support any boolean method and arbitrary comparisons (5.should_be < 6) (Patch from Mike Williams)
1205
+
1206
+ === Version 0.6.3
1207
+
1208
+ This release fixes some minor bugs related to RSpec on Rails
1209
+ Note that if you upgrade a rails app with this version of the rspec_on_rails plugin
1210
+ you should remove your lib/tasks/rspec.rake if it exists.
1211
+
1212
+ * Backtraces from drb (and other standard ruby libraries) are now stripped from backtraces.
1213
+ * Applied [#5557] Put rspec.rake into the task directory of the RSpec on Rails plugin (Patch from Daniel Siemssen)
1214
+ * Applied [#5556] rails_spec_server loads environment.rb twice (Patch from Daniel Siemssen)
1215
+
1216
+ === Version 0.6.2
1217
+ This release fixes a couple of regressions with the rake task that were introduced in the previous version (0.6.1)
1218
+
1219
+ * Fixed [#5518] ruby -w: warnings in 0.6.1
1220
+ * Applied [#5525] fix rake task path to spec tool for gem-installed rspec (patch from Riley Lynch)
1221
+ * Fixed a teensey regression with the rake task - introduced in 0.6.1. The spec command is now quoted so it works on windows.
1222
+
1223
+ === Version 0.6.1
1224
+ This is the "fix the most annoying bugs release" of RSpec. There are 9 bugfixes this time.
1225
+ Things that may break backwards compatibility:
1226
+ 1) Spec::Rake::SpecTask no longer has the options attribute. Use ruby_opts, spec_opts and rcov_opts instead.
1227
+
1228
+ * Fixed [#4891] RCOV task failing on windows
1229
+ * Fixed [#4896] Shouldn't modify user's $LOAD_PATH (Tip from Gavin Sinclair)
1230
+ * Fixed [#5369] ruby -w: warnings in RSpec 0.5.16 (Tip from Suraj Kurapati)
1231
+ * Applied [#5141] ExampleMatcher doesn't escape strings before matching (Patch from Nikolai Weibull).
1232
+ * Fixed [#5224] Move 'require diff-lcs' from test_helper.rb to diff_test.rb (Tip from Chris Roos)
1233
+ * Applied [#5449] Rake stats for specs (Patch from Nick Sieger)
1234
+ * Applied [#5468, #5058] Fix spec runner to correctly run controller specs (Patch from Daniel Siemssen)
1235
+ * Applied fixes to rails_spec_server to improve its ability to run several times. (Patch from Daniel Siemssen)
1236
+ * Changed RCov::VerifyTask to fail if the coverage is above the threshold. This is to ensure it gets bumped when coverage improves.
1237
+
1238
+ === Version 0.6.0
1239
+ This release makes an official commitment to underscore_syntax (with no more support for dot.syntax)
1240
+
1241
+ * Fixed bug (5292) that caused mock argument matching to fail
1242
+ * Converted ALL tests to use underscore syntax
1243
+ * Fixed all remaining problems with underscores revealed by converting all the tests to underscores
1244
+ * Enhanced sugar to support combinations of methods (i.e. once.and_return)
1245
+ * 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)
1246
+ * Added support for at_most in mocks
1247
+ * Added support for should_not_receive(:msg) (will be removing should_receive(:msg).never some time soon)
1248
+ * Added support for should_have_exactly(5).items_in_collection
1249
+
1250
+ === Version 0.5.16
1251
+ This release improves Rails support and test2spec translation.
1252
+
1253
+ * Fixed underscore problems that occurred when RSpec was used in Rails
1254
+ * Simplified the Rails support by packaging it as a plugin instead of a generator gem.
1255
+ * Fixed [#5063] 'rspec_on_rails' require line in spec_helper.rb
1256
+ * Added pre_commit rake task to reduce risk of regressions. Useful for RSpec developers and patchers.
1257
+ * Added failure_message to RSpec Rake task
1258
+ * test2spec now defines converted helper methods outside of the setup block (bug #5057).
1259
+
1260
+ === Version 0.5.15
1261
+ This release removes a prematurely added feature that shouldn't have been added.
1262
+
1263
+ * Removed support for differences that was added in 0.5.14. The functionality is not aligned with RSpec's vision.
1264
+
1265
+ === Version 0.5.14
1266
+ This release introduces better ways to extend specs, improves some of the core API and
1267
+ a experimental support for faster rails specs.
1268
+
1269
+ * Added proc methods for specifying differences (increments and decrements). See difference_test.rb
1270
+ * Methods can now be defined alongside specs. This obsoletes the need for defining methods in setup. (Patch #5002 from Brian Takita)
1271
+ * Sugar (underscores) now works correctly with should be_a_kind_of and should be_an_instance_of
1272
+ * Added support for include and inherit in contexts. (Patch #4971 from Brian Takita)
1273
+ * Added rails_spec and rails_spec_server for faster specs on rails (still buggy - help needed)
1274
+ * Fixed bug that caused should_render to break if given a :symbol (in Rails)
1275
+ * Added support for comparing exception message in should_raise and should_not_raise
1276
+
1277
+ === Version 0.5.13
1278
+ This release fixes some subtle bugs in the mock API.
1279
+
1280
+ * Use fully-qualified class name of Exceptions in failure message. Easier to debug that way.
1281
+ * Fixed a bug that caused mocks to yield a one-element array (rather than the element) when one yield arg specified.
1282
+ * Mocks not raise AmbiguousReturnError if an explicit return is used at the same time as an expectation block.
1283
+ * Blocks passed to yielding mocks can now raise without causing mock verification to fail.
1284
+
1285
+ === Version 0.5.12
1286
+ This release adds diff support for failure messages, a HTML formatter plus some other
1287
+ minor enhancements.
1288
+
1289
+ * Added HTML formatter.
1290
+ * Added fail_on_error option to spectask.
1291
+ * Added support for diffing, using the diff-lcs Rubygem (#2648).
1292
+ * Remove RSpec on Rails files from backtrace (#4694).
1293
+ * All of RSpec's own tests run successfully after translation with test2spec.
1294
+ * Added --verbose mode for test2spec - useful for debugging when classes fail to translate.
1295
+ * Output of various formatters is now flushed - to get more continuous output.
1296
+
1297
+ === Version 0.5.11
1298
+ This release makes test2spec usable with Rails (with some manual steps).
1299
+ See http://rspec.rubyforge.org/tools/rails.html for more details
1300
+
1301
+ * test2spec now correctly translates bodies of helper methods (non- test_*, setup and teardown ones).
1302
+ * Added more documentation about how to get test2spec to work with Rails.
1303
+
1304
+ === Version 0.5.10
1305
+ This version features a second rewrite of test2spec - hopefully better than the previous one.
1306
+
1307
+ * Improved test2spec's internals. It now transforms the syntax tree before writing out the code.
1308
+
1309
+ === Version 0.5.9
1310
+ This release improves test2spec by allowing more control over the output
1311
+
1312
+ * Added --template option to test2spec, which allows for custom output driven by ERB
1313
+ * Added --quiet option to test2spec
1314
+ * Removed unnecessary dependency on RubyToC
1315
+
1316
+ === Version 0.5.8
1317
+ This release features a new Test::Unit to RSpec translation tool.
1318
+ Also note that the RubyGem of the previous release (0.5.7) was corrupt.
1319
+ We're close to being able to translate all of RSpec's own Test::Unit
1320
+ tests and have them run successfully!
1321
+
1322
+ * Updated test2spec documentation.
1323
+ * Replaced old test2rspec with a new test2spec, which is based on ParseTree and RubyInline.
1324
+
1325
+ === Version 0.5.7
1326
+ This release changes examples and documentation to recommend underscores rather than dots,
1327
+ and addresses some bugfixes and changes to the spec commandline.
1328
+
1329
+ * spec DIR now works correctly, recursing down and slurping all *.rb files
1330
+ * All documentation and examples are now using '_' instead of '.'
1331
+ * Custom external formatters can now be specified via --require and --format.
1332
+
1333
+ === Version 0.5.6
1334
+ This release fixes a bug in the Rails controller generator
1335
+
1336
+ * The controller generator did not write correct source code (missing 'do'). Fixed.
1337
+
1338
+ === Version 0.5.5
1339
+ This release adds initial support for Ruby on Rails in the rspec_generator gem.
1340
+
1341
+ * [Rails] Reorganised Lachie's original code to be a generator packaged as a gem rather than a plugin.
1342
+ * [Rails] Imported code from http://lachie.info/svn/projects/rails_plugins/rspec_on_rails (Written by Lachie Cox)
1343
+ * Remove stack trace lines from TextMate's Ruby bundle
1344
+ * Better error message from spectask when no spec files are found.
1345
+
1346
+ === Version 0.5.4
1347
+ The "the tutorial is ahead of the gem" release
1348
+
1349
+ * Support for running a single spec with --spec
1350
+ * Exitcode is now 1 unless all specs pass, in which case it's 0.
1351
+ * -v, --version now both mean the same thing
1352
+ * For what was verbose output (-v), use --format specdoc or -f s
1353
+ * --format rdoc always runs in dry-run mode
1354
+ * Removed --doc and added --format and --dry-run
1355
+ * Refactored towards more pluggable formatters
1356
+ * Use webgen's execute tag when generating website (more accurate)
1357
+ * Fixed incorrect quoting of spec_opts in SpecTask
1358
+ * Added patch to enable underscored shoulds like 1.should_equal(1) - patch from Rich Kilmer
1359
+ * Removed most inherited instance method from Mock, making more methods mockable.
1360
+ * Made the RCovVerify task part of the standard toolset.
1361
+ * Documented Rake task and how to use it with Rcov
1362
+ * Implemented <ruby></ruby> tags for website (hooking into ERB, RedCloth and syntax)
1363
+ * RSpec Rake task now takes spec_opts and out params so it can be used for doc generation
1364
+ * RCov integration for RSpec Rake task (#4058)
1365
+ * Group all results instead of printing them several times (#4057)
1366
+ * Mocks can now yield
1367
+ * Various improvements to error reporting (including #4191)
1368
+ * backtrace excludes rspec code - use -b to include it
1369
+ * split examples into examples (passing) and failing_examples
1370
+
1371
+ === Version 0.5.3
1372
+ The "hurry up, CoR is in two days" release.
1373
+
1374
+ * Don't run rcov by default
1375
+ * Make separate task for running tests with RCov
1376
+ * Added Rake task to fail build if coverage drops below a certain threshold
1377
+ * Even more failure output cleanup (simplification)
1378
+ * Added duck_type constraint for mocks
1379
+
1380
+ === Version 0.5.2
1381
+ This release has minor improvements to the commandline and fixes some gem warnings
1382
+
1383
+ * Readded README to avoid RDoc warnings
1384
+ * Added --version switch to commandline
1385
+ * More changes to the mock API
1386
+
1387
+ === Version 0.5.1
1388
+ This release is the first release of RSpec with a new website. It will look better soon.
1389
+
1390
+ * Added initial documentation for API
1391
+ * Added website based on webgen
1392
+ * Modified test task to use rcov
1393
+ * Deleted unused code (thanks, rcov!)
1394
+ * Various changes to the mock API,
1395
+ * Various improvements to failure reporting
1396
+
1397
+ === Version 0.5.0
1398
+ This release introduces a new API and obsolesces previous versions.
1399
+
1400
+ * Moved source code to separate subfolders
1401
+ * Added new DSL runner based on instance_exec
1402
+ * Added spike for testdox/rdoc generation
1403
+ * merge Astels' and Chelimsky's work on ShouldHelper
1404
+ * this would be 0.5.0 if I updated the documentation
1405
+ * it breaks all of your existing specifications. We're not sorry.
1406
+
1407
+ === Version 0.3.2
1408
+
1409
+ The "srbaker is an idiot" release.
1410
+
1411
+ * also forgot to update the path to the actual Subversion repository
1412
+ * this should be it
1413
+
1414
+ === Version 0.3.1
1415
+
1416
+ This is just 0.3.0, but with the TUTORIAL added to the documentation list.
1417
+
1418
+ * forgot to include TUTORIAL in the documentation
1419
+
1420
+ === Version 0.3.0
1421
+
1422
+ It's been a while since last release, lots of new stuff is available. For instance:
1423
+
1424
+ * improvements to the runners
1425
+ * addition of should_raise expectation (thanks to Brian Takita)
1426
+ * some documentation improvements
1427
+ * RSpec usable as a DSL
1428
+
1429
+ === Version 0.2.0
1430
+
1431
+ This release provides a tutorial for new users wishing to get started with
1432
+ RSpec, and many improvements.
1433
+
1434
+ * improved reporting in the spec runner output
1435
+ * update the examples to the new mock api
1436
+ * added TUTORIAL, a getting started document for new users of RSpec
1437
+
1438
+ === Version 0.1.7
1439
+
1440
+ This release improves installation and documentation, mock integration and error reporting.
1441
+
1442
+ * Comparison errors now print the class name too.
1443
+ * Mocks now take an optional +options+ parameter to specify behaviour.
1444
+ * Removed __expects in favour of should_receive
1445
+ * Added line number reporting in mock error messages for unreceived message expectations.
1446
+ * Added should_match and should_not_match.
1447
+ * Added a +mock+ method to Spec::Context which will create mocks that autoverify (no need to call __verify).
1448
+ * Mocks now require names in the constructor to ensure sensible error messages.
1449
+ * Made 'spec' executable and updated usage instructions in README accordingly.
1450
+ * Made more parts of the Spec::Context API private to avoid accidental usage.
1451
+ * Added more RDoc to Spec::Context.
1452
+
1453
+ === Version 0.1.6
1454
+
1455
+ More should methods.
1456
+
1457
+ * Added should_match and should_not_match.
1458
+
1459
+ === Version 0.1.5
1460
+
1461
+ Included examples and tests in gem.
1462
+
1463
+ === Version 0.1.4
1464
+
1465
+ More tests on block based Mock expectations.
1466
+
1467
+ === Version 0.1.3
1468
+
1469
+ Improved mocking:
1470
+
1471
+ * block based Mock expectations.
1472
+
1473
+ === Version 0.1.2
1474
+
1475
+ This release adds some improvements to the mock API and minor syntax improvements
1476
+
1477
+ * Added Mock.should_expect for a more consistent DSL.
1478
+ * Added MockExpectation.and_returns for a better DSL.
1479
+ * Made Mock behave as a null object after a call to Mock.ignore_missing
1480
+ * Internal syntax improvements.
1481
+ * Improved exception trace by adding exception class name to error message.
1482
+ * Renamed some tests for better consistency.
1483
+
1484
+ === Version 0.1.1
1485
+
1486
+ This release adds some shoulds and improves error reporting
1487
+
1488
+ * Added should be_same_as and should_not be_same_as.
1489
+ * Improved error reporting for comparison expectations.
1490
+
1491
+ === Version 0.1.0
1492
+
1493
+ This is the first preview release of RSpec, a Behaviour-Driven Development library for Ruby
1494
+
1495
+ * Added Rake script with tasks for gems, rdoc etc.
1496
+ * Added an XForge task to make release go easier.