resque-pool 0.3.0.beta.2 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1084) hide show
  1. data/Changelog.md +24 -0
  2. data/README.md +3 -0
  3. data/examples/Gemfile +1 -0
  4. data/examples/Gemfile.lock +57 -44
  5. data/examples/chef_cookbook/templates/default/initd.erb +1 -1
  6. data/features/step_definitions/resque-pool_steps.rb +17 -9
  7. data/features/support/aruba_daemon_support.rb +1 -0
  8. data/features/support/env.rb +1 -1
  9. data/lib/resque/pool/cli.rb +3 -2
  10. data/lib/resque/pool/logging.rb +10 -3
  11. data/lib/resque/pool/pooled_worker.rb +7 -11
  12. data/lib/resque/pool/version.rb +1 -1
  13. data/lib/resque/pool.rb +7 -1
  14. data/man/resque-pool.1 +14 -1
  15. data/man/resque-pool.1.ronn +9 -0
  16. data/man/resque-pool.yml.5 +1 -1
  17. data/resque-pool.gemspec +1 -1
  18. data/tags +33009 -0
  19. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/Gemfile +5 -0
  20. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/History.md +769 -0
  21. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/LICENSE +20 -0
  22. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/README.md +256 -0
  23. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/Rakefile +26 -0
  24. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/build_native_gems.sh +7 -0
  25. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/cucumber.yml +4 -0
  26. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/examples/parse_and_output_json.rb +19 -0
  27. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ar/Makefile +157 -0
  28. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ar/extconf.rb +6 -0
  29. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ar/gherkin_lexer_ar.c +1432 -0
  30. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ar/gherkin_lexer_ar.o +0 -0
  31. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ar/gherkin_lexer_ar.so +0 -0
  32. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_bg/Makefile +157 -0
  33. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_bg/extconf.rb +6 -0
  34. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_bg/gherkin_lexer_bg.c +1655 -0
  35. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_bg/gherkin_lexer_bg.o +0 -0
  36. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_bg/gherkin_lexer_bg.so +0 -0
  37. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ca/Makefile +157 -0
  38. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ca/extconf.rb +6 -0
  39. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ca/gherkin_lexer_ca.c +1581 -0
  40. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ca/gherkin_lexer_ca.o +0 -0
  41. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ca/gherkin_lexer_ca.so +0 -0
  42. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_cs/Makefile +157 -0
  43. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_cs/extconf.rb +6 -0
  44. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_cs/gherkin_lexer_cs.c +1427 -0
  45. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_cs/gherkin_lexer_cs.o +0 -0
  46. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_cs/gherkin_lexer_cs.so +0 -0
  47. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_cy_gb/Makefile +157 -0
  48. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_cy_gb/extconf.rb +6 -0
  49. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_cy_gb/gherkin_lexer_cy_gb.c +1282 -0
  50. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_cy_gb/gherkin_lexer_cy_gb.o +0 -0
  51. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_cy_gb/gherkin_lexer_cy_gb.so +0 -0
  52. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_da/Makefile +157 -0
  53. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_da/extconf.rb +6 -0
  54. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_da/gherkin_lexer_da.c +1298 -0
  55. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_da/gherkin_lexer_da.o +0 -0
  56. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_da/gherkin_lexer_da.so +0 -0
  57. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_de/Makefile +157 -0
  58. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_de/extconf.rb +6 -0
  59. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_de/gherkin_lexer_de.c +1415 -0
  60. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_de/gherkin_lexer_de.o +0 -0
  61. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_de/gherkin_lexer_de.so +0 -0
  62. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en/Makefile +157 -0
  63. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en/extconf.rb +6 -0
  64. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en/gherkin_lexer_en.c +1265 -0
  65. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en/gherkin_lexer_en.o +0 -0
  66. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en/gherkin_lexer_en.so +0 -0
  67. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_au/Makefile +157 -0
  68. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_au/extconf.rb +6 -0
  69. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_au/gherkin_lexer_en_au.c +1223 -0
  70. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_au/gherkin_lexer_en_au.o +0 -0
  71. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_au/gherkin_lexer_en_au.so +0 -0
  72. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_lol/Makefile +157 -0
  73. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_lol/extconf.rb +6 -0
  74. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_lol/gherkin_lexer_en_lol.c +1177 -0
  75. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_lol/gherkin_lexer_en_lol.o +0 -0
  76. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_lol/gherkin_lexer_en_lol.so +0 -0
  77. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_pirate/Makefile +157 -0
  78. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_pirate/extconf.rb +6 -0
  79. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_pirate/gherkin_lexer_en_pirate.c +1471 -0
  80. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_pirate/gherkin_lexer_en_pirate.o +0 -0
  81. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_pirate/gherkin_lexer_en_pirate.so +0 -0
  82. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_scouse/Makefile +157 -0
  83. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_scouse/extconf.rb +6 -0
  84. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_scouse/gherkin_lexer_en_scouse.c +1634 -0
  85. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_scouse/gherkin_lexer_en_scouse.o +0 -0
  86. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_scouse/gherkin_lexer_en_scouse.so +0 -0
  87. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_tx/Makefile +157 -0
  88. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_tx/extconf.rb +6 -0
  89. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_tx/gherkin_lexer_en_tx.c +1265 -0
  90. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_tx/gherkin_lexer_en_tx.o +0 -0
  91. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_tx/gherkin_lexer_en_tx.so +0 -0
  92. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_eo/Makefile +157 -0
  93. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_eo/extconf.rb +6 -0
  94. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_eo/gherkin_lexer_eo.c +1241 -0
  95. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_eo/gherkin_lexer_eo.o +0 -0
  96. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_eo/gherkin_lexer_eo.so +0 -0
  97. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_es/Makefile +157 -0
  98. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_es/extconf.rb +6 -0
  99. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_es/gherkin_lexer_es.c +1399 -0
  100. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_es/gherkin_lexer_es.o +0 -0
  101. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_es/gherkin_lexer_es.so +0 -0
  102. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_et/Makefile +157 -0
  103. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_et/extconf.rb +6 -0
  104. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_et/gherkin_lexer_et.c +1236 -0
  105. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_et/gherkin_lexer_et.o +0 -0
  106. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_et/gherkin_lexer_et.so +0 -0
  107. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_fi/Makefile +157 -0
  108. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_fi/extconf.rb +6 -0
  109. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_fi/gherkin_lexer_fi.c +1215 -0
  110. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_fi/gherkin_lexer_fi.o +0 -0
  111. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_fi/gherkin_lexer_fi.so +0 -0
  112. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_fr/Makefile +157 -0
  113. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_fr/extconf.rb +6 -0
  114. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_fr/gherkin_lexer_fr.c +1493 -0
  115. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_fr/gherkin_lexer_fr.o +0 -0
  116. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_fr/gherkin_lexer_fr.so +0 -0
  117. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_he/Makefile +157 -0
  118. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_he/extconf.rb +6 -0
  119. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_he/gherkin_lexer_he.c +1374 -0
  120. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_he/gherkin_lexer_he.o +0 -0
  121. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_he/gherkin_lexer_he.so +0 -0
  122. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_hr/Makefile +157 -0
  123. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_hr/extconf.rb +6 -0
  124. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_hr/gherkin_lexer_hr.c +1323 -0
  125. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_hr/gherkin_lexer_hr.o +0 -0
  126. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_hr/gherkin_lexer_hr.so +0 -0
  127. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_hu/Makefile +157 -0
  128. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_hu/extconf.rb +6 -0
  129. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_hu/gherkin_lexer_hu.c +1376 -0
  130. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_hu/gherkin_lexer_hu.o +0 -0
  131. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_hu/gherkin_lexer_hu.so +0 -0
  132. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_id/Makefile +157 -0
  133. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_id/extconf.rb +6 -0
  134. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_id/gherkin_lexer_id.c +1208 -0
  135. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_id/gherkin_lexer_id.o +0 -0
  136. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_id/gherkin_lexer_id.so +0 -0
  137. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_is/Makefile +157 -0
  138. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_is/extconf.rb +6 -0
  139. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_is/gherkin_lexer_is.c +1376 -0
  140. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_is/gherkin_lexer_is.o +0 -0
  141. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_is/gherkin_lexer_is.so +0 -0
  142. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_it/Makefile +157 -0
  143. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_it/extconf.rb +6 -0
  144. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_it/gherkin_lexer_it.c +1340 -0
  145. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_it/gherkin_lexer_it.o +0 -0
  146. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_it/gherkin_lexer_it.so +0 -0
  147. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ja/Makefile +157 -0
  148. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ja/extconf.rb +6 -0
  149. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ja/gherkin_lexer_ja.c +1699 -0
  150. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ja/gherkin_lexer_ja.o +0 -0
  151. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ja/gherkin_lexer_ja.so +0 -0
  152. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ko/Makefile +157 -0
  153. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ko/extconf.rb +6 -0
  154. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ko/gherkin_lexer_ko.c +1360 -0
  155. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ko/gherkin_lexer_ko.o +0 -0
  156. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ko/gherkin_lexer_ko.so +0 -0
  157. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lt/Makefile +157 -0
  158. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lt/extconf.rb +6 -0
  159. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lt/gherkin_lexer_lt.c +1296 -0
  160. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lt/gherkin_lexer_lt.o +0 -0
  161. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lt/gherkin_lexer_lt.so +0 -0
  162. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lu/Makefile +157 -0
  163. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lu/extconf.rb +6 -0
  164. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lu/gherkin_lexer_lu.c +1389 -0
  165. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lu/gherkin_lexer_lu.o +0 -0
  166. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lu/gherkin_lexer_lu.so +0 -0
  167. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lv/Makefile +157 -0
  168. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lv/extconf.rb +6 -0
  169. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lv/gherkin_lexer_lv.c +1425 -0
  170. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lv/gherkin_lexer_lv.o +0 -0
  171. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lv/gherkin_lexer_lv.so +0 -0
  172. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_nl/Makefile +157 -0
  173. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_nl/extconf.rb +6 -0
  174. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_nl/gherkin_lexer_nl.c +1368 -0
  175. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_nl/gherkin_lexer_nl.o +0 -0
  176. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_nl/gherkin_lexer_nl.so +0 -0
  177. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_no/Makefile +157 -0
  178. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_no/extconf.rb +6 -0
  179. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_no/gherkin_lexer_no.c +1311 -0
  180. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_no/gherkin_lexer_no.o +0 -0
  181. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_no/gherkin_lexer_no.so +0 -0
  182. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_pl/Makefile +157 -0
  183. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_pl/extconf.rb +6 -0
  184. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_pl/gherkin_lexer_pl.c +1477 -0
  185. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_pl/gherkin_lexer_pl.o +0 -0
  186. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_pl/gherkin_lexer_pl.so +0 -0
  187. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_pt/Makefile +157 -0
  188. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_pt/extconf.rb +6 -0
  189. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_pt/gherkin_lexer_pt.c +1350 -0
  190. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_pt/gherkin_lexer_pt.o +0 -0
  191. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_pt/gherkin_lexer_pt.so +0 -0
  192. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ro/Makefile +157 -0
  193. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ro/extconf.rb +6 -0
  194. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ro/gherkin_lexer_ro.c +1427 -0
  195. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ro/gherkin_lexer_ro.o +0 -0
  196. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ro/gherkin_lexer_ro.so +0 -0
  197. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ru/Makefile +157 -0
  198. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ru/extconf.rb +6 -0
  199. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ru/gherkin_lexer_ru.c +2058 -0
  200. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ru/gherkin_lexer_ru.o +0 -0
  201. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ru/gherkin_lexer_ru.so +0 -0
  202. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sk/Makefile +157 -0
  203. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sk/extconf.rb +6 -0
  204. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sk/gherkin_lexer_sk.c +1298 -0
  205. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sk/gherkin_lexer_sk.o +0 -0
  206. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sk/gherkin_lexer_sk.so +0 -0
  207. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sr_cyrl/Makefile +157 -0
  208. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sr_cyrl/extconf.rb +6 -0
  209. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sr_cyrl/gherkin_lexer_sr_cyrl.c +2112 -0
  210. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sr_cyrl/gherkin_lexer_sr_cyrl.o +0 -0
  211. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sr_cyrl/gherkin_lexer_sr_cyrl.so +0 -0
  212. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sr_latn/Makefile +157 -0
  213. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sr_latn/extconf.rb +6 -0
  214. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sr_latn/gherkin_lexer_sr_latn.c +1567 -0
  215. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sr_latn/gherkin_lexer_sr_latn.o +0 -0
  216. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sr_latn/gherkin_lexer_sr_latn.so +0 -0
  217. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sv/Makefile +157 -0
  218. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sv/extconf.rb +6 -0
  219. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sv/gherkin_lexer_sv.c +1324 -0
  220. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sv/gherkin_lexer_sv.o +0 -0
  221. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sv/gherkin_lexer_sv.so +0 -0
  222. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_tr/Makefile +157 -0
  223. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_tr/extconf.rb +6 -0
  224. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_tr/gherkin_lexer_tr.c +1347 -0
  225. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_tr/gherkin_lexer_tr.o +0 -0
  226. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_tr/gherkin_lexer_tr.so +0 -0
  227. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_uk/Makefile +157 -0
  228. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_uk/extconf.rb +6 -0
  229. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_uk/gherkin_lexer_uk.c +1941 -0
  230. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_uk/gherkin_lexer_uk.o +0 -0
  231. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_uk/gherkin_lexer_uk.so +0 -0
  232. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_uz/Makefile +157 -0
  233. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_uz/extconf.rb +6 -0
  234. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_uz/gherkin_lexer_uz.c +1651 -0
  235. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_uz/gherkin_lexer_uz.o +0 -0
  236. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_uz/gherkin_lexer_uz.so +0 -0
  237. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_vi/Makefile +157 -0
  238. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_vi/extconf.rb +6 -0
  239. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_vi/gherkin_lexer_vi.c +1458 -0
  240. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_vi/gherkin_lexer_vi.o +0 -0
  241. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_vi/gherkin_lexer_vi.so +0 -0
  242. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_zh_cn/Makefile +157 -0
  243. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_zh_cn/extconf.rb +6 -0
  244. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_zh_cn/gherkin_lexer_zh_cn.c +1314 -0
  245. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_zh_cn/gherkin_lexer_zh_cn.o +0 -0
  246. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_zh_cn/gherkin_lexer_zh_cn.so +0 -0
  247. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_zh_tw/Makefile +157 -0
  248. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_zh_tw/extconf.rb +6 -0
  249. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_zh_tw/gherkin_lexer_zh_tw.c +1307 -0
  250. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_zh_tw/gherkin_lexer_zh_tw.o +0 -0
  251. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_zh_tw/gherkin_lexer_zh_tw.so +0 -0
  252. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/features/escaped_pipes.feature +8 -0
  253. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/features/feature_parser.feature +237 -0
  254. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/features/json_formatter.feature +498 -0
  255. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/features/json_parser.feature +331 -0
  256. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/features/native_lexer.feature +19 -0
  257. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/features/parser_with_native_lexer.feature +205 -0
  258. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/features/pretty_formatter.feature +16 -0
  259. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/features/step_definitions/eyeball_steps.rb +3 -0
  260. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/features/step_definitions/gherkin_steps.rb +29 -0
  261. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/features/step_definitions/json_formatter_steps.rb +30 -0
  262. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/features/step_definitions/json_parser_steps.rb +20 -0
  263. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/features/step_definitions/pretty_formatter_steps.rb +85 -0
  264. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/features/steps_parser.feature +46 -0
  265. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/features/support/env.rb +42 -0
  266. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/gherkin.gemspec +77 -0
  267. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/c_lexer.rb +17 -0
  268. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/formatter/ansi_escapes.rb +97 -0
  269. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/formatter/argument.rb +16 -0
  270. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/formatter/escaping.rb +15 -0
  271. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/formatter/filter_formatter.rb +146 -0
  272. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/formatter/hashable.rb +19 -0
  273. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/formatter/json_formatter.rb +107 -0
  274. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/formatter/line_filter.rb +26 -0
  275. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/formatter/model.rb +281 -0
  276. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/formatter/pretty_formatter.rb +244 -0
  277. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/formatter/regexp_filter.rb +21 -0
  278. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/formatter/step_printer.rb +17 -0
  279. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/formatter/tag_count_formatter.rb +47 -0
  280. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/formatter/tag_filter.rb +19 -0
  281. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/i18n.rb +180 -0
  282. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/i18n.yml +600 -0
  283. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/js_lexer.rb +20 -0
  284. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/json_parser.rb +144 -0
  285. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/lexer/i18n_lexer.rb +46 -0
  286. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/listener/event.rb +45 -0
  287. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/listener/formatter_listener.rb +143 -0
  288. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/native/ikvm.rb +55 -0
  289. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/native/java.rb +76 -0
  290. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/native/null.rb +9 -0
  291. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/native.rb +7 -0
  292. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/parser/meta.txt +5 -0
  293. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/parser/parser.rb +164 -0
  294. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/parser/root.txt +11 -0
  295. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/parser/steps.txt +4 -0
  296. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/rb_lexer/README.rdoc +8 -0
  297. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/rb_lexer/ar.rb +1165 -0
  298. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/rb_lexer/bg.rb +1377 -0
  299. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/rb_lexer/ca.rb +1305 -0
  300. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/rb_lexer/cs.rb +1157 -0
  301. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/rb_lexer/cy_gb.rb +1027 -0
  302. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/rb_lexer/da.rb +1043 -0
  303. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/rb_lexer/de.rb +1151 -0
  304. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/rb_lexer/en.rb +1011 -0
  305. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/rb_lexer/en_au.rb +971 -0
  306. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/rb_lexer/en_lol.rb +929 -0
  307. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/rb_lexer/en_pirate.rb +1205 -0
  308. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/rb_lexer/en_scouse.rb +1357 -0
  309. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/rb_lexer/en_tx.rb +1011 -0
  310. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/rb_lexer/eo.rb +990 -0
  311. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/rb_lexer/es.rb +1135 -0
  312. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/rb_lexer/et.rb +985 -0
  313. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/rb_lexer/fi.rb +964 -0
  314. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/rb_lexer/fr.rb +1223 -0
  315. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/rb_lexer/he.rb +1113 -0
  316. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/rb_lexer/hr.rb +1061 -0
  317. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/rb_lexer/hu.rb +1113 -0
  318. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/rb_lexer/id.rb +958 -0
  319. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/rb_lexer/is.rb +1115 -0
  320. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/rb_lexer/it.rb +1081 -0
  321. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/rb_lexer/ja.rb +1413 -0
  322. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/rb_lexer/ko.rb +1097 -0
  323. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/rb_lexer/lt.rb +1040 -0
  324. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/rb_lexer/lu.rb +1127 -0
  325. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/rb_lexer/lv.rb +1161 -0
  326. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/rb_lexer/nl.rb +1110 -0
  327. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/rb_lexer/no.rb +1055 -0
  328. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/rb_lexer/pl.rb +1209 -0
  329. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/rb_lexer/pt.rb +1089 -0
  330. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/rb_lexer/ro.rb +1159 -0
  331. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/rb_lexer/ru.rb +1749 -0
  332. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/rb_lexer/sk.rb +1041 -0
  333. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/rb_lexer/sr_cyrl.rb +1798 -0
  334. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/rb_lexer/sr_latn.rb +1289 -0
  335. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/rb_lexer/sv.rb +1065 -0
  336. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/rb_lexer/tr.rb +1087 -0
  337. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/rb_lexer/uk.rb +1641 -0
  338. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/rb_lexer/uz.rb +1371 -0
  339. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/rb_lexer/vi.rb +1193 -0
  340. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/rb_lexer/zh_cn.rb +1053 -0
  341. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/rb_lexer/zh_tw.rb +1047 -0
  342. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/rb_lexer.rb +8 -0
  343. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/rubify.rb +24 -0
  344. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin/tag_expression.rb +62 -0
  345. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin.rb +2 -0
  346. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_ar.so +0 -0
  347. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_bg.so +0 -0
  348. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_ca.so +0 -0
  349. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_cs.so +0 -0
  350. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_cy_gb.so +0 -0
  351. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_da.so +0 -0
  352. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_de.so +0 -0
  353. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_en.so +0 -0
  354. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_en_au.so +0 -0
  355. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_en_lol.so +0 -0
  356. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_en_pirate.so +0 -0
  357. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_en_scouse.so +0 -0
  358. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_en_tx.so +0 -0
  359. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_eo.so +0 -0
  360. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_es.so +0 -0
  361. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_et.so +0 -0
  362. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_fi.so +0 -0
  363. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_fr.so +0 -0
  364. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_he.so +0 -0
  365. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_hr.so +0 -0
  366. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_hu.so +0 -0
  367. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_id.so +0 -0
  368. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_is.so +0 -0
  369. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_it.so +0 -0
  370. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_ja.so +0 -0
  371. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_ko.so +0 -0
  372. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_lt.so +0 -0
  373. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_lu.so +0 -0
  374. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_lv.so +0 -0
  375. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_nl.so +0 -0
  376. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_no.so +0 -0
  377. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_pl.so +0 -0
  378. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_pt.so +0 -0
  379. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_ro.so +0 -0
  380. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_ru.so +0 -0
  381. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_sk.so +0 -0
  382. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_sr_cyrl.so +0 -0
  383. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_sr_latn.so +0 -0
  384. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_sv.so +0 -0
  385. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_tr.so +0 -0
  386. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_uk.so +0 -0
  387. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_uz.so +0 -0
  388. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_vi.so +0 -0
  389. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_zh_cn.so +0 -0
  390. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_zh_tw.so +0 -0
  391. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ragel/lexer.c.rl.erb +454 -0
  392. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ragel/lexer.java.rl.erb +219 -0
  393. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ragel/lexer.js.rl.erb +227 -0
  394. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ragel/lexer.rb.rl.erb +174 -0
  395. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ragel/lexer_common.rl.erb +50 -0
  396. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/spec/gherkin/c_lexer_spec.rb +22 -0
  397. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/spec/gherkin/fixtures/1.feature +8 -0
  398. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/spec/gherkin/fixtures/comments_in_table.feature +9 -0
  399. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/spec/gherkin/fixtures/complex.feature +45 -0
  400. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/spec/gherkin/fixtures/complex.json +139 -0
  401. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/spec/gherkin/fixtures/complex_for_filtering.feature +60 -0
  402. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/spec/gherkin/fixtures/complex_with_tags.feature +61 -0
  403. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/spec/gherkin/fixtures/dos_line_endings.feature +45 -0
  404. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/spec/gherkin/fixtures/examples_with_only_header.feature +14 -0
  405. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/spec/gherkin/fixtures/hantu_pisang.feature +35 -0
  406. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/spec/gherkin/fixtures/i18n_fr.feature +14 -0
  407. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/spec/gherkin/fixtures/i18n_fr2.feature +8 -0
  408. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/spec/gherkin/fixtures/i18n_no.feature +7 -0
  409. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/spec/gherkin/fixtures/i18n_zh-CN.feature +9 -0
  410. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/spec/gherkin/fixtures/issue_145.feature +22 -0
  411. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/spec/gherkin/fixtures/scenario_outline_with_tags.feature +13 -0
  412. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/spec/gherkin/fixtures/scenario_without_steps.feature +5 -0
  413. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/spec/gherkin/fixtures/simple_with_comments.feature +7 -0
  414. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/spec/gherkin/fixtures/simple_with_tags.feature +11 -0
  415. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/spec/gherkin/fixtures/with_bom.feature +3 -0
  416. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/spec/gherkin/formatter/ansi_escapes_spec.rb +32 -0
  417. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/spec/gherkin/formatter/filter_formatter_spec.rb +196 -0
  418. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/spec/gherkin/formatter/json_formatter_spec.rb +80 -0
  419. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/spec/gherkin/formatter/model_spec.rb +28 -0
  420. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/spec/gherkin/formatter/pretty_formatter_spec.rb +158 -0
  421. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/spec/gherkin/formatter/spaces.feature +9 -0
  422. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/spec/gherkin/formatter/step_printer_spec.rb +55 -0
  423. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/spec/gherkin/formatter/tabs.feature +9 -0
  424. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/spec/gherkin/formatter/tag_count_formatter_spec.rb +30 -0
  425. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/spec/gherkin/i18n_spec.rb +168 -0
  426. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/spec/gherkin/java_lexer_spec.rb +20 -0
  427. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/spec/gherkin/js_lexer_spec.rb +23 -0
  428. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/spec/gherkin/json_parser_spec.rb +138 -0
  429. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/spec/gherkin/lexer/i18n_lexer_spec.rb +43 -0
  430. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/spec/gherkin/output_stream_string_io.rb +20 -0
  431. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/spec/gherkin/parser/parser_spec.rb +16 -0
  432. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/spec/gherkin/rb_lexer_spec.rb +20 -0
  433. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/spec/gherkin/sexp_recorder.rb +59 -0
  434. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/spec/gherkin/shared/bom_group.rb +20 -0
  435. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/spec/gherkin/shared/doc_string_group.rb +163 -0
  436. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/spec/gherkin/shared/lexer_group.rb +591 -0
  437. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/spec/gherkin/shared/row_group.rb +125 -0
  438. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/spec/gherkin/shared/tags_group.rb +54 -0
  439. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/spec/gherkin/tag_expression_spec.rb +142 -0
  440. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/spec/spec_helper.rb +75 -0
  441. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/tasks/bench/feature_builder.rb +49 -0
  442. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/tasks/bench/null_listener.rb +4 -0
  443. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/tasks/bench.rake +184 -0
  444. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/tasks/compile.rake +120 -0
  445. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/tasks/cucumber.rake +22 -0
  446. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/tasks/gems.rake +31 -0
  447. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/tasks/ikvm.rake +124 -0
  448. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/tasks/ragel_task.rb +98 -0
  449. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/tasks/release.rake +49 -0
  450. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/tasks/rspec.rake +8 -0
  451. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/tasks/yard/default/layout/html/bubble_32x32.png +0 -0
  452. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/tasks/yard/default/layout/html/bubble_48x48.png +0 -0
  453. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/tasks/yard/default/layout/html/footer.erb +5 -0
  454. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/tasks/yard/default/layout/html/index.erb +1 -0
  455. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/tasks/yard/default/layout/html/layout.erb +25 -0
  456. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/tasks/yard/default/layout/html/logo.erb +1 -0
  457. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/tasks/yard/default/layout/html/setup.rb +4 -0
  458. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/tasks/yard.rake +7 -0
  459. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/CHANGES +239 -0
  460. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/COPYING +58 -0
  461. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/COPYING-json-jruby +57 -0
  462. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/GPL +340 -0
  463. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/Gemfile +15 -0
  464. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/README-json-jruby.markdown +33 -0
  465. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/README.rdoc +358 -0
  466. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/Rakefile +398 -0
  467. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/TODO +1 -0
  468. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/VERSION +1 -0
  469. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/data/example.json +1 -0
  470. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/data/index.html +38 -0
  471. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/data/prototype.js +4184 -0
  472. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/ext/json/ext/fbuffer/fbuffer.h +156 -0
  473. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/ext/json/ext/generator/Makefile +157 -0
  474. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/ext/json/ext/generator/extconf.rb +13 -0
  475. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/ext/json/ext/generator/generator.c +1393 -0
  476. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/ext/json/ext/generator/generator.h +162 -0
  477. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/ext/json/ext/generator/generator.o +0 -0
  478. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/ext/json/ext/generator/generator.so +0 -0
  479. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/ext/json/ext/json/ext/generator.so +0 -0
  480. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/ext/json/ext/json/ext/parser.so +0 -0
  481. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/ext/json/ext/parser/Makefile +157 -0
  482. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/ext/json/ext/parser/extconf.rb +13 -0
  483. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/ext/json/ext/parser/parser.c +2203 -0
  484. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/ext/json/ext/parser/parser.h +77 -0
  485. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/ext/json/ext/parser/parser.o +0 -0
  486. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/ext/json/ext/parser/parser.rl +926 -0
  487. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/ext/json/ext/parser/parser.so +0 -0
  488. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/install.rb +23 -0
  489. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/java/src/json/ext/ByteListTranscoder.java +167 -0
  490. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/java/src/json/ext/Generator.java +437 -0
  491. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/java/src/json/ext/GeneratorMethods.java +232 -0
  492. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/java/src/json/ext/GeneratorService.java +43 -0
  493. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/java/src/json/ext/GeneratorState.java +522 -0
  494. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/java/src/json/ext/OptionsReader.java +113 -0
  495. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/java/src/json/ext/Parser.java +2640 -0
  496. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/java/src/json/ext/Parser.rl +964 -0
  497. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/java/src/json/ext/ParserService.java +35 -0
  498. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/java/src/json/ext/RuntimeInfo.java +121 -0
  499. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/java/src/json/ext/StringDecoder.java +167 -0
  500. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/java/src/json/ext/StringEncoder.java +106 -0
  501. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/java/src/json/ext/Utils.java +89 -0
  502. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/json-java.gemspec +22 -0
  503. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/json.gemspec +37 -0
  504. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/json_pure.gemspec +39 -0
  505. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/lib/json/add/bigdecimal.rb +21 -0
  506. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/lib/json/add/complex.rb +22 -0
  507. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/lib/json/add/core.rb +11 -0
  508. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/lib/json/add/date.rb +34 -0
  509. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/lib/json/add/date_time.rb +50 -0
  510. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/lib/json/add/exception.rb +31 -0
  511. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/lib/json/add/ostruct.rb +31 -0
  512. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/lib/json/add/range.rb +29 -0
  513. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/lib/json/add/rational.rb +22 -0
  514. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/lib/json/add/regexp.rb +30 -0
  515. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/lib/json/add/struct.rb +30 -0
  516. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/lib/json/add/symbol.rb +25 -0
  517. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/lib/json/add/time.rb +35 -0
  518. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/lib/json/common.rb +470 -0
  519. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/lib/json/ext.rb +21 -0
  520. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/lib/json/pure/generator.rb +472 -0
  521. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/lib/json/pure/parser.rb +359 -0
  522. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/lib/json/pure.rb +21 -0
  523. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/lib/json/version.rb +8 -0
  524. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/lib/json.rb +62 -0
  525. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/tests/fixtures/fail1.json +1 -0
  526. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/tests/fixtures/fail10.json +1 -0
  527. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/tests/fixtures/fail11.json +1 -0
  528. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/tests/fixtures/fail12.json +1 -0
  529. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/tests/fixtures/fail13.json +1 -0
  530. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/tests/fixtures/fail14.json +1 -0
  531. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/tests/fixtures/fail18.json +1 -0
  532. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/tests/fixtures/fail19.json +1 -0
  533. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/tests/fixtures/fail2.json +1 -0
  534. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/tests/fixtures/fail20.json +1 -0
  535. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/tests/fixtures/fail21.json +1 -0
  536. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/tests/fixtures/fail22.json +1 -0
  537. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/tests/fixtures/fail23.json +1 -0
  538. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/tests/fixtures/fail24.json +1 -0
  539. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/tests/fixtures/fail25.json +1 -0
  540. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/tests/fixtures/fail27.json +2 -0
  541. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/tests/fixtures/fail28.json +2 -0
  542. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/tests/fixtures/fail3.json +1 -0
  543. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/tests/fixtures/fail4.json +1 -0
  544. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/tests/fixtures/fail5.json +1 -0
  545. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/tests/fixtures/fail6.json +1 -0
  546. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/tests/fixtures/fail7.json +1 -0
  547. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/tests/fixtures/fail8.json +1 -0
  548. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/tests/fixtures/fail9.json +1 -0
  549. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/tests/fixtures/pass1.json +56 -0
  550. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/tests/fixtures/pass15.json +1 -0
  551. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/tests/fixtures/pass16.json +1 -0
  552. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/tests/fixtures/pass17.json +1 -0
  553. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/tests/fixtures/pass2.json +1 -0
  554. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/tests/fixtures/pass26.json +1 -0
  555. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/tests/fixtures/pass3.json +6 -0
  556. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/tests/setup_variant.rb +11 -0
  557. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/tests/test_json.rb +527 -0
  558. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/tests/test_json_addition.rb +188 -0
  559. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/tests/test_json_encoding.rb +65 -0
  560. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/tests/test_json_fixtures.rb +35 -0
  561. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/tests/test_json_generate.rb +251 -0
  562. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/tests/test_json_string_matching.rb +40 -0
  563. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/tests/test_json_unicode.rb +72 -0
  564. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/tools/fuzz.rb +139 -0
  565. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/tools/server.rb +62 -0
  566. data/vendor/bundle/ruby/1.8/gems/multi_json-1.2.0/Gemfile +7 -0
  567. data/vendor/bundle/ruby/1.8/gems/multi_json-1.2.0/LICENSE.md +20 -0
  568. data/vendor/bundle/ruby/1.8/gems/multi_json-1.2.0/README.md +117 -0
  569. data/vendor/bundle/ruby/1.8/gems/multi_json-1.2.0/Rakefile +25 -0
  570. data/vendor/bundle/ruby/1.8/gems/multi_json-1.2.0/lib/multi_json/engines/json_common.rb +27 -0
  571. data/vendor/bundle/ruby/1.8/gems/multi_json-1.2.0/lib/multi_json/engines/json_gem.rb +12 -0
  572. data/vendor/bundle/ruby/1.8/gems/multi_json-1.2.0/lib/multi_json/engines/json_pure.rb +12 -0
  573. data/vendor/bundle/ruby/1.8/gems/multi_json-1.2.0/lib/multi_json/engines/nsjsonserialization.rb +34 -0
  574. data/vendor/bundle/ruby/1.8/gems/multi_json-1.2.0/lib/multi_json/engines/oj.rb +22 -0
  575. data/vendor/bundle/ruby/1.8/gems/multi_json-1.2.0/lib/multi_json/engines/ok_json.rb +48 -0
  576. data/vendor/bundle/ruby/1.8/gems/multi_json-1.2.0/lib/multi_json/engines/yajl.rb +18 -0
  577. data/vendor/bundle/ruby/1.8/gems/multi_json-1.2.0/lib/multi_json/vendor/ok_json.rb +587 -0
  578. data/vendor/bundle/ruby/1.8/gems/multi_json-1.2.0/lib/multi_json/version.rb +3 -0
  579. data/vendor/bundle/ruby/1.8/gems/multi_json-1.2.0/lib/multi_json.rb +90 -0
  580. data/vendor/bundle/ruby/1.8/gems/multi_json-1.2.0/multi_json.gemspec +22 -0
  581. data/vendor/bundle/ruby/1.8/gems/multi_json-1.2.0/spec/engine_shared_example.rb +115 -0
  582. data/vendor/bundle/ruby/1.8/gems/multi_json-1.2.0/spec/helper.rb +30 -0
  583. data/vendor/bundle/ruby/1.8/gems/multi_json-1.2.0/spec/multi_json_spec.rb +72 -0
  584. data/vendor/bundle/ruby/1.8/gems/rspec-2.9.0/License.txt +24 -0
  585. data/vendor/bundle/ruby/1.8/gems/rspec-2.9.0/README.markdown +47 -0
  586. data/vendor/bundle/ruby/1.8/gems/rspec-2.9.0/lib/rspec/version.rb +5 -0
  587. data/vendor/bundle/ruby/1.8/gems/rspec-2.9.0/lib/rspec.rb +4 -0
  588. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/Changelog.md +493 -0
  589. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/License.txt +24 -0
  590. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/README.md +228 -0
  591. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/exe/autospec +13 -0
  592. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/exe/rspec +25 -0
  593. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/Autotest.md +38 -0
  594. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/README.md +17 -0
  595. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/Upgrade.md +364 -0
  596. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/command_line/README.md +28 -0
  597. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/command_line/example_name_option.feature +86 -0
  598. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/command_line/exit_status.feature +83 -0
  599. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/command_line/format_option.feature +81 -0
  600. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/command_line/init.feature +18 -0
  601. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/command_line/line_number_appended_to_path.feature +140 -0
  602. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/command_line/line_number_option.feature +58 -0
  603. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/command_line/order.feature +29 -0
  604. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/command_line/pattern_option.feature +31 -0
  605. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/command_line/rake_task.feature +68 -0
  606. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/command_line/ruby.feature +22 -0
  607. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/command_line/tag.feature +91 -0
  608. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/configuration/alias_example_to.feature +48 -0
  609. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/configuration/custom_settings.feature +84 -0
  610. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/configuration/default_path.feature +38 -0
  611. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/configuration/fail_fast.feature +77 -0
  612. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/configuration/read_options_from_file.feature +87 -0
  613. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/example_groups/basic_structure.feature +55 -0
  614. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/example_groups/shared_context.feature +74 -0
  615. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/example_groups/shared_examples.feature +204 -0
  616. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/expectation_framework_integration/configure_expectation_framework.feature +73 -0
  617. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/filtering/exclusion_filters.feature +139 -0
  618. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/filtering/if_and_unless.feature +168 -0
  619. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/filtering/inclusion_filters.feature +105 -0
  620. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/filtering/run_all_when_everything_filtered.feature +46 -0
  621. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/formatters/custom_formatter.feature +36 -0
  622. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/formatters/text_formatter.feature +46 -0
  623. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/helper_methods/arbitrary_methods.feature +40 -0
  624. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/helper_methods/let.feature +50 -0
  625. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/helper_methods/modules.feature +149 -0
  626. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/hooks/around_hooks.feature +343 -0
  627. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/hooks/before_and_after_hooks.feature +423 -0
  628. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/hooks/filtering.feature +234 -0
  629. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/metadata/current_example.feature +17 -0
  630. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/metadata/described_class.feature +17 -0
  631. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/metadata/user_defined.feature +113 -0
  632. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/mock_framework_integration/use_any_framework.feature +106 -0
  633. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/mock_framework_integration/use_flexmock.feature +96 -0
  634. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/mock_framework_integration/use_mocha.feature +97 -0
  635. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/mock_framework_integration/use_rr.feature +98 -0
  636. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/mock_framework_integration/use_rspec.feature +97 -0
  637. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/pending/pending_examples.feature +229 -0
  638. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/spec_files/arbitrary_file_suffix.feature +13 -0
  639. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/step_definitions/additional_cli_steps.rb +30 -0
  640. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/subject/attribute_of_subject.feature +124 -0
  641. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/subject/explicit_subject.feature +82 -0
  642. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/subject/implicit_receiver.feature +29 -0
  643. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/subject/implicit_subject.feature +63 -0
  644. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/features/support/env.rb +12 -0
  645. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/lib/autotest/discover.rb +1 -0
  646. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/lib/autotest/rspec2.rb +73 -0
  647. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/lib/rspec/autorun.rb +2 -0
  648. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/lib/rspec/core/backward_compatibility.rb +65 -0
  649. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/lib/rspec/core/command_line.rb +36 -0
  650. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/lib/rspec/core/configuration.rb +909 -0
  651. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/lib/rspec/core/configuration_options.rb +124 -0
  652. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/lib/rspec/core/deprecation.rb +51 -0
  653. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/lib/rspec/core/drb_command_line.rb +23 -0
  654. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/lib/rspec/core/drb_options.rb +85 -0
  655. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/lib/rspec/core/dsl.rb +24 -0
  656. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/lib/rspec/core/example.rb +247 -0
  657. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/lib/rspec/core/example_group.rb +443 -0
  658. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/lib/rspec/core/extensions/instance_eval_with_args.rb +44 -0
  659. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/lib/rspec/core/extensions/kernel.rb +9 -0
  660. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/lib/rspec/core/extensions/module_eval_with_args.rb +38 -0
  661. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/lib/rspec/core/extensions/ordered.rb +21 -0
  662. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/lib/rspec/core/extensions.rb +4 -0
  663. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/lib/rspec/core/filter_manager.rb +203 -0
  664. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/lib/rspec/core/formatters/base_formatter.rb +174 -0
  665. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/lib/rspec/core/formatters/base_text_formatter.rb +194 -0
  666. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/lib/rspec/core/formatters/documentation_formatter.rb +67 -0
  667. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/lib/rspec/core/formatters/helpers.rb +39 -0
  668. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/lib/rspec/core/formatters/html_formatter.rb +464 -0
  669. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/lib/rspec/core/formatters/progress_formatter.rb +32 -0
  670. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/lib/rspec/core/formatters/snippet_extractor.rb +58 -0
  671. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/lib/rspec/core/formatters/text_mate_formatter.rb +34 -0
  672. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/lib/rspec/core/hooks.rb +417 -0
  673. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/lib/rspec/core/let.rb +103 -0
  674. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/lib/rspec/core/load_path.rb +3 -0
  675. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/lib/rspec/core/metadata.rb +268 -0
  676. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/lib/rspec/core/metadata_hash_builder.rb +97 -0
  677. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/lib/rspec/core/mocking/with_absolutely_nothing.rb +11 -0
  678. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/lib/rspec/core/mocking/with_flexmock.rb +27 -0
  679. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/lib/rspec/core/mocking/with_mocha.rb +23 -0
  680. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/lib/rspec/core/mocking/with_rr.rb +27 -0
  681. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/lib/rspec/core/mocking/with_rspec.rb +23 -0
  682. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/lib/rspec/core/option_parser.rb +180 -0
  683. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/lib/rspec/core/pending.rb +101 -0
  684. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/lib/rspec/core/project_initializer.rb +81 -0
  685. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/lib/rspec/core/rake_task.rb +179 -0
  686. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/lib/rspec/core/reporter.rb +102 -0
  687. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/lib/rspec/core/ruby_project.rb +44 -0
  688. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/lib/rspec/core/runner.rb +76 -0
  689. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/lib/rspec/core/shared_context.rb +49 -0
  690. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/lib/rspec/core/shared_example_group.rb +72 -0
  691. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/lib/rspec/core/subject.rb +183 -0
  692. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/lib/rspec/core/version.rb +7 -0
  693. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/lib/rspec/core/world.rb +132 -0
  694. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/lib/rspec/core.rb +107 -0
  695. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/autotest/discover_spec.rb +19 -0
  696. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/autotest/failed_results_re_spec.rb +45 -0
  697. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/autotest/rspec_spec.rb +123 -0
  698. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/command_line/order_spec.rb +137 -0
  699. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/rspec/core/command_line_spec.rb +166 -0
  700. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/rspec/core/command_line_spec_output.txt +0 -0
  701. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/rspec/core/configuration_options_spec.rb +355 -0
  702. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/rspec/core/configuration_spec.rb +1156 -0
  703. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/rspec/core/deprecations_spec.rb +66 -0
  704. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/rspec/core/drb_command_line_spec.rb +107 -0
  705. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/rspec/core/drb_options_spec.rb +179 -0
  706. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/rspec/core/example_group_spec.rb +1090 -0
  707. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/rspec/core/example_spec.rb +302 -0
  708. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/rspec/core/filter_manager_spec.rb +256 -0
  709. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/rspec/core/formatters/base_formatter_spec.rb +80 -0
  710. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/rspec/core/formatters/base_text_formatter_spec.rb +344 -0
  711. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/rspec/core/formatters/documentation_formatter_spec.rb +88 -0
  712. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/rspec/core/formatters/helpers_spec.rb +66 -0
  713. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/rspec/core/formatters/html_formatted-1.8.7-jruby.html +410 -0
  714. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/rspec/core/formatters/html_formatted-1.8.7.html +409 -0
  715. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/rspec/core/formatters/html_formatted-1.9.2.html +416 -0
  716. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/rspec/core/formatters/html_formatted-1.9.3.html +416 -0
  717. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/rspec/core/formatters/html_formatter_spec.rb +82 -0
  718. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/rspec/core/formatters/progress_formatter_spec.rb +30 -0
  719. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/rspec/core/formatters/snippet_extractor_spec.rb +18 -0
  720. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/rspec/core/formatters/text_mate_formatted-1.8.7-jruby.html +410 -0
  721. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/rspec/core/formatters/text_mate_formatted-1.8.7.html +409 -0
  722. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/rspec/core/formatters/text_mate_formatted-1.9.2.html +416 -0
  723. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/rspec/core/formatters/text_mate_formatted-1.9.3.html +416 -0
  724. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/rspec/core/formatters/text_mate_formatter_spec.rb +83 -0
  725. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/rspec/core/hooks_filtering_spec.rb +227 -0
  726. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/rspec/core/hooks_spec.rb +143 -0
  727. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/rspec/core/kernel_extensions_spec.rb +9 -0
  728. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/rspec/core/let_spec.rb +55 -0
  729. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/rspec/core/metadata_spec.rb +437 -0
  730. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/rspec/core/option_parser_spec.rb +165 -0
  731. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/rspec/core/pending_example_spec.rb +219 -0
  732. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/rspec/core/project_initializer_spec.rb +130 -0
  733. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/rspec/core/rake_task_spec.rb +138 -0
  734. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/rspec/core/reporter_spec.rb +103 -0
  735. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/rspec/core/resources/a_bar.rb +0 -0
  736. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/rspec/core/resources/a_foo.rb +0 -0
  737. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/rspec/core/resources/a_spec.rb +1 -0
  738. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/rspec/core/resources/custom_example_group_runner.rb +14 -0
  739. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/rspec/core/resources/formatter_specs.rb +60 -0
  740. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/rspec/core/resources/utf8_encoded.rb +8 -0
  741. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/rspec/core/rspec_matchers_spec.rb +45 -0
  742. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/rspec/core/ruby_project_spec.rb +24 -0
  743. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/rspec/core/runner_spec.rb +82 -0
  744. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/rspec/core/shared_context_spec.rb +67 -0
  745. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/rspec/core/shared_example_group_spec.rb +84 -0
  746. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/rspec/core/subject_spec.rb +228 -0
  747. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/rspec/core/world_spec.rb +144 -0
  748. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/rspec/core_spec.rb +25 -0
  749. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/spec_helper.rb +98 -0
  750. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/support/config_options_helper.rb +27 -0
  751. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/support/matchers.rb +65 -0
  752. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/support/shared_example_groups.rb +41 -0
  753. data/vendor/bundle/ruby/1.8/gems/rspec-core-2.9.0/spec/support/spec_files.rb +44 -0
  754. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/Changelog.md +176 -0
  755. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/License.txt +23 -0
  756. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/README.md +147 -0
  757. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/features/README.markdown +49 -0
  758. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/features/Upgrade.md +53 -0
  759. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/features/built_in_matchers/README.md +90 -0
  760. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/features/built_in_matchers/be.feature +135 -0
  761. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/features/built_in_matchers/be_within.feature +43 -0
  762. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/features/built_in_matchers/cover.feature +45 -0
  763. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/features/built_in_matchers/equality.feature +145 -0
  764. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/features/built_in_matchers/exist.feature +43 -0
  765. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/features/built_in_matchers/expect_change.feature +59 -0
  766. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/features/built_in_matchers/expect_error.feature +138 -0
  767. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/features/built_in_matchers/have.feature +103 -0
  768. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/features/built_in_matchers/include.feature +121 -0
  769. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/features/built_in_matchers/match.feature +50 -0
  770. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/features/built_in_matchers/operators.feature +221 -0
  771. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/features/built_in_matchers/predicates.feature +128 -0
  772. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/features/built_in_matchers/respond_to.feature +78 -0
  773. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/features/built_in_matchers/satisfy.feature +31 -0
  774. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/features/built_in_matchers/throw_symbol.feature +85 -0
  775. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/features/built_in_matchers/types.feature +114 -0
  776. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/features/custom_matchers/access_running_example.feature +53 -0
  777. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/features/custom_matchers/define_diffable_matcher.feature +27 -0
  778. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/features/custom_matchers/define_matcher.feature +340 -0
  779. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/features/custom_matchers/define_matcher_outside_rspec.feature +38 -0
  780. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/features/custom_matchers/define_matcher_with_fluent_interface.feature +24 -0
  781. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/features/customized_message.feature +22 -0
  782. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/features/diffing.feature +85 -0
  783. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/features/implicit_docstrings.feature +52 -0
  784. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/features/step_definitions/additional_cli_steps.rb +22 -0
  785. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/features/support/env.rb +5 -0
  786. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/features/test_frameworks/test_unit.feature +46 -0
  787. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/lib/rspec/expectations/deprecation.rb +38 -0
  788. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/lib/rspec/expectations/differ.rb +76 -0
  789. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/lib/rspec/expectations/errors.rb +9 -0
  790. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/lib/rspec/expectations/extensions/array.rb +9 -0
  791. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/lib/rspec/expectations/extensions/kernel.rb +26 -0
  792. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/lib/rspec/expectations/extensions/object.rb +39 -0
  793. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/lib/rspec/expectations/extensions.rb +3 -0
  794. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/lib/rspec/expectations/fail_with.rb +54 -0
  795. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/lib/rspec/expectations/handler.rb +48 -0
  796. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/lib/rspec/expectations/version.rb +8 -0
  797. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/lib/rspec/expectations.rb +45 -0
  798. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/lib/rspec/matchers/be_close.rb +9 -0
  799. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/lib/rspec/matchers/block_aliases.rb +20 -0
  800. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/lib/rspec/matchers/built_in/base_matcher.rb +58 -0
  801. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/lib/rspec/matchers/built_in/be.rb +183 -0
  802. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/lib/rspec/matchers/built_in/be_instance_of.rb +13 -0
  803. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/lib/rspec/matchers/built_in/be_kind_of.rb +13 -0
  804. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/lib/rspec/matchers/built_in/be_within.rb +39 -0
  805. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/lib/rspec/matchers/built_in/change.rb +132 -0
  806. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/lib/rspec/matchers/built_in/cover.rb +22 -0
  807. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/lib/rspec/matchers/built_in/eq.rb +26 -0
  808. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/lib/rspec/matchers/built_in/eql.rb +25 -0
  809. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/lib/rspec/matchers/built_in/equal.rb +48 -0
  810. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/lib/rspec/matchers/built_in/exist.rb +28 -0
  811. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/lib/rspec/matchers/built_in/has.rb +47 -0
  812. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/lib/rspec/matchers/built_in/have.rb +107 -0
  813. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/lib/rspec/matchers/built_in/include.rb +52 -0
  814. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/lib/rspec/matchers/built_in/match.rb +13 -0
  815. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/lib/rspec/matchers/built_in/match_array.rb +52 -0
  816. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/lib/rspec/matchers/built_in/raise_error.rb +96 -0
  817. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/lib/rspec/matchers/built_in/respond_to.rb +73 -0
  818. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/lib/rspec/matchers/built_in/satisfy.rb +29 -0
  819. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/lib/rspec/matchers/built_in/throw_symbol.rb +93 -0
  820. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/lib/rspec/matchers/built_in.rb +33 -0
  821. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/lib/rspec/matchers/compatibility.rb +14 -0
  822. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/lib/rspec/matchers/dsl.rb +23 -0
  823. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/lib/rspec/matchers/extensions/instance_eval_with_args.rb +39 -0
  824. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/lib/rspec/matchers/generated_descriptions.rb +36 -0
  825. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/lib/rspec/matchers/matcher.rb +298 -0
  826. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/lib/rspec/matchers/method_missing.rb +12 -0
  827. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/lib/rspec/matchers/operator_matcher.rb +84 -0
  828. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/lib/rspec/matchers/pretty.rb +60 -0
  829. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/lib/rspec/matchers.rb +572 -0
  830. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/lib/rspec-expectations.rb +1 -0
  831. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/spec/rspec/expectations/differ_spec.rb +144 -0
  832. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/spec/rspec/expectations/extensions/kernel_spec.rb +45 -0
  833. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/spec/rspec/expectations/fail_with_spec.rb +70 -0
  834. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/spec/rspec/expectations/handler_spec.rb +206 -0
  835. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/spec/rspec/matchers/base_matcher_spec.rb +52 -0
  836. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/spec/rspec/matchers/be_close_spec.rb +22 -0
  837. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/spec/rspec/matchers/be_instance_of_spec.rb +36 -0
  838. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/spec/rspec/matchers/be_kind_of_spec.rb +33 -0
  839. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/spec/rspec/matchers/be_spec.rb +452 -0
  840. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/spec/rspec/matchers/be_within_spec.rb +64 -0
  841. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/spec/rspec/matchers/change_spec.rb +522 -0
  842. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/spec/rspec/matchers/compatibility_spec.rb +28 -0
  843. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/spec/rspec/matchers/cover_spec.rb +65 -0
  844. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/spec/rspec/matchers/description_generation_spec.rb +176 -0
  845. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/spec/rspec/matchers/dsl_spec.rb +41 -0
  846. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/spec/rspec/matchers/eq_spec.rb +38 -0
  847. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/spec/rspec/matchers/eql_spec.rb +37 -0
  848. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/spec/rspec/matchers/equal_spec.rb +57 -0
  849. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/spec/rspec/matchers/exist_spec.rb +104 -0
  850. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/spec/rspec/matchers/has_spec.rb +113 -0
  851. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/spec/rspec/matchers/have_spec.rb +458 -0
  852. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/spec/rspec/matchers/include_spec.rb +351 -0
  853. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/spec/rspec/matchers/match_array_spec.rb +108 -0
  854. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/spec/rspec/matchers/match_spec.rb +57 -0
  855. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/spec/rspec/matchers/matcher_spec.rb +434 -0
  856. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/spec/rspec/matchers/matchers_spec.rb +31 -0
  857. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/spec/rspec/matchers/method_missing_spec.rb +24 -0
  858. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/spec/rspec/matchers/operator_matcher_spec.rb +221 -0
  859. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/spec/rspec/matchers/raise_error_spec.rb +339 -0
  860. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/spec/rspec/matchers/respond_to_spec.rb +292 -0
  861. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/spec/rspec/matchers/satisfy_spec.rb +40 -0
  862. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/spec/rspec/matchers/throw_symbol_spec.rb +111 -0
  863. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/spec/spec_helper.rb +27 -0
  864. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/spec/support/classes.rb +56 -0
  865. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/spec/support/matchers.rb +22 -0
  866. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.0/spec/support/ruby_version.rb +10 -0
  867. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/Changelog.md +187 -0
  868. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/License.txt +23 -0
  869. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/README.md +147 -0
  870. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/features/README.markdown +49 -0
  871. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/features/Upgrade.md +53 -0
  872. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/features/built_in_matchers/README.md +90 -0
  873. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/features/built_in_matchers/be.feature +135 -0
  874. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/features/built_in_matchers/be_within.feature +43 -0
  875. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/features/built_in_matchers/cover.feature +45 -0
  876. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/features/built_in_matchers/equality.feature +145 -0
  877. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/features/built_in_matchers/exist.feature +43 -0
  878. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/features/built_in_matchers/expect_change.feature +59 -0
  879. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/features/built_in_matchers/expect_error.feature +138 -0
  880. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/features/built_in_matchers/have.feature +103 -0
  881. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/features/built_in_matchers/include.feature +121 -0
  882. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/features/built_in_matchers/match.feature +50 -0
  883. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/features/built_in_matchers/operators.feature +221 -0
  884. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/features/built_in_matchers/predicates.feature +128 -0
  885. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/features/built_in_matchers/respond_to.feature +78 -0
  886. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/features/built_in_matchers/satisfy.feature +31 -0
  887. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/features/built_in_matchers/throw_symbol.feature +85 -0
  888. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/features/built_in_matchers/types.feature +114 -0
  889. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/features/custom_matchers/access_running_example.feature +53 -0
  890. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/features/custom_matchers/define_diffable_matcher.feature +27 -0
  891. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/features/custom_matchers/define_matcher.feature +340 -0
  892. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/features/custom_matchers/define_matcher_outside_rspec.feature +38 -0
  893. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/features/custom_matchers/define_matcher_with_fluent_interface.feature +24 -0
  894. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/features/customized_message.feature +22 -0
  895. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/features/diffing.feature +85 -0
  896. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/features/implicit_docstrings.feature +52 -0
  897. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/features/step_definitions/additional_cli_steps.rb +22 -0
  898. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/features/support/env.rb +5 -0
  899. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/features/test_frameworks/test_unit.feature +46 -0
  900. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/lib/rspec/expectations/deprecation.rb +38 -0
  901. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/lib/rspec/expectations/differ.rb +81 -0
  902. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/lib/rspec/expectations/errors.rb +9 -0
  903. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/lib/rspec/expectations/extensions/array.rb +9 -0
  904. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/lib/rspec/expectations/extensions/kernel.rb +26 -0
  905. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/lib/rspec/expectations/extensions/object.rb +39 -0
  906. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/lib/rspec/expectations/extensions.rb +3 -0
  907. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/lib/rspec/expectations/fail_with.rb +55 -0
  908. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/lib/rspec/expectations/handler.rb +48 -0
  909. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/lib/rspec/expectations/version.rb +8 -0
  910. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/lib/rspec/expectations.rb +45 -0
  911. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/lib/rspec/matchers/be_close.rb +9 -0
  912. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/lib/rspec/matchers/block_aliases.rb +21 -0
  913. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/lib/rspec/matchers/built_in/base_matcher.rb +58 -0
  914. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/lib/rspec/matchers/built_in/be.rb +183 -0
  915. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/lib/rspec/matchers/built_in/be_instance_of.rb +13 -0
  916. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/lib/rspec/matchers/built_in/be_kind_of.rb +13 -0
  917. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/lib/rspec/matchers/built_in/be_within.rb +39 -0
  918. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/lib/rspec/matchers/built_in/change.rb +132 -0
  919. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/lib/rspec/matchers/built_in/cover.rb +22 -0
  920. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/lib/rspec/matchers/built_in/eq.rb +26 -0
  921. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/lib/rspec/matchers/built_in/eql.rb +25 -0
  922. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/lib/rspec/matchers/built_in/equal.rb +48 -0
  923. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/lib/rspec/matchers/built_in/exist.rb +28 -0
  924. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/lib/rspec/matchers/built_in/has.rb +47 -0
  925. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/lib/rspec/matchers/built_in/have.rb +107 -0
  926. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/lib/rspec/matchers/built_in/include.rb +52 -0
  927. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/lib/rspec/matchers/built_in/match.rb +13 -0
  928. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/lib/rspec/matchers/built_in/match_array.rb +52 -0
  929. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/lib/rspec/matchers/built_in/raise_error.rb +96 -0
  930. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/lib/rspec/matchers/built_in/respond_to.rb +73 -0
  931. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/lib/rspec/matchers/built_in/satisfy.rb +29 -0
  932. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/lib/rspec/matchers/built_in/throw_symbol.rb +93 -0
  933. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/lib/rspec/matchers/built_in.rb +33 -0
  934. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/lib/rspec/matchers/compatibility.rb +14 -0
  935. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/lib/rspec/matchers/dsl.rb +24 -0
  936. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/lib/rspec/matchers/extensions/instance_eval_with_args.rb +39 -0
  937. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/lib/rspec/matchers/generated_descriptions.rb +36 -0
  938. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/lib/rspec/matchers/matcher.rb +299 -0
  939. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/lib/rspec/matchers/method_missing.rb +12 -0
  940. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/lib/rspec/matchers/operator_matcher.rb +84 -0
  941. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/lib/rspec/matchers/pretty.rb +60 -0
  942. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/lib/rspec/matchers.rb +572 -0
  943. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/lib/rspec-expectations.rb +1 -0
  944. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/spec/rspec/expectations/differ_spec.rb +153 -0
  945. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/spec/rspec/expectations/extensions/kernel_spec.rb +45 -0
  946. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/spec/rspec/expectations/fail_with_spec.rb +70 -0
  947. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/spec/rspec/expectations/handler_spec.rb +206 -0
  948. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/spec/rspec/matchers/base_matcher_spec.rb +52 -0
  949. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/spec/rspec/matchers/be_close_spec.rb +22 -0
  950. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/spec/rspec/matchers/be_instance_of_spec.rb +36 -0
  951. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/spec/rspec/matchers/be_kind_of_spec.rb +33 -0
  952. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/spec/rspec/matchers/be_spec.rb +452 -0
  953. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/spec/rspec/matchers/be_within_spec.rb +64 -0
  954. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/spec/rspec/matchers/change_spec.rb +522 -0
  955. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/spec/rspec/matchers/compatibility_spec.rb +28 -0
  956. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/spec/rspec/matchers/cover_spec.rb +65 -0
  957. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/spec/rspec/matchers/description_generation_spec.rb +176 -0
  958. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/spec/rspec/matchers/dsl_spec.rb +57 -0
  959. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/spec/rspec/matchers/eq_spec.rb +38 -0
  960. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/spec/rspec/matchers/eql_spec.rb +37 -0
  961. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/spec/rspec/matchers/equal_spec.rb +57 -0
  962. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/spec/rspec/matchers/exist_spec.rb +104 -0
  963. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/spec/rspec/matchers/has_spec.rb +113 -0
  964. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/spec/rspec/matchers/have_spec.rb +458 -0
  965. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/spec/rspec/matchers/include_spec.rb +363 -0
  966. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/spec/rspec/matchers/match_array_spec.rb +108 -0
  967. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/spec/rspec/matchers/match_spec.rb +57 -0
  968. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/spec/rspec/matchers/matcher_spec.rb +434 -0
  969. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/spec/rspec/matchers/matchers_spec.rb +31 -0
  970. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/spec/rspec/matchers/method_missing_spec.rb +24 -0
  971. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/spec/rspec/matchers/operator_matcher_spec.rb +221 -0
  972. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/spec/rspec/matchers/raise_error_spec.rb +339 -0
  973. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/spec/rspec/matchers/respond_to_spec.rb +292 -0
  974. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/spec/rspec/matchers/satisfy_spec.rb +40 -0
  975. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/spec/rspec/matchers/throw_symbol_spec.rb +111 -0
  976. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/spec/spec_helper.rb +27 -0
  977. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/spec/support/classes.rb +56 -0
  978. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/spec/support/matchers.rb +22 -0
  979. data/vendor/bundle/ruby/1.8/gems/rspec-expectations-2.9.1/spec/support/ruby_version.rb +10 -0
  980. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/Changelog.md +147 -0
  981. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/License.txt +23 -0
  982. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/README.md +257 -0
  983. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/features/README.markdown +67 -0
  984. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/features/Scope.md +17 -0
  985. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/features/Upgrade.md +22 -0
  986. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/features/argument_matchers/README.md +27 -0
  987. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/features/argument_matchers/explicit.feature +60 -0
  988. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/features/argument_matchers/general_matchers.feature +85 -0
  989. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/features/argument_matchers/type_matchers.feature +25 -0
  990. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/features/message_expectations/README.md +58 -0
  991. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/features/message_expectations/any_instance.feature +21 -0
  992. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/features/message_expectations/block_local_expectations.feature.pending +55 -0
  993. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/features/message_expectations/expect_message.feature +94 -0
  994. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/features/message_expectations/receive_counts.feature +209 -0
  995. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/features/message_expectations/warn_when_expectation_is_set_on_nil.feature +50 -0
  996. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/features/method_stubs/README.md +43 -0
  997. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/features/method_stubs/any_instance.feature +133 -0
  998. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/features/method_stubs/as_null_object.feature +35 -0
  999. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/features/method_stubs/simple_return_value.feature +64 -0
  1000. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/features/method_stubs/stub_chain.feature +51 -0
  1001. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/features/method_stubs/stub_implementation.feature +26 -0
  1002. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/features/method_stubs/to_ary.feature +47 -0
  1003. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/features/outside_rspec/configuration.feature +82 -0
  1004. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/features/outside_rspec/standalone.feature +32 -0
  1005. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/features/step_definitions/additional_cli_steps.rb +4 -0
  1006. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/features/support/env.rb +6 -0
  1007. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/lib/rspec/mocks/any_instance/chain.rb +158 -0
  1008. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/lib/rspec/mocks/any_instance/message_chains.rb +60 -0
  1009. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/lib/rspec/mocks/any_instance/recorder.rb +192 -0
  1010. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/lib/rspec/mocks/any_instance.rb +45 -0
  1011. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/lib/rspec/mocks/argument_expectation.rb +52 -0
  1012. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/lib/rspec/mocks/argument_matchers.rb +230 -0
  1013. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/lib/rspec/mocks/error_generator.rb +107 -0
  1014. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/lib/rspec/mocks/errors.rb +12 -0
  1015. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/lib/rspec/mocks/example_methods.rb +54 -0
  1016. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/lib/rspec/mocks/extensions/instance_exec.rb +34 -0
  1017. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/lib/rspec/mocks/extensions/marshal.rb +23 -0
  1018. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/lib/rspec/mocks/extensions/psych.rb +23 -0
  1019. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/lib/rspec/mocks/framework.rb +18 -0
  1020. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/lib/rspec/mocks/message_expectation.rb +506 -0
  1021. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/lib/rspec/mocks/method_double.rb +190 -0
  1022. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/lib/rspec/mocks/methods.rb +151 -0
  1023. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/lib/rspec/mocks/mock.rb +81 -0
  1024. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/lib/rspec/mocks/order_group.rb +40 -0
  1025. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/lib/rspec/mocks/proxy.rb +179 -0
  1026. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/lib/rspec/mocks/serialization.rb +34 -0
  1027. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/lib/rspec/mocks/space.rb +34 -0
  1028. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/lib/rspec/mocks/standalone.rb +3 -0
  1029. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/lib/rspec/mocks/version.rb +7 -0
  1030. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/lib/rspec/mocks.rb +39 -0
  1031. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/lib/spec/mocks.rb +2 -0
  1032. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/spec/rspec/mocks/and_yield_spec.rb +114 -0
  1033. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/spec/rspec/mocks/any_instance/message_chains_spec.rb +40 -0
  1034. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/spec/rspec/mocks/any_instance_spec.rb +785 -0
  1035. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/spec/rspec/mocks/any_number_of_times_spec.rb +30 -0
  1036. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/spec/rspec/mocks/argument_expectation_spec.rb +34 -0
  1037. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/spec/rspec/mocks/at_least_spec.rb +103 -0
  1038. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/spec/rspec/mocks/at_most_spec.rb +99 -0
  1039. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/spec/rspec/mocks/block_return_value_spec.rb +45 -0
  1040. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/spec/rspec/mocks/bug_report_10260_spec.rb +8 -0
  1041. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/spec/rspec/mocks/bug_report_10263_spec.rb +25 -0
  1042. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/spec/rspec/mocks/bug_report_11545_spec.rb +32 -0
  1043. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/spec/rspec/mocks/bug_report_496_spec.rb +17 -0
  1044. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/spec/rspec/mocks/bug_report_600_spec.rb +22 -0
  1045. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/spec/rspec/mocks/bug_report_7611_spec.rb +16 -0
  1046. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/spec/rspec/mocks/bug_report_8165_spec.rb +31 -0
  1047. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/spec/rspec/mocks/bug_report_830_spec.rb +21 -0
  1048. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/spec/rspec/mocks/bug_report_957_spec.rb +22 -0
  1049. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/spec/rspec/mocks/double_spec.rb +12 -0
  1050. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/spec/rspec/mocks/failing_argument_matchers_spec.rb +95 -0
  1051. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/spec/rspec/mocks/hash_excluding_matcher_spec.rb +67 -0
  1052. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/spec/rspec/mocks/hash_including_matcher_spec.rb +90 -0
  1053. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/spec/rspec/mocks/mock_ordering_spec.rb +103 -0
  1054. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/spec/rspec/mocks/mock_space_spec.rb +58 -0
  1055. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/spec/rspec/mocks/mock_spec.rb +715 -0
  1056. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/spec/rspec/mocks/multiple_return_value_spec.rb +188 -0
  1057. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/spec/rspec/mocks/nil_expectation_warning_spec.rb +62 -0
  1058. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/spec/rspec/mocks/null_object_mock_spec.rb +78 -0
  1059. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/spec/rspec/mocks/once_counts_spec.rb +53 -0
  1060. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/spec/rspec/mocks/options_hash_spec.rb +35 -0
  1061. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/spec/rspec/mocks/partial_mock_spec.rb +156 -0
  1062. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/spec/rspec/mocks/partial_mock_using_mocks_directly_spec.rb +95 -0
  1063. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/spec/rspec/mocks/passing_argument_matchers_spec.rb +142 -0
  1064. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/spec/rspec/mocks/precise_counts_spec.rb +58 -0
  1065. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/spec/rspec/mocks/record_messages_spec.rb +26 -0
  1066. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/spec/rspec/mocks/serialization_spec.rb +110 -0
  1067. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/spec/rspec/mocks/stash_spec.rb +27 -0
  1068. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/spec/rspec/mocks/stub_chain_spec.rb +149 -0
  1069. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/spec/rspec/mocks/stub_implementation_spec.rb +68 -0
  1070. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/spec/rspec/mocks/stub_spec.rb +238 -0
  1071. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/spec/rspec/mocks/stubbed_message_expectations_spec.rb +47 -0
  1072. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/spec/rspec/mocks/to_ary_spec.rb +40 -0
  1073. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/spec/rspec/mocks/twice_counts_spec.rb +67 -0
  1074. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/spec/rspec/mocks_spec.rb +51 -0
  1075. data/vendor/bundle/ruby/1.8/gems/rspec-mocks-2.9.0/spec/spec_helper.rb +53 -0
  1076. data/vendor/bundle/ruby/1.8/specifications/gherkin-2.9.3.gemspec +64 -0
  1077. data/vendor/bundle/ruby/1.8/specifications/json-1.6.6.gemspec +36 -0
  1078. data/vendor/bundle/ruby/1.8/specifications/multi_json-1.2.0.gemspec +40 -0
  1079. data/vendor/bundle/ruby/1.8/specifications/rspec-2.9.0.gemspec +39 -0
  1080. data/vendor/bundle/ruby/1.8/specifications/rspec-core-2.9.0.gemspec +58 -0
  1081. data/vendor/bundle/ruby/1.8/specifications/rspec-expectations-2.9.0.gemspec +40 -0
  1082. data/vendor/bundle/ruby/1.8/specifications/rspec-expectations-2.9.1.gemspec +40 -0
  1083. data/vendor/bundle/ruby/1.8/specifications/rspec-mocks-2.9.0.gemspec +37 -0
  1084. metadata +1077 -15
