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,1156 @@
1
+ require 'spec_helper'
2
+ require 'tmpdir'
3
+
4
+ # so the stdlib module is available...
5
+ module Test; module Unit; module Assertions; end; end; end
6
+
7
+ module RSpec::Core
8
+
9
+ describe Configuration do
10
+
11
+ let(:config) { Configuration.new }
12
+
13
+ describe "#load_spec_files" do
14
+
15
+ it "loads files using load" do
16
+ config.files_to_run = ["foo.bar", "blah_spec.rb"]
17
+ config.should_receive(:load).twice
18
+ config.load_spec_files
19
+ end
20
+
21
+ it "loads each file once, even if duplicated in list" do
22
+ config.files_to_run = ["a_spec.rb", "a_spec.rb"]
23
+ config.should_receive(:load).once
24
+ config.load_spec_files
25
+ end
26
+
27
+ context "with rspec-1 loaded" do
28
+ before do
29
+ Object.const_set(:Spec, Module.new)
30
+ ::Spec::const_set(:VERSION, Module.new)
31
+ ::Spec::VERSION::const_set(:MAJOR, 1)
32
+ end
33
+ after { Object.__send__(:remove_const, :Spec) }
34
+ it "raises with a helpful message" do
35
+ expect {
36
+ config.load_spec_files
37
+ }.to raise_error(/rspec-1 has been loaded/)
38
+ end
39
+ end
40
+ end
41
+
42
+ describe "#treat_symbols_as_metadata_keys_with_true_values?" do
43
+ it 'defaults to false' do
44
+ config.treat_symbols_as_metadata_keys_with_true_values?.should be_false
45
+ end
46
+
47
+ it 'can be set to true' do
48
+ config.treat_symbols_as_metadata_keys_with_true_values = true
49
+ config.treat_symbols_as_metadata_keys_with_true_values?.should be_true
50
+ end
51
+ end
52
+
53
+ describe "#mock_framework" do
54
+ it "defaults to :rspec" do
55
+ config.should_receive(:require).with('rspec/core/mocking/with_rspec')
56
+ config.mock_framework
57
+ end
58
+ end
59
+
60
+ describe "#mock_framework="do
61
+ it "delegates to mock_with" do
62
+ config.should_receive(:mock_with).with(:rspec)
63
+ config.mock_framework = :rspec
64
+ end
65
+ end
66
+
67
+ describe "#mock_with" do
68
+ [:rspec, :mocha, :rr, :flexmock].each do |framework|
69
+ context "with #{framework}" do
70
+ it "requires the adapter for #{framework.inspect}" do
71
+ config.should_receive(:require).with("rspec/core/mocking/with_#{framework}")
72
+ config.mock_with framework
73
+ end
74
+ end
75
+ end
76
+
77
+ context "with a module" do
78
+ it "sets the mock_framework_adapter to that module" do
79
+ config.stub(:require)
80
+ mod = Module.new
81
+ config.mock_with mod
82
+ config.mock_framework.should eq(mod)
83
+ end
84
+ end
85
+
86
+ it "uses the null adapter when set to any unknown key" do
87
+ config.should_receive(:require).with('rspec/core/mocking/with_absolutely_nothing')
88
+ config.mock_with :crazy_new_mocking_framework_ive_not_yet_heard_of
89
+ end
90
+
91
+ context 'when there are already some example groups defined' do
92
+ before(:each) { config.stub(:require) }
93
+
94
+ it 'raises an error since this setting must be applied before any groups are defined' do
95
+ RSpec.world.stub(:example_groups).and_return([double.as_null_object])
96
+ expect {
97
+ config.mock_with :mocha
98
+ }.to raise_error(/must be configured before any example groups are defined/)
99
+ end
100
+
101
+ it 'does not raise an error if the default `mock_with :rspec` is re-configured' do
102
+ config.mock_framework # called by RSpec when configuring the first example group
103
+ RSpec.world.stub(:example_groups).and_return([double.as_null_object])
104
+ config.mock_with :rspec
105
+ end
106
+
107
+ it 'does not raise an error if re-setting the same config' do
108
+ groups = []
109
+ RSpec.world.stub(:example_groups => groups)
110
+ config.mock_with :mocha
111
+ groups << double.as_null_object
112
+ config.mock_with :mocha
113
+ end
114
+ end
115
+ end
116
+
117
+ describe "#expectation_framework" do
118
+ it "defaults to :rspec" do
119
+ config.should_receive(:require).with('rspec/expectations')
120
+ config.expectation_frameworks
121
+ end
122
+ end
123
+
124
+ describe "#expectation_framework=" do
125
+ it "delegates to expect_with=" do
126
+ config.should_receive(:expect_with).with(:rspec)
127
+ config.expectation_framework = :rspec
128
+ end
129
+ end
130
+
131
+ describe "#expect_with" do
132
+ before(:each) do
133
+ # we need to prevent stdlib from being required because it defines a
134
+ # `pass` method that conflicts with our `pass` matcher.
135
+ config.stub(:require)
136
+ end
137
+
138
+ [
139
+ [:rspec, 'rspec/expectations'],
140
+ [:stdlib, 'test/unit/assertions']
141
+ ].each do |(framework, required_file)|
142
+ context "with #{framework}" do
143
+ it "requires #{required_file}" do
144
+ config.should_receive(:require).with(required_file)
145
+ config.expect_with framework
146
+ end
147
+ end
148
+ end
149
+
150
+ it "raises ArgumentError if framework is not supported" do
151
+ expect do
152
+ config.expect_with :not_supported
153
+ end.to raise_error(ArgumentError)
154
+ end
155
+
156
+ context 'when there are already some example groups defined' do
157
+ it 'raises an error since this setting must be applied before any groups are defined' do
158
+ RSpec.world.stub(:example_groups).and_return([double.as_null_object])
159
+ expect {
160
+ config.expect_with :rspec
161
+ }.to raise_error(/must be configured before any example groups are defined/)
162
+ end
163
+
164
+ it 'does not raise an error if the default `expect_with :rspec` is re-configured' do
165
+ config.expectation_frameworks # called by RSpec when configuring the first example group
166
+ RSpec.world.stub(:example_groups).and_return([double.as_null_object])
167
+ config.expect_with :rspec
168
+ end
169
+
170
+ it 'does not raise an error if re-setting the same config' do
171
+ groups = []
172
+ RSpec.world.stub(:example_groups => groups)
173
+ config.expect_with :stdlib
174
+ groups << double.as_null_object
175
+ config.expect_with :stdlib
176
+ end
177
+ end
178
+ end
179
+
180
+ describe "#expecting_with_rspec?" do
181
+ before(:each) do
182
+ # prevent minitest assertions from being required and included,
183
+ # as that causes problems in some of our specs.
184
+ config.stub(:require)
185
+ end
186
+
187
+ it "returns false by default" do
188
+ config.should_not be_expecting_with_rspec
189
+ end
190
+
191
+ it "returns true when `expect_with :rspec` has been configured" do
192
+ config.expect_with :rspec
193
+ config.should be_expecting_with_rspec
194
+ end
195
+
196
+ it "returns true when `expect_with :rspec, :stdlib` has been configured" do
197
+ config.expect_with :rspec, :stdlib
198
+ config.should be_expecting_with_rspec
199
+ end
200
+
201
+ it "returns true when `expect_with :stdlib, :rspec` has been configured" do
202
+ config.expect_with :stdlib, :rspec
203
+ config.should be_expecting_with_rspec
204
+ end
205
+
206
+ it "returns false when `expect_with :stdlib` has been configured" do
207
+ config.expect_with :stdlib
208
+ config.should_not be_expecting_with_rspec
209
+ end
210
+ end
211
+
212
+ describe "#files_to_run" do
213
+ it "loads files not following pattern if named explicitly" do
214
+ config.files_or_directories_to_run = "spec/rspec/core/resources/a_bar.rb"
215
+ config.files_to_run.should eq([ "spec/rspec/core/resources/a_bar.rb"])
216
+ end
217
+
218
+ it "prevents repitition of dir when start of the pattern" do
219
+ config.pattern = "spec/**/a_spec.rb"
220
+ config.files_or_directories_to_run = "spec"
221
+ config.files_to_run.should eq(["spec/rspec/core/resources/a_spec.rb"])
222
+ end
223
+
224
+ it "does not prevent repitition of dir when later of the pattern" do
225
+ config.pattern = "rspec/**/a_spec.rb"
226
+ config.files_or_directories_to_run = "spec"
227
+ config.files_to_run.should eq(["spec/rspec/core/resources/a_spec.rb"])
228
+ end
229
+
230
+ context "with <path>:<line_number>" do
231
+ it "overrides inclusion filters set on config" do
232
+ config.filter_run_including :foo => :bar
233
+ config.files_or_directories_to_run = "path/to/file.rb:37"
234
+ config.inclusion_filter.size.should eq(1)
235
+ config.inclusion_filter[:locations].keys.first.should match(/path\/to\/file\.rb$/)
236
+ config.inclusion_filter[:locations].values.first.should eq([37])
237
+ end
238
+
239
+ it "overrides inclusion filters set before config" do
240
+ config.force(:inclusion_filter => {:foo => :bar})
241
+ config.files_or_directories_to_run = "path/to/file.rb:37"
242
+ config.inclusion_filter.size.should eq(1)
243
+ config.inclusion_filter[:locations].keys.first.should match(/path\/to\/file\.rb$/)
244
+ config.inclusion_filter[:locations].values.first.should eq([37])
245
+ end
246
+
247
+ it "clears exclusion filters set on config" do
248
+ config.exclusion_filter = { :foo => :bar }
249
+ config.files_or_directories_to_run = "path/to/file.rb:37"
250
+ config.exclusion_filter.should be_empty,
251
+ "expected exclusion filter to be empty:\n#{config.exclusion_filter}"
252
+ end
253
+
254
+ it "clears exclusion filters set before config" do
255
+ config.force(:exclusion_filter => { :foo => :bar })
256
+ config.files_or_directories_to_run = "path/to/file.rb:37"
257
+ config.exclusion_filter.should be_empty,
258
+ "expected exclusion filter to be empty:\n#{config.exclusion_filter}"
259
+ end
260
+ end
261
+
262
+ context "with default pattern" do
263
+ it "loads files named _spec.rb" do
264
+ config.files_or_directories_to_run = "spec/rspec/core/resources"
265
+ config.files_to_run.should eq([ "spec/rspec/core/resources/a_spec.rb"])
266
+ end
267
+
268
+ it "loads files in Windows" do
269
+ file = "C:\\path\\to\\project\\spec\\sub\\foo_spec.rb"
270
+ config.files_or_directories_to_run = file
271
+ config.files_to_run.should eq([file])
272
+ end
273
+ end
274
+
275
+ context "with default default_path" do
276
+ it "loads files in the default path when run by rspec" do
277
+ config.stub(:command) { 'rspec' }
278
+ config.files_or_directories_to_run = []
279
+ config.files_to_run.should_not be_empty
280
+ end
281
+
282
+ it "does not load files in the default path when run by ruby" do
283
+ config.stub(:command) { 'ruby' }
284
+ config.files_or_directories_to_run = []
285
+ config.files_to_run.should be_empty
286
+ end
287
+ end
288
+ end
289
+
290
+ %w[pattern= filename_pattern=].each do |setter|
291
+ describe "##{setter}" do
292
+ context "with single pattern" do
293
+ before { config.send(setter, "**/*_foo.rb") }
294
+ it "loads files following pattern" do
295
+ file = File.expand_path(File.dirname(__FILE__) + "/resources/a_foo.rb")
296
+ config.files_or_directories_to_run = file
297
+ config.files_to_run.should include(file)
298
+ end
299
+
300
+ it "loads files in directories following pattern" do
301
+ dir = File.expand_path(File.dirname(__FILE__) + "/resources")
302
+ config.files_or_directories_to_run = dir
303
+ config.files_to_run.should include("#{dir}/a_foo.rb")
304
+ end
305
+
306
+ it "does not load files in directories not following pattern" do
307
+ dir = File.expand_path(File.dirname(__FILE__) + "/resources")
308
+ config.files_or_directories_to_run = dir
309
+ config.files_to_run.should_not include("#{dir}/a_bar.rb")
310
+ end
311
+ end
312
+
313
+ context "with multiple patterns" do
314
+ it "supports comma separated values" do
315
+ config.send(setter, "**/*_foo.rb,**/*_bar.rb")
316
+ dir = File.expand_path(File.dirname(__FILE__) + "/resources")
317
+ config.files_or_directories_to_run = dir
318
+ config.files_to_run.should include("#{dir}/a_foo.rb")
319
+ config.files_to_run.should include("#{dir}/a_bar.rb")
320
+ end
321
+
322
+ it "supports comma separated values with spaces" do
323
+ config.send(setter, "**/*_foo.rb, **/*_bar.rb")
324
+ dir = File.expand_path(File.dirname(__FILE__) + "/resources")
325
+ config.files_or_directories_to_run = dir
326
+ config.files_to_run.should include("#{dir}/a_foo.rb")
327
+ config.files_to_run.should include("#{dir}/a_bar.rb")
328
+ end
329
+ end
330
+ end
331
+ end
332
+
333
+ describe "path with line number" do
334
+ it "assigns the line number as a location filter" do
335
+ config.files_or_directories_to_run = "path/to/a_spec.rb:37"
336
+ config.filter.should eq({:locations => {File.expand_path("path/to/a_spec.rb") => [37]}})
337
+ end
338
+ end
339
+
340
+ context "with full_description" do
341
+ it "overrides filters" do
342
+ config.filter_run :focused => true
343
+ config.full_description = "foo"
344
+ config.filter.should_not have_key(:focused)
345
+ end
346
+ end
347
+
348
+ context "with line number" do
349
+
350
+ it "assigns the file and line number as a location filter" do
351
+ config.files_or_directories_to_run = "path/to/a_spec.rb:37"
352
+ config.filter.should eq({:locations => {File.expand_path("path/to/a_spec.rb") => [37]}})
353
+ end
354
+
355
+ it "assigns multiple files with line numbers as location filters" do
356
+ config.files_or_directories_to_run = "path/to/a_spec.rb:37", "other_spec.rb:44"
357
+ config.filter.should eq({:locations => {File.expand_path("path/to/a_spec.rb") => [37],
358
+ File.expand_path("other_spec.rb") => [44]}})
359
+ end
360
+
361
+ it "assigns files with multiple line numbers as location filters" do
362
+ config.files_or_directories_to_run = "path/to/a_spec.rb:37", "path/to/a_spec.rb:44"
363
+ config.filter.should eq({:locations => {File.expand_path("path/to/a_spec.rb") => [37, 44]}})
364
+ end
365
+ end
366
+
367
+ context "with multiple line numbers" do
368
+ it "assigns the file and line numbers as a location filter" do
369
+ config.files_or_directories_to_run = "path/to/a_spec.rb:1:3:5:7"
370
+ config.filter.should eq({:locations => {File.expand_path("path/to/a_spec.rb") => [1,3,5,7]}})
371
+ end
372
+ end
373
+
374
+ it "assigns the example name as the filter on description" do
375
+ config.full_description = "foo"
376
+ config.filter.should eq({:full_description => /foo/})
377
+ end
378
+
379
+ describe "#default_path" do
380
+ it 'defaults to "spec"' do
381
+ config.default_path.should eq('spec')
382
+ end
383
+ end
384
+
385
+ describe "#include" do
386
+
387
+ module InstanceLevelMethods
388
+ def you_call_this_a_blt?
389
+ "egad man, where's the mayo?!?!?"
390
+ end
391
+ end
392
+
393
+ it_behaves_like "metadata hash builder" do
394
+ def metadata_hash(*args)
395
+ config.include(InstanceLevelMethods, *args)
396
+ config.include_or_extend_modules.last.last
397
+ end
398
+ end
399
+
400
+ context "with no filter" do
401
+ it "includes the given module into each example group" do
402
+ RSpec.configure do |c|
403
+ c.include(InstanceLevelMethods)
404
+ end
405
+
406
+ group = ExampleGroup.describe('does like, stuff and junk', :magic_key => :include) { }
407
+ group.should_not respond_to(:you_call_this_a_blt?)
408
+ group.new.you_call_this_a_blt?.should eq("egad man, where's the mayo?!?!?")
409
+ end
410
+ end
411
+
412
+ context "with a filter" do
413
+ it "includes the given module into each matching example group" do
414
+ RSpec.configure do |c|
415
+ c.include(InstanceLevelMethods, :magic_key => :include)
416
+ end
417
+
418
+ group = ExampleGroup.describe('does like, stuff and junk', :magic_key => :include) { }
419
+ group.should_not respond_to(:you_call_this_a_blt?)
420
+ group.new.you_call_this_a_blt?.should eq("egad man, where's the mayo?!?!?")
421
+ end
422
+ end
423
+
424
+ end
425
+
426
+ describe "#extend" do
427
+
428
+ module ThatThingISentYou
429
+ def that_thing
430
+ end
431
+ end
432
+
433
+ it_behaves_like "metadata hash builder" do
434
+ def metadata_hash(*args)
435
+ config.extend(ThatThingISentYou, *args)
436
+ config.include_or_extend_modules.last.last
437
+ end
438
+ end
439
+
440
+ it "extends the given module into each matching example group" do
441
+ RSpec.configure do |c|
442
+ c.extend(ThatThingISentYou, :magic_key => :extend)
443
+ end
444
+
445
+ group = ExampleGroup.describe(ThatThingISentYou, :magic_key => :extend) { }
446
+ group.should respond_to(:that_thing)
447
+ end
448
+
449
+ end
450
+
451
+ describe "#run_all_when_everything_filtered?" do
452
+
453
+ it "defaults to false" do
454
+ config.run_all_when_everything_filtered?.should be_false
455
+ end
456
+
457
+ it "can be queried with question method" do
458
+ config.run_all_when_everything_filtered = true
459
+ config.run_all_when_everything_filtered?.should be_true
460
+ end
461
+ end
462
+
463
+ %w[color color_enabled].each do |color_option|
464
+ describe "##{color_option}=" do
465
+ context "given true" do
466
+ context "with non-tty output and no autotest" do
467
+ it "does not set color_enabled" do
468
+ config.output_stream = StringIO.new
469
+ config.output_stream.stub(:tty?) { false }
470
+ config.tty = false
471
+ config.send "#{color_option}=", true
472
+ config.send(color_option).should be_false
473
+ end
474
+ end
475
+
476
+ context "with tty output" do
477
+ it "does not set color_enabled" do
478
+ config.output_stream = StringIO.new
479
+ config.output_stream.stub(:tty?) { true }
480
+ config.tty = false
481
+ config.send "#{color_option}=", true
482
+ config.send(color_option).should be_true
483
+ end
484
+ end
485
+
486
+ context "with tty set" do
487
+ it "does not set color_enabled" do
488
+ config.output_stream = StringIO.new
489
+ config.output_stream.stub(:tty?) { false }
490
+ config.tty = true
491
+ config.send "#{color_option}=", true
492
+ config.send(color_option).should be_true
493
+ end
494
+ end
495
+
496
+ context "on windows" do
497
+ before do
498
+ @original_host = RbConfig::CONFIG['host_os']
499
+ RbConfig::CONFIG['host_os'] = 'mingw'
500
+ config.stub(:require)
501
+ config.stub(:warn)
502
+ end
503
+
504
+ after do
505
+ RbConfig::CONFIG['host_os'] = @original_host
506
+ end
507
+
508
+ context "with ANSICON available" do
509
+ before(:all) do
510
+ @original_ansicon = ENV['ANSICON']
511
+ ENV['ANSICON'] = 'ANSICON'
512
+ end
513
+
514
+ after(:all) do
515
+ ENV['ANSICON'] = @original_ansicon
516
+ end
517
+
518
+ it "enables colors" do
519
+ config.output_stream = StringIO.new
520
+ config.output_stream.stub(:tty?) { true }
521
+ config.send "#{color_option}=", true
522
+ config.send(color_option).should be_true
523
+ end
524
+
525
+ it "leaves output stream intact" do
526
+ config.output_stream = $stdout
527
+ config.stub(:require) do |what|
528
+ config.output_stream = 'foo' if what =~ /Win32/
529
+ end
530
+ config.send "#{color_option}=", true
531
+ config.output_stream.should eq($stdout)
532
+ end
533
+ end
534
+
535
+ context "with ANSICON NOT available" do
536
+ it "warns to install ANSICON" do
537
+ config.stub(:require) { raise LoadError }
538
+ config.should_receive(:warn).
539
+ with(/You must use ANSICON/)
540
+ config.send "#{color_option}=", true
541
+ end
542
+
543
+ it "sets color_enabled to false" do
544
+ config.stub(:require) { raise LoadError }
545
+ config.send "#{color_option}=", true
546
+ config.color_enabled = true
547
+ config.send(color_option).should be_false
548
+ end
549
+ end
550
+ end
551
+ end
552
+ end
553
+
554
+ it "prefers incoming cli_args" do
555
+ config.output_stream = StringIO.new
556
+ config.output_stream.stub :tty? => true
557
+ config.force :color => true
558
+ config.color = false
559
+ config.color.should be_true
560
+ end
561
+ end
562
+
563
+ describe '#formatter=' do
564
+ it "delegates to add_formatter (better API for user-facing configuration)" do
565
+ config.should_receive(:add_formatter).with('these','options')
566
+ config.add_formatter('these','options')
567
+ end
568
+ end
569
+
570
+ describe "#add_formatter" do
571
+
572
+ it "adds to the list of formatters" do
573
+ config.add_formatter :documentation
574
+ config.formatters.first.should be_an_instance_of(Formatters::DocumentationFormatter)
575
+ end
576
+
577
+ it "finds a formatter by name (w/ Symbol)" do
578
+ config.add_formatter :documentation
579
+ config.formatters.first.should be_an_instance_of(Formatters::DocumentationFormatter)
580
+ end
581
+
582
+ it "finds a formatter by name (w/ String)" do
583
+ config.add_formatter 'documentation'
584
+ config.formatters.first.should be_an_instance_of(Formatters::DocumentationFormatter)
585
+ end
586
+
587
+ it "finds a formatter by class" do
588
+ formatter_class = Class.new(Formatters::BaseTextFormatter)
589
+ config.add_formatter formatter_class
590
+ config.formatters.first.should be_an_instance_of(formatter_class)
591
+ end
592
+
593
+ it "finds a formatter by class name" do
594
+ Object.const_set("ACustomFormatter", Class.new(Formatters::BaseFormatter))
595
+ config.add_formatter "ACustomFormatter"
596
+ config.formatters.first.should be_an_instance_of(ACustomFormatter)
597
+ end
598
+
599
+ it "finds a formatter by class fully qualified name" do
600
+ RSpec.const_set("CustomFormatter", Class.new(Formatters::BaseFormatter))
601
+ config.add_formatter "RSpec::CustomFormatter"
602
+ config.formatters.first.should be_an_instance_of(RSpec::CustomFormatter)
603
+ end
604
+
605
+ it "requires a formatter file based on its fully qualified name" do
606
+ config.should_receive(:require).with('rspec/custom_formatter2') do
607
+ RSpec.const_set("CustomFormatter2", Class.new(Formatters::BaseFormatter))
608
+ end
609
+ config.add_formatter "RSpec::CustomFormatter2"
610
+ config.formatters.first.should be_an_instance_of(RSpec::CustomFormatter2)
611
+ end
612
+
613
+ it "raises NameError if class is unresolvable" do
614
+ config.should_receive(:require).with('rspec/custom_formatter3')
615
+ lambda { config.add_formatter "RSpec::CustomFormatter3" }.should raise_error(NameError)
616
+ end
617
+
618
+ it "raises ArgumentError if formatter is unknown" do
619
+ lambda { config.add_formatter :progresss }.should raise_error(ArgumentError)
620
+ end
621
+
622
+ context "with a 2nd arg defining the output" do
623
+ it "creates a file at that path and sets it as the output" do
624
+ path = File.join(Dir.tmpdir, 'output.txt')
625
+ config.add_formatter('doc', path)
626
+ config.formatters.first.output.should be_a(File)
627
+ config.formatters.first.output.path.should eq(path)
628
+ end
629
+ end
630
+ end
631
+
632
+ describe "#filter_run_including" do
633
+ it_behaves_like "metadata hash builder" do
634
+ def metadata_hash(*args)
635
+ config.filter_run_including(*args)
636
+ config.inclusion_filter
637
+ end
638
+ end
639
+
640
+ it "sets the filter with a hash" do
641
+ config.filter_run_including :foo => true
642
+ config.inclusion_filter[:foo].should be(true)
643
+ end
644
+
645
+ it "sets the filter with a symbol" do
646
+ RSpec.configuration.stub(:treat_symbols_as_metadata_keys_with_true_values? => true)
647
+ config.filter_run_including :foo
648
+ config.inclusion_filter[:foo].should be(true)
649
+ end
650
+
651
+ it "merges with existing filters" do
652
+ config.filter_run_including :foo => true
653
+ config.filter_run_including :bar => false
654
+
655
+ config.inclusion_filter[:foo].should be(true)
656
+ config.inclusion_filter[:bar].should be(false)
657
+ end
658
+ end
659
+
660
+ describe "#filter_run_excluding" do
661
+ it_behaves_like "metadata hash builder" do
662
+ def metadata_hash(*args)
663
+ config.filter_run_excluding(*args)
664
+ config.exclusion_filter
665
+ end
666
+ end
667
+
668
+ it "sets the filter" do
669
+ config.filter_run_excluding :foo => true
670
+ config.exclusion_filter[:foo].should be(true)
671
+ end
672
+
673
+ it "sets the filter using a symbol" do
674
+ RSpec.configuration.stub(:treat_symbols_as_metadata_keys_with_true_values? => true)
675
+ config.filter_run_excluding :foo
676
+ config.exclusion_filter[:foo].should be(true)
677
+ end
678
+
679
+ it "merges with existing filters" do
680
+ config.filter_run_excluding :foo => true
681
+ config.filter_run_excluding :bar => false
682
+
683
+ config.exclusion_filter[:foo].should be(true)
684
+ config.exclusion_filter[:bar].should be(false)
685
+ end
686
+ end
687
+
688
+ describe "#inclusion_filter" do
689
+ it "returns {} even if set to nil" do
690
+ config.inclusion_filter = nil
691
+ config.inclusion_filter.should eq({})
692
+ end
693
+ end
694
+
695
+ describe "#inclusion_filter=" do
696
+ it "treats symbols as hash keys with true values when told to" do
697
+ RSpec.configuration.stub(:treat_symbols_as_metadata_keys_with_true_values? => true)
698
+ config.inclusion_filter = :foo
699
+ config.inclusion_filter.should eq({:foo => true})
700
+ end
701
+
702
+ it "overrides any inclusion filters set on the command line or in configuration files" do
703
+ config.force(:inclusion_filter => { :foo => :bar })
704
+ config.inclusion_filter = {:want => :this}
705
+ config.inclusion_filter.should eq({:want => :this})
706
+ end
707
+ end
708
+
709
+ describe "#exclusion_filter" do
710
+ it "returns {} even if set to nil" do
711
+ config.exclusion_filter = nil
712
+ config.exclusion_filter.should eq({})
713
+ end
714
+
715
+ describe "the default :if filter" do
716
+ it "does not exclude a spec with { :if => true } metadata" do
717
+ config.exclusion_filter[:if].call(true).should be_false
718
+ end
719
+
720
+ it "excludes a spec with { :if => false } metadata" do
721
+ config.exclusion_filter[:if].call(false).should be_true
722
+ end
723
+
724
+ it "excludes a spec with { :if => nil } metadata" do
725
+ config.exclusion_filter[:if].call(nil).should be_true
726
+ end
727
+ end
728
+
729
+ describe "the default :unless filter" do
730
+ it "excludes a spec with { :unless => true } metadata" do
731
+ config.exclusion_filter[:unless].call(true).should be_true
732
+ end
733
+
734
+ it "does not exclude a spec with { :unless => false } metadata" do
735
+ config.exclusion_filter[:unless].call(false).should be_false
736
+ end
737
+
738
+ it "does not exclude a spec with { :unless => nil } metadata" do
739
+ config.exclusion_filter[:unless].call(nil).should be_false
740
+ end
741
+ end
742
+ end
743
+
744
+ describe "#exclusion_filter=" do
745
+ it "treats symbols as hash keys with true values when told to" do
746
+ RSpec.configuration.stub(:treat_symbols_as_metadata_keys_with_true_values? => true)
747
+ config.exclusion_filter = :foo
748
+ config.exclusion_filter.should eq({:foo => true})
749
+ end
750
+
751
+ it "overrides any exclusion filters set on the command line or in configuration files" do
752
+ config.force(:exclusion_filter => { :foo => :bar })
753
+ config.exclusion_filter = {:want => :this}
754
+ config.exclusion_filter.should eq({:want => :this})
755
+ end
756
+ end
757
+
758
+ describe "line_numbers=" do
759
+ before { config.filter_manager.stub(:warn) }
760
+
761
+ it "sets the line numbers" do
762
+ config.line_numbers = ['37']
763
+ config.filter.should eq({:line_numbers => [37]})
764
+ end
765
+
766
+ it "overrides filters" do
767
+ config.filter_run :focused => true
768
+ config.line_numbers = ['37']
769
+ config.filter.should eq({:line_numbers => [37]})
770
+ end
771
+
772
+ it "prevents subsequent filters" do
773
+ config.line_numbers = ['37']
774
+ config.filter_run :focused => true
775
+ config.filter.should eq({:line_numbers => [37]})
776
+ end
777
+ end
778
+
779
+ describe "#full_backtrace=" do
780
+ context "given true" do
781
+ it "clears the backtrace clean patterns" do
782
+ config.full_backtrace = true
783
+ config.backtrace_clean_patterns.should eq([])
784
+ end
785
+ end
786
+
787
+ context "given false" do
788
+ it "restores backtrace clean patterns" do
789
+ config.full_backtrace = false
790
+ config.backtrace_clean_patterns.should eq(RSpec::Core::Configuration::DEFAULT_BACKTRACE_PATTERNS)
791
+ end
792
+ end
793
+
794
+ it "doesn't impact other instances of config" do
795
+ config_1 = Configuration.new
796
+ config_2 = Configuration.new
797
+
798
+ config_1.full_backtrace = true
799
+ config_2.backtrace_clean_patterns.should_not be_empty
800
+ end
801
+ end
802
+
803
+ describe "#cleaned_from_backtrace? defaults" do
804
+ it "returns true for rspec files" do
805
+ config.cleaned_from_backtrace?("lib/rspec/core.rb").
806
+ should be_true
807
+ end
808
+
809
+ it "returns true for spec_helper" do
810
+ config.cleaned_from_backtrace?("spec/spec_helper.rb").
811
+ should be_true
812
+ end
813
+
814
+ it "returns true for java files (for JRuby)" do
815
+ config.cleaned_from_backtrace?("org/jruby/RubyArray.java:2336").
816
+ should be_true
817
+ end
818
+ end
819
+
820
+ describe "#debug=true" do
821
+ before do
822
+ if defined?(Debugger)
823
+ @orig_debugger = Debugger
824
+ Object.send(:remove_const, :Debugger)
825
+ else
826
+ @orig_debugger = nil
827
+ end
828
+ Object.const_set("Debugger", debugger)
829
+ end
830
+
831
+ after do
832
+ Object.send(:remove_const, :Debugger)
833
+ Object.const_set("Debugger", @orig_debugger) if @orig_debugger
834
+ end
835
+
836
+ let(:debugger) { double('Debugger').as_null_object }
837
+
838
+ it "requires 'ruby-debug'" do
839
+ config.should_receive(:require).with('ruby-debug')
840
+ config.debug = true
841
+ end
842
+
843
+ it "starts the debugger" do
844
+ config.stub(:require)
845
+ debugger.should_receive(:start)
846
+ config.debug = true
847
+ end
848
+ end
849
+
850
+ describe "#debug=false" do
851
+ it "does not require 'ruby-debug'" do
852
+ config.should_not_receive(:require).with('ruby-debug')
853
+ config.debug = false
854
+ end
855
+ end
856
+
857
+ describe "#output=" do
858
+ it "sets the output" do
859
+ output = mock("output")
860
+ config.output = output
861
+ config.output.should equal(output)
862
+ end
863
+ end
864
+
865
+ describe "#libs=" do
866
+ it "adds directories to the LOAD_PATH" do
867
+ $LOAD_PATH.should_receive(:unshift).with("a/dir")
868
+ config.libs = ["a/dir"]
869
+ end
870
+ end
871
+
872
+ describe "#requires=" do
873
+ it "requires paths" do
874
+ config.should_receive(:require).with("a/path")
875
+ config.requires = ["a/path"]
876
+ end
877
+ end
878
+
879
+ describe "#add_setting" do
880
+ describe "with no modifiers" do
881
+ context "with no additional options" do
882
+ before do
883
+ config.add_setting :custom_option
884
+ end
885
+
886
+ it "defaults to nil" do
887
+ config.custom_option.should be_nil
888
+ end
889
+
890
+ it "adds a predicate" do
891
+ config.custom_option?.should be_false
892
+ end
893
+
894
+ it "can be overridden" do
895
+ config.custom_option = "a value"
896
+ config.custom_option.should eq("a value")
897
+ end
898
+ end
899
+
900
+ context "with :default => 'a value'" do
901
+ before do
902
+ config.add_setting :custom_option, :default => 'a value'
903
+ end
904
+
905
+ it "defaults to 'a value'" do
906
+ config.custom_option.should eq("a value")
907
+ end
908
+
909
+ it "returns true for the predicate" do
910
+ config.custom_option?.should be_true
911
+ end
912
+
913
+ it "can be overridden with a truthy value" do
914
+ config.custom_option = "a new value"
915
+ config.custom_option.should eq("a new value")
916
+ end
917
+
918
+ it "can be overridden with nil" do
919
+ config.custom_option = nil
920
+ config.custom_option.should eq(nil)
921
+ end
922
+
923
+ it "can be overridden with false" do
924
+ config.custom_option = false
925
+ config.custom_option.should eq(false)
926
+ end
927
+ end
928
+ end
929
+
930
+ context "with :alias => " do
931
+ it "is deprecated" do
932
+ RSpec::should_receive(:warn).with(/deprecated/)
933
+ config.add_setting :custom_option
934
+ config.add_setting :another_custom_option, :alias => :custom_option
935
+ end
936
+ end
937
+
938
+ context "with :alias_with => " do
939
+ before do
940
+ config.add_setting :custom_option, :alias_with => :another_custom_option
941
+ end
942
+
943
+ it "delegates the getter to the other option" do
944
+ config.another_custom_option = "this value"
945
+ config.custom_option.should eq("this value")
946
+ end
947
+
948
+ it "delegates the setter to the other option" do
949
+ config.custom_option = "this value"
950
+ config.another_custom_option.should eq("this value")
951
+ end
952
+
953
+ it "delegates the predicate to the other option" do
954
+ config.custom_option = true
955
+ config.another_custom_option?.should be_true
956
+ end
957
+ end
958
+ end
959
+
960
+ describe "#configure_group" do
961
+ it "extends with 'extend'" do
962
+ mod = Module.new
963
+ group = ExampleGroup.describe("group", :foo => :bar)
964
+
965
+ config.extend(mod, :foo => :bar)
966
+ config.configure_group(group)
967
+ group.should be_a(mod)
968
+ end
969
+
970
+ it "extends with 'module'" do
971
+ mod = Module.new
972
+ group = ExampleGroup.describe("group", :foo => :bar)
973
+
974
+ config.include(mod, :foo => :bar)
975
+ config.configure_group(group)
976
+ group.included_modules.should include(mod)
977
+ end
978
+
979
+ it "requires only one matching filter" do
980
+ mod = Module.new
981
+ group = ExampleGroup.describe("group", :foo => :bar)
982
+
983
+ config.include(mod, :foo => :bar, :baz => :bam)
984
+ config.configure_group(group)
985
+ group.included_modules.should include(mod)
986
+ end
987
+
988
+ it "includes each one before deciding whether to include the next" do
989
+ mod1 = Module.new do
990
+ def self.included(host)
991
+ host.metadata[:foo] = :bar
992
+ end
993
+ end
994
+ mod2 = Module.new
995
+
996
+ group = ExampleGroup.describe("group")
997
+
998
+ config.include(mod1)
999
+ config.include(mod2, :foo => :bar)
1000
+ config.configure_group(group)
1001
+ group.included_modules.should include(mod1)
1002
+ group.included_modules.should include(mod2)
1003
+ end
1004
+
1005
+ module IncludeOrExtendMeOnce
1006
+ def self.included(host)
1007
+ raise "included again" if host.instance_methods.include?(:foobar)
1008
+ host.class_eval { def foobar; end }
1009
+ end
1010
+
1011
+ def self.extended(host)
1012
+ raise "extended again" if host.respond_to?(:foobar)
1013
+ def host.foobar; end
1014
+ end
1015
+ end
1016
+
1017
+ it "doesn't include a module when already included in ancestor" do
1018
+ config.include(IncludeOrExtendMeOnce, :foo => :bar)
1019
+
1020
+ group = ExampleGroup.describe("group", :foo => :bar)
1021
+ child = group.describe("child")
1022
+
1023
+ config.configure_group(group)
1024
+ config.configure_group(child)
1025
+ end
1026
+
1027
+ it "doesn't extend when ancestor is already extended with same module" do
1028
+ config.extend(IncludeOrExtendMeOnce, :foo => :bar)
1029
+
1030
+ group = ExampleGroup.describe("group", :foo => :bar)
1031
+ child = group.describe("child")
1032
+
1033
+ config.configure_group(group)
1034
+ config.configure_group(child)
1035
+ end
1036
+ end
1037
+
1038
+ describe "#alias_example_to" do
1039
+ it_behaves_like "metadata hash builder" do
1040
+ after do
1041
+ RSpec::Core::ExampleGroup.module_eval do
1042
+ class << self
1043
+ undef :my_example_method if method_defined? :my_example_method
1044
+ end
1045
+ end
1046
+ end
1047
+ def metadata_hash(*args)
1048
+ config.alias_example_to :my_example_method, *args
1049
+ group = ExampleGroup.describe("group")
1050
+ example = group.my_example_method("description")
1051
+ example.metadata
1052
+ end
1053
+ end
1054
+ end
1055
+
1056
+ describe "#reset" do
1057
+ it "clears the reporter" do
1058
+ config.reporter.should_not be_nil
1059
+ config.reset
1060
+ config.instance_variable_get("@reporter").should be_nil
1061
+ end
1062
+
1063
+ it "clears the formatters" do
1064
+ config.add_formatter "doc"
1065
+ config.reset
1066
+ config.formatters.should be_empty
1067
+ end
1068
+ end
1069
+
1070
+ describe "#force" do
1071
+ it "forces order" do
1072
+ config.force :order => "default"
1073
+ config.order = "rand"
1074
+ config.order.should eq("default")
1075
+ end
1076
+
1077
+ it "forces order and seed with :order => 'rand:37'" do
1078
+ config.force :order => "rand:37"
1079
+ config.order = "default"
1080
+ config.order.should eq("rand")
1081
+ config.seed.should eq(37)
1082
+ end
1083
+
1084
+ it "forces order and seed with :seed => '37'" do
1085
+ config.force :seed => "37"
1086
+ config.order = "default"
1087
+ config.seed.should eq(37)
1088
+ config.order.should eq("rand")
1089
+ end
1090
+
1091
+ it "forces 'false' value" do
1092
+ config.add_setting :custom_option
1093
+ config.custom_option = true
1094
+ config.custom_option?.should be_true
1095
+ config.force :custom_option => false
1096
+ config.custom_option?.should be_false
1097
+ config.custom_option = true
1098
+ config.custom_option?.should be_false
1099
+ end
1100
+ end
1101
+
1102
+ describe '#seed' do
1103
+ it 'returns the seed as an int' do
1104
+ config.seed = '123'
1105
+ config.seed.should eq(123)
1106
+ end
1107
+ end
1108
+
1109
+ describe '#randomize?' do
1110
+ context 'with order set to :random' do
1111
+ before { config.order = :random }
1112
+
1113
+ it 'returns true' do
1114
+ config.randomize?.should be_true
1115
+ end
1116
+ end
1117
+
1118
+ context 'with order set to nil' do
1119
+ before { config.order = nil }
1120
+
1121
+ it 'returns false' do
1122
+ config.randomize?.should be_false
1123
+ end
1124
+ end
1125
+ end
1126
+
1127
+ describe '#order=' do
1128
+ context 'given "random:123"' do
1129
+ before { config.order = 'random:123' }
1130
+
1131
+ it 'sets order to "random"' do
1132
+ config.order.should eq('random')
1133
+ end
1134
+
1135
+ it 'sets seed to 123' do
1136
+ config.seed.should eq(123)
1137
+ end
1138
+ end
1139
+
1140
+ context 'given "default"' do
1141
+ before do
1142
+ config.order = 'rand:123'
1143
+ config.order = 'default'
1144
+ end
1145
+
1146
+ it "sets the order to nil" do
1147
+ config.order.should be_nil
1148
+ end
1149
+
1150
+ it "sets the seed to nil" do
1151
+ config.seed.should be_nil
1152
+ end
1153
+ end
1154
+ end
1155
+ end
1156
+ end