@@ -0,0 +1,785 @@
1
+ require 'spec_helper'
2
+
3
+ module RSpec
4
+ module Mocks
5
+ describe "#any_instance" do
6
+ class CustomErrorForAnyInstanceSpec < StandardError;end
7
+
8
+ let(:klass) do
9
+ Class.new do
10
+ def existing_method; :existing_method_return_value; end
11
+ def existing_method_with_arguments(arg_one, arg_two = nil); :existing_method_with_arguments_return_value; end
12
+ def another_existing_method; end
13
+ private
14
+ def private_method; :private_method_return_value; end
15
+ end
16
+ end
17
+ let(:existing_method_return_value){ :existing_method_return_value }
18
+
19
+ context "invocation order" do
20
+ context "#stub" do
21
+ it "raises an error if 'stub' follows 'with'" do
22
+ lambda{ klass.any_instance.with("1").stub(:foo) }.should raise_error(NoMethodError)
23
+ end
24
+
25
+ it "raises an error if 'with' follows 'and_return'" do
26
+ lambda{ klass.any_instance.stub(:foo).and_return(1).with("1") }.should raise_error(NoMethodError)
27
+ end
28
+
29
+ it "raises an error if 'with' follows 'and_raise'" do
30
+ lambda{ klass.any_instance.stub(:foo).and_raise(1).with("1") }.should raise_error(NoMethodError)
31
+ end
32
+
33
+ it "raises an error if 'with' follows 'and_yield'" do
34
+ lambda{ klass.any_instance.stub(:foo).and_yield(1).with("1") }.should raise_error(NoMethodError)
35
+ end
36
+ end
37
+
38
+ context "#stub_chain" do
39
+ it "raises an error if 'stub_chain' follows 'any_instance'" do
40
+ lambda{ klass.any_instance.and_return("1").stub_chain(:foo, :bar) }.should raise_error(NoMethodError)
41
+ end
42
+ end
43
+
44
+ context "#should_receive" do
45
+ it "raises an error if 'should_receive' follows 'with'" do
46
+ lambda{ klass.any_instance.with("1").should_receive(:foo) }.should raise_error(NoMethodError)
47
+ end
48
+
49
+ it "raises an error if 'with' follows 'and_return'" do
50
+ pending "see Github issue #42"
51
+ lambda{ klass.any_instance.should_receive(:foo).and_return(1).with("1") }.should raise_error(NoMethodError)
52
+ end
53
+
54
+ it "raises an error if 'with' follows 'and_raise'" do
55
+ pending "see Github issue #42"
56
+ lambda{ klass.any_instance.should_receive(:foo).and_raise(1).with("1") }.should raise_error(NoMethodError)
57
+ end
58
+ end
59
+ end
60
+
61
+ context "with #stub" do
62
+ it "does not suppress an exception when a method that doesn't exist is invoked" do
63
+ klass.any_instance.stub(:foo)
64
+ lambda{ klass.new.bar }.should raise_error(NoMethodError)
65
+ end
66
+
67
+ context 'multiple methods' do
68
+ it "allows multiple methods to be stubbed in a single invocation" do
69
+ klass.any_instance.stub(:foo => 'foo', :bar => 'bar')
70
+ instance = klass.new
71
+ instance.foo.should eq('foo')
72
+ instance.bar.should eq('bar')
73
+ end
74
+
75
+ it "adheres to the contract of multiple method stubbing withou any instance" do
76
+ Object.new.stub(:foo => 'foo', :bar => 'bar').should eq(:foo => 'foo', :bar => 'bar')
77
+ klass.any_instance.stub(:foo => 'foo', :bar => 'bar').should eq(:foo => 'foo', :bar => 'bar')
78
+ end
79
+
80
+ context "allows a chain of methods to be stubbed using #stub_chain" do
81
+ it "given symbols representing the methods" do
82
+ klass.any_instance.stub_chain(:one, :two, :three).and_return(:four)
83
+ klass.new.one.two.three.should eq(:four)
84
+ end
85
+
86
+ it "given a hash as the last argument uses the value as the expected return value" do
87
+ klass.any_instance.stub_chain(:one, :two, :three => :four)
88
+ klass.new.one.two.three.should eq(:four)
89
+ end
90
+
91
+ it "given a string of '.' separated method names representing the chain" do
92
+ klass.any_instance.stub_chain('one.two.three').and_return(:four)
93
+ klass.new.one.two.three.should eq(:four)
94
+ end
95
+ end
96
+ end
97
+
98
+ context "behaves as 'every instance'" do
99
+ it "stubs every instance in the spec" do
100
+ klass.any_instance.stub(:foo).and_return(result = Object.new)
101
+ klass.new.foo.should eq(result)
102
+ klass.new.foo.should eq(result)
103
+ end
104
+
105
+ it "stubs instance created before any_instance was called" do
106
+ instance = klass.new
107
+ klass.any_instance.stub(:foo).and_return(result = Object.new)
108
+ instance.foo.should eq(result)
109
+ end
110
+ end
111
+
112
+ context "with argument matching" do
113
+ before do
114
+ klass.any_instance.stub(:foo).with(:param_one, :param_two).and_return(:result_one)
115
+ klass.any_instance.stub(:foo).with(:param_three, :param_four).and_return(:result_two)
116
+ end
117
+
118
+ it "returns the stubbed value when arguments match" do
119
+ instance = klass.new
120
+ instance.foo(:param_one, :param_two).should eq(:result_one)
121
+ instance.foo(:param_three, :param_four).should eq(:result_two)
122
+ end
123
+
124
+ it "fails the spec with an expectation error when the arguments do not match" do
125
+ expect do
126
+ klass.new.foo(:param_one, :param_three)
127
+ end.to(raise_error(RSpec::Mocks::MockExpectationError))
128
+ end
129
+ end
130
+
131
+ context "with multiple stubs" do
132
+ before do
133
+ klass.any_instance.stub(:foo).and_return(1)
134
+ klass.any_instance.stub(:bar).and_return(2)
135
+ end
136
+
137
+ it "stubs a method" do
138
+ instance = klass.new
139
+ instance.foo.should eq(1)
140
+ instance.bar.should eq(2)
141
+ end
142
+
143
+ it "returns the same value for calls on different instances" do
144
+ klass.new.foo.should eq(klass.new.foo)
145
+ klass.new.bar.should eq(klass.new.bar)
146
+ end
147
+ end
148
+
149
+ context "with #and_return" do
150
+ it "stubs a method that doesn't exist" do
151
+ klass.any_instance.stub(:foo).and_return(1)
152
+ klass.new.foo.should eq(1)
153
+ end
154
+
155
+ it "stubs a method that exists" do
156
+ klass.any_instance.stub(:existing_method).and_return(1)
157
+ klass.new.existing_method.should eq(1)
158
+ end
159
+
160
+ it "returns the same object for calls on different instances" do
161
+ return_value = Object.new
162
+ klass.any_instance.stub(:foo).and_return(return_value)
163
+ klass.new.foo.should be(return_value)
164
+ klass.new.foo.should be(return_value)
165
+ end
166
+ end
167
+
168
+ context "with #and_yield" do
169
+ it "yields the value specified" do
170
+ yielded_value = Object.new
171
+ klass.any_instance.stub(:foo).and_yield(yielded_value)
172
+ klass.new.foo{|value| value.should be(yielded_value)}
173
+ end
174
+ end
175
+
176
+ context "with #and_raise" do
177
+ it "stubs a method that doesn't exist" do
178
+ klass.any_instance.stub(:foo).and_raise(CustomErrorForAnyInstanceSpec)
179
+ lambda{ klass.new.foo}.should raise_error(CustomErrorForAnyInstanceSpec)
180
+ end
181
+
182
+ it "stubs a method that exists" do
183
+ klass.any_instance.stub(:existing_method).and_raise(CustomErrorForAnyInstanceSpec)
184
+ lambda{ klass.new.existing_method}.should raise_error(CustomErrorForAnyInstanceSpec)
185
+ end
186
+ end
187
+
188
+ context "with a block" do
189
+ it "stubs a method" do
190
+ klass.any_instance.stub(:foo) { 1 }
191
+ klass.new.foo.should eq(1)
192
+ end
193
+
194
+ it "returns the same computed value for calls on different instances" do
195
+ klass.any_instance.stub(:foo) { 1 + 2 }
196
+ klass.new.foo.should eq(klass.new.foo)
197
+ end
198
+ end
199
+
200
+ context "core ruby objects" do
201
+ it "works uniformly across *everything*" do
202
+ Object.any_instance.stub(:foo).and_return(1)
203
+ Object.new.foo.should eq(1)
204
+ end
205
+
206
+ it "works with the non-standard constructor []" do
207
+ Array.any_instance.stub(:foo).and_return(1)
208
+ [].foo.should eq(1)
209
+ end
210
+
211
+ it "works with the non-standard constructor {}" do
212
+ Hash.any_instance.stub(:foo).and_return(1)
213
+ {}.foo.should eq(1)
214
+ end
215
+
216
+ it "works with the non-standard constructor \"\"" do
217
+ String.any_instance.stub(:foo).and_return(1)
218
+ "".foo.should eq(1)
219
+ end
220
+
221
+ it "works with the non-standard constructor \'\'" do
222
+ String.any_instance.stub(:foo).and_return(1)
223
+ ''.foo.should eq(1)
224
+ end
225
+
226
+ it "works with the non-standard constructor module" do
227
+ Module.any_instance.stub(:foo).and_return(1)
228
+ module RSpec::SampleRspecTestModule;end
229
+ RSpec::SampleRspecTestModule.foo.should eq(1)
230
+ end
231
+
232
+ it "works with the non-standard constructor class" do
233
+ Class.any_instance.stub(:foo).and_return(1)
234
+ class RSpec::SampleRspecTestClass;end
235
+ RSpec::SampleRspecTestClass.foo.should eq(1)
236
+ end
237
+ end
238
+ end
239
+
240
+ context "with #stub!" do
241
+ it "raises with a message instructing the user to use stub instead" do
242
+ expect do
243
+ klass.any_instance.stub!(:foo)
244
+ end.to raise_error(/Use stub instead/)
245
+ end
246
+ end
247
+
248
+ context "unstub implementation" do
249
+ it "replaces the stubbed method with the original method" do
250
+ klass.any_instance.stub(:existing_method)
251
+ klass.any_instance.unstub(:existing_method)
252
+ klass.new.existing_method.should eq(:existing_method_return_value)
253
+ end
254
+
255
+ it "removes all stubs with the supplied method name" do
256
+ klass.any_instance.stub(:existing_method).with(1)
257
+ klass.any_instance.stub(:existing_method).with(2)
258
+ klass.any_instance.unstub(:existing_method)
259
+ klass.new.existing_method.should eq(:existing_method_return_value)
260
+ end
261
+
262
+ it "does not remove any expectations with the same method name" do
263
+ klass.any_instance.should_receive(:existing_method_with_arguments).with(3).and_return(:three)
264
+ klass.any_instance.stub(:existing_method_with_arguments).with(1)
265
+ klass.any_instance.stub(:existing_method_with_arguments).with(2)
266
+ klass.any_instance.unstub(:existing_method_with_arguments)
267
+ klass.new.existing_method_with_arguments(3).should eq :three
268
+ end
269
+
270
+ it "raises a MockExpectationError if the method has not been stubbed" do
271
+ lambda do
272
+ klass.any_instance.unstub(:existing_method)
273
+ end.should raise_error(RSpec::Mocks::MockExpectationError, 'The method `existing_method` was not stubbed or was already unstubbed')
274
+ end
275
+ end
276
+ context "with #should_receive" do
277
+ let(:foo_expectation_error_message) { 'Exactly one instance should have received the following message(s) but didn\'t: foo' }
278
+ let(:existing_method_expectation_error_message) { 'Exactly one instance should have received the following message(s) but didn\'t: existing_method' }
279
+
280
+ context "with an expectation is set on a method which does not exist" do
281
+ it "returns the expected value" do
282
+ klass.any_instance.should_receive(:foo).and_return(1)
283
+ klass.new.foo(1).should eq(1)
284
+ end
285
+
286
+ it "fails if an instance is created but no invocation occurs" do
287
+ expect do
288
+ klass.any_instance.should_receive(:foo)
289
+ klass.new
290
+ klass.rspec_verify
291
+ end.to raise_error(RSpec::Mocks::MockExpectationError, foo_expectation_error_message)
292
+ end
293
+
294
+ it "fails if no instance is created" do
295
+ expect do
296
+ klass.any_instance.should_receive(:foo).and_return(1)
297
+ klass.rspec_verify
298
+ end.to raise_error(RSpec::Mocks::MockExpectationError, foo_expectation_error_message)
299
+ end
300
+
301
+ it "fails if no instance is created and there are multiple expectations" do
302
+ expect do
303
+ klass.any_instance.should_receive(:foo)
304
+ klass.any_instance.should_receive(:bar)
305
+ klass.rspec_verify
306
+ end.to raise_error(RSpec::Mocks::MockExpectationError, 'Exactly one instance should have received the following message(s) but didn\'t: bar, foo')
307
+ end
308
+
309
+ it "allows expectations on instances to take priority" do
310
+ klass.any_instance.should_receive(:foo)
311
+ klass.new.foo
312
+
313
+ instance = klass.new
314
+ instance.should_receive(:foo).and_return(result = Object.new)
315
+ instance.foo.should eq(result)
316
+ end
317
+
318
+ context "behaves as 'exactly one instance'" do
319
+ it "passes if subsequent invocations do not receive that message" do
320
+ klass.any_instance.should_receive(:foo)
321
+ klass.new.foo
322
+ klass.new
323
+ end
324
+
325
+ it "fails if the method is invoked on a second instance" do
326
+ instance_one = klass.new
327
+ instance_two = klass.new
328
+ expect do
329
+ klass.any_instance.should_receive(:foo)
330
+
331
+ instance_one.foo
332
+ instance_two.foo
333
+ end.to raise_error(RSpec::Mocks::MockExpectationError, "The message 'foo' was received by #{instance_two.inspect} but has already been received by #{instance_one.inspect}")
334
+ end
335
+ end
336
+
337
+ context "normal expectations on the class object" do
338
+ it "fail when unfulfilled" do
339
+ expect do
340
+ klass.any_instance.should_receive(:foo)
341
+ klass.should_receive(:woot)
342
+ klass.new.foo
343
+ klass.rspec_verify
344
+ end.to(raise_error(RSpec::Mocks::MockExpectationError) do |error|
345
+ error.message.should_not eq(existing_method_expectation_error_message)
346
+ end)
347
+ end
348
+
349
+
350
+ it "pass when expectations are met" do
351
+ klass.any_instance.should_receive(:foo)
352
+ klass.should_receive(:woot).and_return(result = Object.new)
353
+ klass.new.foo
354
+ klass.woot.should eq(result)
355
+ end
356
+ end
357
+ end
358
+
359
+ context "with an expectation is set on a method that exists" do
360
+ it "returns the expected value" do
361
+ klass.any_instance.should_receive(:existing_method).and_return(1)
362
+ klass.new.existing_method(1).should eq(1)
363
+ end
364
+
365
+ it "fails if an instance is created but no invocation occurs" do
366
+ expect do
367
+ klass.any_instance.should_receive(:existing_method)
368
+ klass.new
369
+ klass.rspec_verify
370
+ end.to raise_error(RSpec::Mocks::MockExpectationError, existing_method_expectation_error_message)
371
+ end
372
+
373
+ it "fails if no instance is created" do
374
+ expect do
375
+ klass.any_instance.should_receive(:existing_method)
376
+ klass.rspec_verify
377
+ end.to raise_error(RSpec::Mocks::MockExpectationError, existing_method_expectation_error_message)
378
+ end
379
+
380
+ it "fails if no instance is created and there are multiple expectations" do
381
+ expect do
382
+ klass.any_instance.should_receive(:existing_method)
383
+ klass.any_instance.should_receive(:another_existing_method)
384
+ klass.rspec_verify
385
+ end.to raise_error(RSpec::Mocks::MockExpectationError, 'Exactly one instance should have received the following message(s) but didn\'t: another_existing_method, existing_method')
386
+ end
387
+
388
+ context "after any one instance has received a message" do
389
+ it "passes if subsequent invocations do not receive that message" do
390
+ klass.any_instance.should_receive(:existing_method)
391
+ klass.new.existing_method
392
+ klass.new
393
+ end
394
+
395
+ it "fails if the method is invoked on a second instance" do
396
+ instance_one = klass.new
397
+ instance_two = klass.new
398
+ expect do
399
+ klass.any_instance.should_receive(:existing_method)
400
+
401
+ instance_one.existing_method
402
+ instance_two.existing_method
403
+ end.to raise_error(RSpec::Mocks::MockExpectationError, "The message 'existing_method' was received by #{instance_two.inspect} but has already been received by #{instance_one.inspect}")
404
+ end
405
+ end
406
+ end
407
+
408
+ context "with argument matching" do
409
+ before do
410
+ klass.any_instance.should_receive(:foo).with(:param_one, :param_two).and_return(:result_one)
411
+ klass.any_instance.should_receive(:foo).with(:param_three, :param_four).and_return(:result_two)
412
+ end
413
+
414
+ it "returns the expected value when arguments match" do
415
+ instance = klass.new
416
+ instance.foo(:param_one, :param_two).should eq(:result_one)
417
+ instance.foo(:param_three, :param_four).should eq(:result_two)
418
+ end
419
+
420
+ it "fails when the arguments match but different instances are used" do
421
+ instances = Array.new(2) { klass.new }
422
+ expect do
423
+ instances[0].foo(:param_one, :param_two).should eq(:result_one)
424
+ instances[1].foo(:param_three, :param_four).should eq(:result_two)
425
+ end.to raise_error(RSpec::Mocks::MockExpectationError)
426
+
427
+ # ignore the fact that should_receive expectations were not met
428
+ instances.each { |instance| instance.rspec_reset }
429
+ end
430
+
431
+ it "is not affected by the invocation of existing methods on other instances" do
432
+ klass.new.existing_method_with_arguments(:param_one, :param_two).should eq(:existing_method_with_arguments_return_value)
433
+ instance = klass.new
434
+ instance.foo(:param_one, :param_two).should eq(:result_one)
435
+ instance.foo(:param_three, :param_four).should eq(:result_two)
436
+ end
437
+
438
+ it "fails when arguments do not match" do
439
+ instance = klass.new
440
+ expect do
441
+ instance.foo(:param_one, :param_three)
442
+ end.to raise_error(RSpec::Mocks::MockExpectationError)
443
+
444
+ # ignore the fact that should_receive expectations were not met
445
+ instance.rspec_reset
446
+ end
447
+ end
448
+
449
+ context "message count" do
450
+ context "the 'once' constraint" do
451
+ it "passes for one invocation" do
452
+ klass.any_instance.should_receive(:foo).once
453
+ klass.new.foo
454
+ end
455
+
456
+ it "fails when no instances are declared" do
457
+ expect do
458
+ klass.any_instance.should_receive(:foo).once
459
+ klass.rspec_verify
460
+ end.to raise_error(RSpec::Mocks::MockExpectationError, foo_expectation_error_message)
461
+ end
462
+
463
+ it "fails when an instance is declared but there are no invocations" do
464
+ expect do
465
+ klass.any_instance.should_receive(:foo).once
466
+ klass.new
467
+ klass.rspec_verify
468
+ end.to raise_error(RSpec::Mocks::MockExpectationError, foo_expectation_error_message)
469
+ end
470
+
471
+ it "fails for more than one invocation" do
472
+ expect do
473
+ klass.any_instance.should_receive(:foo).once
474
+ instance = klass.new
475
+ 2.times { instance.foo }
476
+ instance.rspec_verify
477
+ end.to raise_error(RSpec::Mocks::MockExpectationError)
478
+ end
479
+ end
480
+
481
+ context "the 'twice' constraint" do
482
+ it "passes for two invocations" do
483
+ klass.any_instance.should_receive(:foo).twice
484
+ instance = klass.new
485
+ 2.times { instance.foo }
486
+ end
487
+
488
+ it "fails for more than two invocations" do
489
+ expect do
490
+ klass.any_instance.should_receive(:foo).twice
491
+ instance = klass.new
492
+ 3.times { instance.foo }
493
+ instance.rspec_verify
494
+ end.to raise_error(RSpec::Mocks::MockExpectationError)
495
+ end
496
+ end
497
+
498
+ context "the 'exactly(n)' constraint" do
499
+ it "passes for n invocations where n = 3" do
500
+ klass.any_instance.should_receive(:foo).exactly(3).times
501
+ instance = klass.new
502
+ 3.times { instance.foo }
503
+ end
504
+
505
+ it "fails for n invocations where n < 3" do
506
+ expect do
507
+ klass.any_instance.should_receive(:foo).exactly(3).times
508
+ instance = klass.new
509
+ 2.times { instance.foo }
510
+ instance.rspec_verify
511
+ end.to raise_error(RSpec::Mocks::MockExpectationError)
512
+ end
513
+
514
+ it "fails for n invocations where n > 3" do
515
+ expect do
516
+ klass.any_instance.should_receive(:foo).exactly(3).times
517
+ instance = klass.new
518
+ 4.times { instance.foo }
519
+ instance.rspec_verify
520
+ end.to raise_error(RSpec::Mocks::MockExpectationError)
521
+ end
522
+ end
523
+
524
+ context "the 'at_least(n)' constraint" do
525
+ it "passes for n invocations where n = 3" do
526
+ klass.any_instance.should_receive(:foo).at_least(3).times
527
+ instance = klass.new
528
+ 3.times { instance.foo }
529
+ end
530
+
531
+ it "fails for n invocations where n < 3" do
532
+ expect do
533
+ klass.any_instance.should_receive(:foo).at_least(3).times
534
+ instance = klass.new
535
+ 2.times { instance.foo }
536
+ instance.rspec_verify
537
+ end.to raise_error(RSpec::Mocks::MockExpectationError)
538
+ end
539
+
540
+ it "passes for n invocations where n > 3" do
541
+ klass.any_instance.should_receive(:foo).at_least(3).times
542
+ instance = klass.new
543
+ 4.times { instance.foo }
544
+ end
545
+ end
546
+
547
+ context "the 'at_most(n)' constraint" do
548
+ it "passes for n invocations where n = 3" do
549
+ klass.any_instance.should_receive(:foo).at_most(3).times
550
+ instance = klass.new
551
+ 3.times { instance.foo }
552
+ end
553
+
554
+ it "passes for n invocations where n < 3" do
555
+ klass.any_instance.should_receive(:foo).at_most(3).times
556
+ instance = klass.new
557
+ 2.times { instance.foo }
558
+ end
559
+
560
+ it "fails for n invocations where n > 3" do
561
+ expect do
562
+ klass.any_instance.should_receive(:foo).at_most(3).times
563
+ instance = klass.new
564
+ 4.times { instance.foo }
565
+ instance.rspec_verify
566
+ end.to raise_error(RSpec::Mocks::MockExpectationError)
567
+ end
568
+ end
569
+
570
+ context "the 'never' constraint" do
571
+ it "passes for 0 invocations" do
572
+ klass.any_instance.should_receive(:foo).never
573
+ klass.rspec_verify
574
+ end
575
+
576
+ it "fails on the first invocation" do
577
+ expect do
578
+ klass.any_instance.should_receive(:foo).never
579
+ klass.new.foo
580
+ end.to raise_error(RSpec::Mocks::MockExpectationError)
581
+ end
582
+
583
+ context "when combined with other expectations" do
584
+ it "passes when the other expecations are met" do
585
+ klass.any_instance.should_receive(:foo).never
586
+ klass.any_instance.should_receive(:existing_method).and_return(5)
587
+ klass.new.existing_method.should eq(5)
588
+ end
589
+
590
+ it "fails when the other expecations are not met" do
591
+ expect do
592
+ klass.any_instance.should_receive(:foo).never
593
+ klass.any_instance.should_receive(:existing_method).and_return(5)
594
+ klass.rspec_verify
595
+ end.to raise_error(RSpec::Mocks::MockExpectationError, existing_method_expectation_error_message)
596
+ end
597
+ end
598
+ end
599
+
600
+ context "the 'any_number_of_times' constraint" do
601
+ it "passes for 0 invocations" do
602
+ klass.any_instance.should_receive(:foo).any_number_of_times
603
+ klass.new.rspec_verify
604
+ end
605
+
606
+ it "passes for a non-zero number of invocations" do
607
+ klass.any_instance.should_receive(:foo).any_number_of_times
608
+ instance = klass.new
609
+ instance.foo
610
+ instance.rspec_verify
611
+ end
612
+
613
+ it "does not interfere with other expectations" do
614
+ klass.any_instance.should_receive(:foo).any_number_of_times
615
+ klass.any_instance.should_receive(:existing_method).and_return(5)
616
+ klass.new.existing_method.should eq(5)
617
+ end
618
+
619
+ context "when combined with other expectations" do
620
+ it "passes when the other expecations are met" do
621
+ klass.any_instance.should_receive(:foo).any_number_of_times
622
+ klass.any_instance.should_receive(:existing_method).and_return(5)
623
+ klass.new.existing_method.should eq(5)
624
+ end
625
+
626
+ it "fails when the other expecations are not met" do
627
+ expect do
628
+ klass.any_instance.should_receive(:foo).any_number_of_times
629
+ klass.any_instance.should_receive(:existing_method).and_return(5)
630
+ klass.rspec_verify
631
+ end.to raise_error(RSpec::Mocks::MockExpectationError, existing_method_expectation_error_message)
632
+ end
633
+ end
634
+ end
635
+ end
636
+ end
637
+
638
+ context "when resetting post-verification" do
639
+ let(:space) { RSpec::Mocks::Space.new }
640
+
641
+ context "existing method" do
642
+ before(:each) do
643
+ space.add(klass)
644
+ end
645
+
646
+ context "with stubbing" do
647
+ context "public methods" do
648
+ before(:each) do
649
+ klass.any_instance.stub(:existing_method).and_return(1)
650
+ klass.method_defined?(:__existing_method_without_any_instance__).should be_true
651
+ end
652
+
653
+ it "restores the class to its original state after each example when no instance is created" do
654
+ space.verify_all
655
+
656
+ klass.method_defined?(:__existing_method_without_any_instance__).should be_false
657
+ klass.new.existing_method.should eq(existing_method_return_value)
658
+ end
659
+
660
+ it "restores the class to its original state after each example when one instance is created" do
661
+ klass.new.existing_method
662
+
663
+ space.verify_all
664
+
665
+ klass.method_defined?(:__existing_method_without_any_instance__).should be_false
666
+ klass.new.existing_method.should eq(existing_method_return_value)
667
+ end
668
+
669
+ it "restores the class to its original state after each example when more than one instance is created" do
670
+ klass.new.existing_method
671
+ klass.new.existing_method
672
+
673
+ space.verify_all
674
+
675
+ klass.method_defined?(:__existing_method_without_any_instance__).should be_false
676
+ klass.new.existing_method.should eq(existing_method_return_value)
677
+ end
678
+ end
679
+
680
+ context "private methods" do
681
+ before :each do
682
+ klass.any_instance.stub(:private_method).and_return(:something)
683
+ space.verify_all
684
+ end
685
+
686
+ it "cleans up the backed up method" do
687
+ klass.method_defined?(:__existing_method_without_any_instance__).should be_false
688
+ end
689
+
690
+ it "restores a stubbed private method after the spec is run" do
691
+ klass.private_method_defined?(:private_method).should be_true
692
+ end
693
+
694
+ it "ensures that the restored method behaves as it originally did" do
695
+ klass.new.send(:private_method).should eq(:private_method_return_value)
696
+ end
697
+ end
698
+ end
699
+
700
+ context "with expectations" do
701
+ context "private methods" do
702
+ before :each do
703
+ klass.any_instance.should_receive(:private_method).and_return(:something)
704
+ klass.new.private_method
705
+ space.verify_all
706
+ end
707
+
708
+ it "cleans up the backed up method" do
709
+ klass.method_defined?(:__existing_method_without_any_instance__).should be_false
710
+ end
711
+
712
+ it "restores a stubbed private method after the spec is run" do
713
+ klass.private_method_defined?(:private_method).should be_true
714
+ end
715
+
716
+ it "ensures that the restored method behaves as it originally did" do
717
+ klass.new.send(:private_method).should eq(:private_method_return_value)
718
+ end
719
+ end
720
+
721
+ context "ensures that the subsequent specs do not see expectations set in previous specs" do
722
+ context "when the instance created after the expectation is set" do
723
+ it "first spec" do
724
+ klass.any_instance.should_receive(:existing_method).and_return(Object.new)
725
+ klass.new.existing_method
726
+ end
727
+
728
+ it "second spec" do
729
+ klass.new.existing_method.should eq(existing_method_return_value)
730
+ end
731
+ end
732
+
733
+ context "when the instance created before the expectation is set" do
734
+ before :each do
735
+ @instance = klass.new
736
+ end
737
+
738
+ it "first spec" do
739
+ klass.any_instance.should_receive(:existing_method).and_return(Object.new)
740
+ @instance.existing_method
741
+ end
742
+
743
+ it "second spec" do
744
+ @instance.existing_method.should eq(existing_method_return_value)
745
+ end
746
+ end
747
+ end
748
+
749
+ it "ensures that the next spec does not see that expectation" do
750
+ klass.any_instance.should_receive(:existing_method).and_return(Object.new)
751
+ klass.new.existing_method
752
+ space.verify_all
753
+
754
+ klass.new.existing_method.should eq(existing_method_return_value)
755
+ end
756
+ end
757
+ end
758
+
759
+ context "with multiple calls to any_instance in the same example" do
760
+ it "does not prevent the change from being rolled back" do
761
+ klass.any_instance.stub(:existing_method).and_return(false)
762
+ klass.any_instance.stub(:existing_method).and_return(true)
763
+
764
+ klass.rspec_verify
765
+ klass.new.should respond_to(:existing_method)
766
+ klass.new.existing_method.should eq(existing_method_return_value)
767
+ end
768
+ end
769
+
770
+ it "adds an class to the current space when #any_instance is invoked" do
771
+ klass.any_instance
772
+ RSpec::Mocks::space.send(:receivers).should include(klass)
773
+ end
774
+
775
+ it "adds an instance to the current space when stubbed method is invoked" do
776
+ klass.any_instance.stub(:foo)
777
+ instance = klass.new
778
+ instance.foo
779
+ RSpec::Mocks::space.send(:receivers).should include(instance)
780
+ end
781
+ end
782
+
783
+ end
784
+ end
785
+ end