Commit d0b8fb411c9497d035bb8363300beeb81d57a364

Authored by Daniel Croak
1 parent f4625fab

updating specifications for new cucumber dependencies

vendor/gems/cucumber-0.3.98/.specification 0 → 100644
@@ -0,0 +1,547 @@ @@ -0,0 +1,547 @@
  1 +--- !ruby/object:Gem::Specification
  2 +name: cucumber
  3 +version: !ruby/object:Gem::Version
  4 + version: 0.3.98
  5 +platform: ruby
  6 +authors:
  7 +- "Aslak Helles\xC3\xB8y"
  8 +autorequire:
  9 +bindir: bin
  10 +cert_chain: []
  11 +
  12 +date: 2009-08-25 00:00:00 -04:00
  13 +default_executable: cucumber
  14 +dependencies:
  15 +- !ruby/object:Gem::Dependency
  16 + name: term-ansicolor
  17 + type: :runtime
  18 + version_requirement:
  19 + version_requirements: !ruby/object:Gem::Requirement
  20 + requirements:
  21 + - - ">="
  22 + - !ruby/object:Gem::Version
  23 + version: 1.0.3
  24 + version:
  25 +- !ruby/object:Gem::Dependency
  26 + name: treetop
  27 + type: :runtime
  28 + version_requirement:
  29 + version_requirements: !ruby/object:Gem::Requirement
  30 + requirements:
  31 + - - ">="
  32 + - !ruby/object:Gem::Version
  33 + version: 1.3.0
  34 + version:
  35 +- !ruby/object:Gem::Dependency
  36 + name: polyglot
  37 + type: :runtime
  38 + version_requirement:
  39 + version_requirements: !ruby/object:Gem::Requirement
  40 + requirements:
  41 + - - ">="
  42 + - !ruby/object:Gem::Version
  43 + version: 0.2.8
  44 + version:
  45 +- !ruby/object:Gem::Dependency
  46 + name: diff-lcs
  47 + type: :runtime
  48 + version_requirement:
  49 + version_requirements: !ruby/object:Gem::Requirement
  50 + requirements:
  51 + - - ">="
  52 + - !ruby/object:Gem::Version
  53 + version: 1.1.2
  54 + version:
  55 +- !ruby/object:Gem::Dependency
  56 + name: builder
  57 + type: :runtime
  58 + version_requirement:
  59 + version_requirements: !ruby/object:Gem::Requirement
  60 + requirements:
  61 + - - ">="
  62 + - !ruby/object:Gem::Version
  63 + version: 2.1.2
  64 + version:
  65 +description: Executable Feature scenarios
  66 +email:
  67 +- aslak.hellesoy@gmail.com
  68 +executables:
  69 +- cucumber
  70 +extensions: []
  71 +
  72 +extra_rdoc_files:
  73 +- History.txt
  74 +- License.txt
  75 +- Manifest.txt
  76 +- README.txt
  77 +files:
  78 +- History.txt
  79 +- License.txt
  80 +- Manifest.txt
  81 +- README.txt
  82 +- Rakefile
  83 +- bin/cucumber
  84 +- config/hoe.rb
  85 +- config/requirements.rb
  86 +- cucumber.yml
  87 +- examples/cs/README.textile
  88 +- examples/cs/Rakefile
  89 +- examples/cs/compile.bat
  90 +- examples/cs/features/addition.feature
  91 +- examples/cs/features/step_definitons/calculator_steps.rb
  92 +- examples/cs/src/demo/Calculator.cs
  93 +- examples/dos_line_endings/Rakefile
  94 +- examples/dos_line_endings/features/dos_line_endings.feature
  95 +- examples/i18n/README.textile
  96 +- examples/i18n/Rakefile
  97 +- examples/i18n/ar/Rakefile
  98 +- examples/i18n/ar/features/addition.feature
  99 +- examples/i18n/ar/features/step_definitons/calculator_steps.rb
  100 +- examples/i18n/ar/lib/calculator.rb
  101 +- examples/i18n/bg/Rakefile
  102 +- examples/i18n/bg/features/addition.feature
  103 +- examples/i18n/bg/features/consecutive_calculations.feature
  104 +- examples/i18n/bg/features/division.feature
  105 +- examples/i18n/bg/features/step_definitons/calculator_steps.rb
  106 +- examples/i18n/bg/features/support/env.rb
  107 +- examples/i18n/bg/features/support/world.rb
  108 +- examples/i18n/bg/lib/calculator.rb
  109 +- examples/i18n/cat/Rakefile
  110 +- examples/i18n/cat/features/step_definitons/calculator_steps.rb
  111 +- examples/i18n/cat/features/suma.feature
  112 +- examples/i18n/cat/lib/calculadora.rb
  113 +- examples/i18n/da/Rakefile
  114 +- examples/i18n/da/features/step_definitons/kalkulator_steps.rb
  115 +- examples/i18n/da/features/summering.feature
  116 +- examples/i18n/da/lib/kalkulator.rb
  117 +- examples/i18n/de/Rakefile
  118 +- examples/i18n/de/features/addition.feature
  119 +- examples/i18n/de/features/division.feature
  120 +- examples/i18n/de/features/step_definitons/calculator_steps.rb
  121 +- examples/i18n/de/lib/calculator.rb
  122 +- examples/i18n/en-lol/Rakefile
  123 +- examples/i18n/en-lol/features/step_definitions/cucumbrz_steps.rb
  124 +- examples/i18n/en-lol/features/stuffing.feature
  125 +- examples/i18n/en-lol/features/support/env.rb
  126 +- examples/i18n/en-lol/lib/basket.rb
  127 +- examples/i18n/en-lol/lib/belly.rb
  128 +- examples/i18n/en/Rakefile
  129 +- examples/i18n/en/features/addition.feature
  130 +- examples/i18n/en/features/division.feature
  131 +- examples/i18n/en/features/step_definitons/calculator_steps.rb
  132 +- examples/i18n/en/lib/calculator.rb
  133 +- examples/i18n/es/Rakefile
  134 +- examples/i18n/es/features/adicion.feature
  135 +- examples/i18n/es/features/step_definitons/calculador_steps.rb
  136 +- examples/i18n/es/lib/calculador.rb
  137 +- examples/i18n/et/Rakefile
  138 +- examples/i18n/et/features/jagamine.feature
  139 +- examples/i18n/et/features/liitmine.feature
  140 +- examples/i18n/et/features/step_definitions/kalkulaator_steps.rb
  141 +- examples/i18n/et/lib/kalkulaator.rb
  142 +- examples/i18n/fi/Rakefile
  143 +- examples/i18n/fi/features/jakolasku.feature
  144 +- examples/i18n/fi/features/step_definitons/laskin_steps.rb
  145 +- examples/i18n/fi/features/yhteenlasku.feature
  146 +- examples/i18n/fi/lib/laskin.rb
  147 +- examples/i18n/fr/Rakefile
  148 +- examples/i18n/fr/features/addition.feature
  149 +- examples/i18n/fr/features/step_definitions/calculatrice_steps.rb
  150 +- examples/i18n/fr/lib/calculatrice.rb
  151 +- examples/i18n/he/Rakefile
  152 +- examples/i18n/he/features/addition.feature
  153 +- examples/i18n/he/features/division.feature
  154 +- examples/i18n/he/features/step_definitons/calculator_steps.rb
  155 +- examples/i18n/he/lib/calculator.rb
  156 +- examples/i18n/hu/Rakefile
  157 +- examples/i18n/hu/features/addition.feature
  158 +- examples/i18n/hu/features/division.feature
  159 +- examples/i18n/hu/features/step_definitons/calculator_steps.rb
  160 +- examples/i18n/hu/lib/calculator.rb
  161 +- examples/i18n/id/Rakefile
  162 +- examples/i18n/id/features/addition.feature
  163 +- examples/i18n/id/features/division.feature
  164 +- examples/i18n/id/features/step_definitons/calculator_steps.rb
  165 +- examples/i18n/id/lib/calculator.rb
  166 +- examples/i18n/it/Rakefile
  167 +- examples/i18n/it/features/somma.feature
  168 +- examples/i18n/it/features/step_definitons/calcolatrice_steps.rb
  169 +- examples/i18n/it/lib/calcolatrice.rb
  170 +- examples/i18n/ja/Rakefile
  171 +- examples/i18n/ja/features/addition.feature
  172 +- examples/i18n/ja/features/division.feature
  173 +- examples/i18n/ja/features/step_definitons/calculator_steps.rb
  174 +- examples/i18n/ja/lib/calculator.rb
  175 +- examples/i18n/ko/Rakefile
  176 +- examples/i18n/ko/features/addition.feature
  177 +- examples/i18n/ko/features/division.feature
  178 +- examples/i18n/ko/features/step_definitons/calculator_steps.rb
  179 +- examples/i18n/ko/lib/calculator.rb
  180 +- examples/i18n/lt/Rakefile
  181 +- examples/i18n/lt/features/addition.feature
  182 +- examples/i18n/lt/features/division.feature
  183 +- examples/i18n/lt/features/step_definitons/calculator_steps.rb
  184 +- examples/i18n/lt/lib/calculator.rb
  185 +- examples/i18n/lv/Rakefile
  186 +- examples/i18n/lv/features/addition.feature
  187 +- examples/i18n/lv/features/division.feature
  188 +- examples/i18n/lv/features/step_definitons/calculator_steps.rb
  189 +- examples/i18n/lv/lib/calculator.rb
  190 +- examples/i18n/no/Rakefile
  191 +- examples/i18n/no/features/step_definitons/kalkulator_steps.rb
  192 +- examples/i18n/no/features/summering.feature
  193 +- examples/i18n/no/features/support/env.rb
  194 +- examples/i18n/no/lib/kalkulator.rb
  195 +- examples/i18n/pl/Rakefile
  196 +- examples/i18n/pl/features/addition.feature
  197 +- examples/i18n/pl/features/division.feature
  198 +- examples/i18n/pl/features/step_definitons/calculator_steps.rb
  199 +- examples/i18n/pl/features/support/env.rb
  200 +- examples/i18n/pl/lib/calculator.rb
  201 +- examples/i18n/pt/Rakefile
  202 +- examples/i18n/pt/features/adicao.feature
  203 +- examples/i18n/pt/features/step_definitions/calculadora_steps.rb
  204 +- examples/i18n/pt/features/support/env.rb
  205 +- examples/i18n/pt/lib/calculadora.rb
  206 +- examples/i18n/ro/Rakefile
  207 +- examples/i18n/ro/features/step_definitons/calculator_steps.rb
  208 +- examples/i18n/ro/features/suma.feature
  209 +- examples/i18n/ro/lib/calculator.rb
  210 +- examples/i18n/ru/Rakefile
  211 +- examples/i18n/ru/features/addition.feature
  212 +- examples/i18n/ru/features/consecutive_calculations.feature
  213 +- examples/i18n/ru/features/division.feature
  214 +- examples/i18n/ru/features/step_definitons/calculator_steps.rb
  215 +- examples/i18n/ru/features/support/env.rb
  216 +- examples/i18n/ru/features/support/world.rb
  217 +- examples/i18n/ru/lib/calculator.rb
  218 +- examples/i18n/se/Rakefile
  219 +- examples/i18n/se/features/step_definitons/kalkulator_steps.rb
  220 +- examples/i18n/se/features/summering.feature
  221 +- examples/i18n/se/lib/kalkulator.rb
  222 +- examples/i18n/sk/Rakefile
  223 +- examples/i18n/sk/features/addition.feature
  224 +- examples/i18n/sk/features/division.feature
  225 +- examples/i18n/sk/features/step_definitons/calculator_steps.rb
  226 +- examples/i18n/sk/lib/calculator.rb
  227 +- examples/i18n/zh-CN/Rakefile
  228 +- examples/i18n/zh-CN/features/addition.feature
  229 +- examples/i18n/zh-CN/features/step_definitons/calculator_steps.rb
  230 +- examples/i18n/zh-CN/lib/calculator.rb
  231 +- examples/i18n/zh-TW/Rakefile
  232 +- examples/i18n/zh-TW/features/addition.feature
  233 +- examples/i18n/zh-TW/features/division.feature
  234 +- examples/i18n/zh-TW/features/step_definitons/calculator_steps.rb
  235 +- examples/i18n/zh-TW/lib/calculator.rb
  236 +- examples/java/README.textile
  237 +- examples/java/build.xml
  238 +- examples/java/features/hello.feature
  239 +- examples/java/features/step_definitons/hello_steps.rb
  240 +- examples/java/features/step_definitons/tree_steps.rb
  241 +- examples/java/features/tree.feature
  242 +- examples/java/src/cucumber/demo/Hello.java
  243 +- examples/junit/features/one_passing_one_failing.feature
  244 +- examples/junit/features/pending.feature
  245 +- examples/junit/features/step_definitions/steps.rb
  246 +- examples/pure_java/README.textile
  247 +- examples/python/features/fibonacci.feature
  248 +- examples/python/features/step_definitions/fib_steps.py
  249 +- examples/python/features/step_definitions/fib_steps.rb
  250 +- examples/python/features/support/env.rb
  251 +- examples/python/lib/fib.py
  252 +- examples/selenium/Rakefile
  253 +- examples/selenium/features/search.feature
  254 +- examples/selenium/features/step_definitons/search_steps.rb
  255 +- examples/selenium/features/support/env.rb
  256 +- examples/selenium_webrat/Rakefile
  257 +- examples/selenium_webrat/config.ru
  258 +- examples/selenium_webrat/features/search.feature
  259 +- examples/selenium_webrat/features/step_definitons/search_steps.rb
  260 +- examples/selenium_webrat/features/support/env.rb
  261 +- examples/self_test/README.textile
  262 +- examples/self_test/Rakefile
  263 +- examples/self_test/features/background/background_tagged_before_on_outline.feature
  264 +- examples/self_test/features/background/background_with_name.feature
  265 +- examples/self_test/features/background/failing_background.feature
  266 +- examples/self_test/features/background/failing_background_after_success.feature
  267 +- examples/self_test/features/background/multiline_args_background.feature
  268 +- examples/self_test/features/background/passing_background.feature
  269 +- examples/self_test/features/background/pending_background.feature
  270 +- examples/self_test/features/background/scenario_outline_failing_background.feature
  271 +- examples/self_test/features/background/scenario_outline_passing_background.feature
  272 +- examples/self_test/features/call_undefined_step_from_step_def.feature
  273 +- examples/self_test/features/failing_expectation.feature
  274 +- examples/self_test/features/lots_of_undefined.feature
  275 +- examples/self_test/features/multiline_name.feature
  276 +- examples/self_test/features/outline_sample.feature
  277 +- examples/self_test/features/sample.feature
  278 +- examples/self_test/features/search_sample.feature
  279 +- examples/self_test/features/step_definitions/sample_steps.rb
  280 +- examples/self_test/features/support/env.rb
  281 +- examples/self_test/features/tags_sample.feature
  282 +- examples/self_test/features/tons_of_cukes.feature
  283 +- examples/self_test/features/undefined_multiline_args.feature
  284 +- examples/sinatra/README.textile
  285 +- examples/sinatra/Rakefile
  286 +- examples/sinatra/app.rb
  287 +- examples/sinatra/features/add.feature
  288 +- examples/sinatra/features/step_definitions/add_steps.rb
  289 +- examples/sinatra/features/support/env.rb
  290 +- examples/sinatra/views/add.erb
  291 +- examples/sinatra/views/layout.erb
  292 +- examples/steps_library/features/step_definitions/steps_lib1.rb
  293 +- examples/steps_library/features/step_definitions/steps_lib2.rb
  294 +- examples/test_unit/Rakefile
  295 +- examples/test_unit/features/step_definitions/test_unit_steps.rb
  296 +- examples/test_unit/features/test_unit.feature
  297 +- examples/tickets/Rakefile
  298 +- examples/tickets/features/172.feature
  299 +- examples/tickets/features/177/1.feature
  300 +- examples/tickets/features/177/2.feature
  301 +- examples/tickets/features/177/3.feature
  302 +- examples/tickets/features/180.feature
  303 +- examples/tickets/features/229/tagged_hooks.feature
  304 +- examples/tickets/features/229/tagged_hooks.rb
  305 +- examples/tickets/features/236.feature
  306 +- examples/tickets/features/241.feature
  307 +- examples/tickets/features/246.feature
  308 +- examples/tickets/features/248.feature
  309 +- examples/tickets/features/270/back.feature
  310 +- examples/tickets/features/270/back.steps.rb
  311 +- examples/tickets/features/272/hooks.feature
  312 +- examples/tickets/features/272/hooks_steps.rb
  313 +- examples/tickets/features/279/py_string_indent.feature
  314 +- examples/tickets/features/279/py_string_indent.steps.rb
  315 +- examples/tickets/features/279/wrong.feature_
  316 +- examples/tickets/features/301/filter_background_tagged_hooks.feature
  317 +- examples/tickets/features/301/filter_background_tagged_hooks_steps.rb
  318 +- examples/tickets/features/306/only_background.feature
  319 +- examples/tickets/features/lib/eatting_machine.rb
  320 +- examples/tickets/features/lib/pantry.rb
  321 +- examples/tickets/features/scenario_outline.feature
  322 +- examples/tickets/features/step_definitons/246_steps.rb
  323 +- examples/tickets/features/step_definitons/248_steps.rb
  324 +- examples/tickets/features/step_definitons/scenario_outline_steps.rb
  325 +- examples/tickets/features/step_definitons/tickets_steps.rb
  326 +- examples/tickets/features/table_diffing.feature
  327 +- examples/tickets/features/tickets.feature
  328 +- examples/watir/README.textile
  329 +- examples/watir/Rakefile
  330 +- examples/watir/features/search.feature
  331 +- examples/watir/features/step_definitons/search_steps.rb
  332 +- examples/watir/features/support/env.rb
  333 +- features/after_block_exceptions.feature
  334 +- features/after_step_block_exceptions.feature
  335 +- features/background.feature
  336 +- features/bug_371.feature
  337 +- features/cucumber_cli.feature
  338 +- features/cucumber_cli_diff_disabled.feature
  339 +- features/cucumber_cli_outlines.feature
  340 +- features/custom_formatter.feature
  341 +- features/drb_server_integration.feature
  342 +- features/exclude_files.feature
  343 +- features/expand.feature
  344 +- features/html_formatter.feature
  345 +- features/html_formatter/a.html
  346 +- features/junit_formatter.feature
  347 +- features/language_from_header.feature
  348 +- features/multiline_names.feature
  349 +- features/profiles.feature
  350 +- features/rake_task.feature
  351 +- features/report_called_undefined_steps.feature
  352 +- features/snippet.feature
  353 +- features/step_definitions/cucumber_steps.rb
  354 +- features/step_definitions/extra_steps.rb
  355 +- features/steps_formatter.feature
  356 +- features/support/env.rb
  357 +- features/table_diffing.feature
  358 +- features/unicode_table.feature
  359 +- features/usage.feature
  360 +- features/work_in_progress.feature
  361 +- gem_tasks/contributors.rake
  362 +- gem_tasks/deployment.rake
  363 +- gem_tasks/environment.rake
  364 +- gem_tasks/features.rake
  365 +- gem_tasks/fix_cr_lf.rake
  366 +- gem_tasks/flog.rake
  367 +- gem_tasks/gemspec.rake
  368 +- gem_tasks/rspec.rake
  369 +- gem_tasks/sass.rake
  370 +- gem_tasks/sdoc.rake
  371 +- lib/README.rdoc
  372 +- lib/autotest/cucumber.rb
  373 +- lib/autotest/cucumber_mixin.rb
  374 +- lib/autotest/cucumber_rails.rb
  375 +- lib/autotest/cucumber_rails_rspec.rb
  376 +- lib/autotest/cucumber_rspec.rb
  377 +- lib/autotest/discover.rb
  378 +- lib/cucumber.rb
  379 +- lib/cucumber/ast.rb
  380 +- lib/cucumber/ast/background.rb
  381 +- lib/cucumber/ast/comment.rb
  382 +- lib/cucumber/ast/examples.rb
  383 +- lib/cucumber/ast/feature.rb
  384 +- lib/cucumber/ast/feature_element.rb
  385 +- lib/cucumber/ast/features.rb
  386 +- lib/cucumber/ast/outline_table.rb
  387 +- lib/cucumber/ast/py_string.rb
  388 +- lib/cucumber/ast/scenario.rb
  389 +- lib/cucumber/ast/scenario_outline.rb
  390 +- lib/cucumber/ast/step.rb
  391 +- lib/cucumber/ast/step_collection.rb
  392 +- lib/cucumber/ast/step_invocation.rb
  393 +- lib/cucumber/ast/table.rb
  394 +- lib/cucumber/ast/tags.rb
  395 +- lib/cucumber/ast/visitor.rb
  396 +- lib/cucumber/broadcaster.rb
  397 +- lib/cucumber/cli/configuration.rb
  398 +- lib/cucumber/cli/drb_client.rb
  399 +- lib/cucumber/cli/language_help_formatter.rb
  400 +- lib/cucumber/cli/main.rb
  401 +- lib/cucumber/cli/options.rb
  402 +- lib/cucumber/cli/profile_loader.rb
  403 +- lib/cucumber/constantize.rb
  404 +- lib/cucumber/core_ext/instance_exec.rb
  405 +- lib/cucumber/core_ext/proc.rb
  406 +- lib/cucumber/core_ext/string.rb
  407 +- lib/cucumber/feature_file.rb
  408 +- lib/cucumber/filter.rb
  409 +- lib/cucumber/formatter/ansicolor.rb
  410 +- lib/cucumber/formatter/color_io.rb
  411 +- lib/cucumber/formatter/console.rb
  412 +- lib/cucumber/formatter/cucumber.css
  413 +- lib/cucumber/formatter/cucumber.sass
  414 +- lib/cucumber/formatter/duration.rb
  415 +- lib/cucumber/formatter/html.rb
  416 +- lib/cucumber/formatter/junit.rb
  417 +- lib/cucumber/formatter/ordered_xml_markup.rb
  418 +- lib/cucumber/formatter/pretty.rb
  419 +- lib/cucumber/formatter/profile.rb
  420 +- lib/cucumber/formatter/progress.rb
  421 +- lib/cucumber/formatter/rerun.rb
  422 +- lib/cucumber/formatter/steps.rb
  423 +- lib/cucumber/formatter/tag_cloud.rb
  424 +- lib/cucumber/formatter/unicode.rb
  425 +- lib/cucumber/formatter/usage.rb
  426 +- lib/cucumber/formatters/unicode.rb
  427 +- lib/cucumber/language_support.rb
  428 +- lib/cucumber/language_support/language_methods.rb
  429 +- lib/cucumber/language_support/step_definition_methods.rb
  430 +- lib/cucumber/languages.yml
  431 +- lib/cucumber/parser.rb
  432 +- lib/cucumber/parser/feature.rb
  433 +- lib/cucumber/parser/feature.tt
  434 +- lib/cucumber/parser/i18n.tt
  435 +- lib/cucumber/parser/natural_language.rb
  436 +- lib/cucumber/parser/table.rb
  437 +- lib/cucumber/parser/table.tt
  438 +- lib/cucumber/parser/treetop_ext.rb
  439 +- lib/cucumber/platform.rb
  440 +- lib/cucumber/py_support/py_dsl.py
  441 +- lib/cucumber/py_support/py_language.py
  442 +- lib/cucumber/py_support/py_language.rb
  443 +- lib/cucumber/rails/rspec.rb
  444 +- lib/cucumber/rails/world.rb
  445 +- lib/cucumber/rake/task.rb
  446 +- lib/cucumber/rb_support/rb_dsl.rb
  447 +- lib/cucumber/rb_support/rb_hook.rb
  448 +- lib/cucumber/rb_support/rb_language.rb
  449 +- lib/cucumber/rb_support/rb_step_definition.rb
  450 +- lib/cucumber/rb_support/rb_world.rb
  451 +- lib/cucumber/rspec_neuter.rb
  452 +- lib/cucumber/step_match.rb
  453 +- lib/cucumber/step_mother.rb
  454 +- lib/cucumber/version.rb
  455 +- lib/cucumber/webrat/element_locator.rb
  456 +- lib/cucumber/webrat/table_locator.rb
  457 +- rails_generators/cucumber/USAGE
  458 +- rails_generators/cucumber/cucumber_generator.rb
  459 +- rails_generators/cucumber/templates/cucumber
  460 +- rails_generators/cucumber/templates/cucumber.rake
  461 +- rails_generators/cucumber/templates/cucumber_environment.rb
  462 +- rails_generators/cucumber/templates/env.rb
  463 +- rails_generators/cucumber/templates/paths.rb
  464 +- rails_generators/cucumber/templates/spork_env.rb
  465 +- rails_generators/cucumber/templates/webrat_steps.rb
  466 +- rails_generators/feature/USAGE
  467 +- rails_generators/feature/feature_generator.rb
  468 +- rails_generators/feature/templates/feature.erb
  469 +- rails_generators/feature/templates/steps.erb
  470 +- spec/cucumber/ast/background_spec.rb
  471 +- spec/cucumber/ast/feature_element_spec.rb
  472 +- spec/cucumber/ast/feature_factory.rb
  473 +- spec/cucumber/ast/feature_spec.rb
  474 +- spec/cucumber/ast/py_string_spec.rb
  475 +- spec/cucumber/ast/scenario_outline_spec.rb
  476 +- spec/cucumber/ast/scenario_spec.rb
  477 +- spec/cucumber/ast/step_collection_spec.rb
  478 +- spec/cucumber/ast/step_spec.rb
  479 +- spec/cucumber/ast/table_spec.rb
  480 +- spec/cucumber/broadcaster_spec.rb
  481 +- spec/cucumber/cli/configuration_spec.rb
  482 +- spec/cucumber/cli/drb_client_spec.rb
  483 +- spec/cucumber/cli/main_spec.rb
  484 +- spec/cucumber/cli/options_spec.rb
  485 +- spec/cucumber/cli/profile_loader_spec.rb
  486 +- spec/cucumber/core_ext/proc_spec.rb
  487 +- spec/cucumber/core_ext/string_spec.rb
  488 +- spec/cucumber/formatter/ansicolor_spec.rb
  489 +- spec/cucumber/formatter/color_io_spec.rb
  490 +- spec/cucumber/formatter/duration_spec.rb
  491 +- spec/cucumber/formatter/html_spec.rb
  492 +- spec/cucumber/formatter/progress_spec.rb
  493 +- spec/cucumber/parser/feature_parser_spec.rb
  494 +- spec/cucumber/parser/table_parser_spec.rb
  495 +- spec/cucumber/rails/stubs/mini_rails.rb
  496 +- spec/cucumber/rails/stubs/test_help.rb
  497 +- spec/cucumber/rails/world_spec.rb
  498 +- spec/cucumber/rb_support/rb_step_definition_spec.rb
  499 +- spec/cucumber/sell_cucumbers.feature
  500 +- spec/cucumber/step_mother_spec.rb
  501 +- spec/cucumber/treetop_parser/empty_feature.feature
  502 +- spec/cucumber/treetop_parser/empty_scenario.feature
  503 +- spec/cucumber/treetop_parser/empty_scenario_outline.feature
  504 +- spec/cucumber/treetop_parser/fit_scenario.feature
  505 +- spec/cucumber/treetop_parser/given_scenario.feature
  506 +- spec/cucumber/treetop_parser/invalid_scenario_outlines.feature
  507 +- spec/cucumber/treetop_parser/multiline_steps.feature
  508 +- spec/cucumber/treetop_parser/multiple_tables.feature
  509 +- spec/cucumber/treetop_parser/scenario_outline.feature
  510 +- spec/cucumber/treetop_parser/spaces.feature
  511 +- spec/cucumber/treetop_parser/test_dos.feature
  512 +- spec/cucumber/treetop_parser/with_comments.feature
  513 +- spec/cucumber/treetop_parser/with_tags.feature
  514 +- spec/cucumber/world/pending_spec.rb
  515 +- spec/spec.opts
  516 +- spec/spec_helper.rb
  517 +has_rdoc: true
  518 +homepage: http://cukes.info
  519 +licenses: []
  520 +
  521 +post_install_message:
  522 +rdoc_options:
  523 +- --main
  524 +- README.txt
  525 +require_paths:
  526 +- lib
  527 +required_ruby_version: !ruby/object:Gem::Requirement
  528 + requirements:
  529 + - - ">="
  530 + - !ruby/object:Gem::Version
  531 + version: "0"
  532 + version:
  533 +required_rubygems_version: !ruby/object:Gem::Requirement
  534 + requirements:
  535 + - - ">="
  536 + - !ruby/object:Gem::Version
  537 + version: "0"
  538 + version:
  539 +requirements: []
  540 +
  541 +rubyforge_project: rspec
  542 +rubygems_version: 1.3.4
  543 +signing_key:
  544 +specification_version: 3
  545 +summary: Executable Feature scenarios
  546 +test_files: []
  547 +
vendor/gems/treetop-1.3.0/.specification 0 → 100644
@@ -0,0 +1,126 @@ @@ -0,0 +1,126 @@
  1 +--- !ruby/object:Gem::Specification
  2 +name: treetop
  3 +version: !ruby/object:Gem::Version
  4 + version: 1.3.0
  5 +platform: ruby
  6 +authors:
  7 +- Nathan Sobo
  8 +autorequire: treetop
  9 +bindir: bin
  10 +cert_chain: []
  11 +
  12 +date: 2009-07-21 00:00:00 -04:00
  13 +default_executable: tt
  14 +dependencies:
  15 +- !ruby/object:Gem::Dependency
  16 + name: polyglot
  17 + type: :runtime
  18 + version_requirement:
  19 + version_requirements: !ruby/object:Gem::Requirement
  20 + requirements:
  21 + - - ">="
  22 + - !ruby/object:Gem::Version
  23 + version: 0.2.5
  24 + version:
  25 +description:
  26 +email: nathansobo@gmail.com
  27 +executables:
  28 +- tt
  29 +extensions: []
  30 +
  31 +extra_rdoc_files: []
  32 +
  33 +files:
  34 +- LICENSE
  35 +- README
  36 +- Rakefile
  37 +- lib/treetop/bootstrap_gen_1_metagrammar.rb
  38 +- lib/treetop/compiler/grammar_compiler.rb
  39 +- lib/treetop/compiler/lexical_address_space.rb
  40 +- lib/treetop/compiler/metagrammar.rb
  41 +- lib/treetop/compiler/metagrammar.treetop
  42 +- lib/treetop/compiler/node_classes/anything_symbol.rb
  43 +- lib/treetop/compiler/node_classes/atomic_expression.rb
  44 +- lib/treetop/compiler/node_classes/character_class.rb
  45 +- lib/treetop/compiler/node_classes/choice.rb
  46 +- lib/treetop/compiler/node_classes/declaration_sequence.rb
  47 +- lib/treetop/compiler/node_classes/grammar.rb
  48 +- lib/treetop/compiler/node_classes/inline_module.rb
  49 +- lib/treetop/compiler/node_classes/nonterminal.rb
  50 +- lib/treetop/compiler/node_classes/optional.rb
  51 +- lib/treetop/compiler/node_classes/parenthesized_expression.rb
  52 +- lib/treetop/compiler/node_classes/parsing_expression.rb
  53 +- lib/treetop/compiler/node_classes/parsing_rule.rb
  54 +- lib/treetop/compiler/node_classes/predicate.rb
  55 +- lib/treetop/compiler/node_classes/repetition.rb
  56 +- lib/treetop/compiler/node_classes/sequence.rb
  57 +- lib/treetop/compiler/node_classes/terminal.rb
  58 +- lib/treetop/compiler/node_classes/transient_prefix.rb
  59 +- lib/treetop/compiler/node_classes/treetop_file.rb
  60 +- lib/treetop/compiler/node_classes.rb
  61 +- lib/treetop/compiler/ruby_builder.rb
  62 +- lib/treetop/compiler.rb
  63 +- lib/treetop/ruby_extensions/string.rb
  64 +- lib/treetop/ruby_extensions.rb
  65 +- lib/treetop/runtime/compiled_parser.rb
  66 +- lib/treetop/runtime/interval_skip_list/head_node.rb
  67 +- lib/treetop/runtime/interval_skip_list/interval_skip_list.rb
  68 +- lib/treetop/runtime/interval_skip_list/node.rb
  69 +- lib/treetop/runtime/interval_skip_list.rb
  70 +- lib/treetop/runtime/syntax_node.rb
  71 +- lib/treetop/runtime/terminal_parse_failure.rb
  72 +- lib/treetop/runtime/terminal_parse_failure_debug.rb
  73 +- lib/treetop/runtime/terminal_syntax_node.rb
  74 +- lib/treetop/runtime.rb
  75 +- lib/treetop/version.rb
  76 +- lib/treetop.rb
  77 +- bin/tt
  78 +- doc/contributing_and_planned_features.markdown
  79 +- doc/grammar_composition.markdown
  80 +- doc/index.markdown
  81 +- doc/pitfalls_and_advanced_techniques.markdown
  82 +- doc/semantic_interpretation.markdown
  83 +- doc/site.rb
  84 +- doc/sitegen.rb
  85 +- doc/syntactic_recognition.markdown
  86 +- doc/using_in_ruby.markdown
  87 +- examples/lambda_calculus/arithmetic.rb
  88 +- examples/lambda_calculus/arithmetic.treetop
  89 +- examples/lambda_calculus/arithmetic_node_classes.rb
  90 +- examples/lambda_calculus/arithmetic_test.rb
  91 +- examples/lambda_calculus/lambda_calculus
  92 +- examples/lambda_calculus/lambda_calculus.rb
  93 +- examples/lambda_calculus/lambda_calculus.treetop
  94 +- examples/lambda_calculus/lambda_calculus_node_classes.rb
  95 +- examples/lambda_calculus/lambda_calculus_test.rb
  96 +- examples/lambda_calculus/test_helper.rb
  97 +has_rdoc: true
  98 +homepage: http://functionalform.blogspot.com
  99 +licenses: []
  100 +
  101 +post_install_message:
  102 +rdoc_options: []
  103 +
  104 +require_paths:
  105 +- lib
  106 +required_ruby_version: !ruby/object:Gem::Requirement
  107 + requirements:
  108 + - - ">="
  109 + - !ruby/object:Gem::Version
  110 + version: "0"
  111 + version:
  112 +required_rubygems_version: !ruby/object:Gem::Requirement
  113 + requirements:
  114 + - - ">="
  115 + - !ruby/object:Gem::Version
  116 + version: "0"
  117 + version:
  118 +requirements: []
  119 +
  120 +rubyforge_project:
  121 +rubygems_version: 1.3.4
  122 +signing_key:
  123 +specification_version: 3
  124 +summary: A Ruby-based text parsing and interpretation DSL
  125 +test_files: []
  126 +
vendor/gems/webrat-0.5.3/.specification 0 → 100644
@@ -0,0 +1,385 @@ @@ -0,0 +1,385 @@
  1 +--- !ruby/object:Gem::Specification
  2 +name: webrat
  3 +version: !ruby/object:Gem::Version
  4 + version: 0.5.3
  5 +platform: ruby
  6 +authors:
  7 +- Bryan Helmkamp
  8 +autorequire:
  9 +bindir: bin
  10 +cert_chain: []
  11 +
  12 +date: 2009-08-27 00:00:00 -04:00
  13 +default_executable:
  14 +dependencies:
  15 +- !ruby/object:Gem::Dependency
  16 + name: nokogiri
  17 + type: :runtime
  18 + version_requirement:
  19 + version_requirements: !ruby/object:Gem::Requirement
  20 + requirements:
  21 + - - ">="
  22 + - !ruby/object:Gem::Version
  23 + version: 1.2.0
  24 + version:
  25 +- !ruby/object:Gem::Dependency
  26 + name: rack
  27 + type: :runtime
  28 + version_requirement:
  29 + version_requirements: !ruby/object:Gem::Requirement
  30 + requirements:
  31 + - - ">="
  32 + - !ruby/object:Gem::Version
  33 + version: "1.0"
  34 + version:
  35 +description: |-
  36 + Webrat lets you quickly write expressive and robust acceptance tests
  37 + for a Ruby web application. It supports simulating a browser inside
  38 + a Ruby process to avoid the performance hit and browser dependency of
  39 + Selenium or Watir, but the same API can also be used to drive real
  40 + Selenium tests when necessary (eg. for testing AJAX interactions).
  41 + Most Ruby web frameworks and testing frameworks are supported.
  42 +email: bryan@brynary.com
  43 +executables: []
  44 +
  45 +extensions: []
  46 +
  47 +extra_rdoc_files:
  48 +- History.txt
  49 +- MIT-LICENSE.txt
  50 +- README.rdoc
  51 +files:
  52 +- .document
  53 +- .gitignore
  54 +- History.txt
  55 +- MIT-LICENSE.txt
  56 +- README.rdoc
  57 +- Rakefile
  58 +- VERSION
  59 +- install.rb
  60 +- lib/webrat.rb
  61 +- lib/webrat/core.rb
  62 +- lib/webrat/core/configuration.rb
  63 +- lib/webrat/core/elements/area.rb
  64 +- lib/webrat/core/elements/element.rb
  65 +- lib/webrat/core/elements/field.rb
  66 +- lib/webrat/core/elements/form.rb
  67 +- lib/webrat/core/elements/label.rb
  68 +- lib/webrat/core/elements/link.rb
  69 +- lib/webrat/core/elements/select_option.rb
  70 +- lib/webrat/core/locators.rb
  71 +- lib/webrat/core/locators/area_locator.rb
  72 +- lib/webrat/core/locators/button_locator.rb
  73 +- lib/webrat/core/locators/field_by_id_locator.rb
  74 +- lib/webrat/core/locators/field_labeled_locator.rb
  75 +- lib/webrat/core/locators/field_locator.rb
  76 +- lib/webrat/core/locators/field_named_locator.rb
  77 +- lib/webrat/core/locators/form_locator.rb
  78 +- lib/webrat/core/locators/label_locator.rb
  79 +- lib/webrat/core/locators/link_locator.rb
  80 +- lib/webrat/core/locators/locator.rb
  81 +- lib/webrat/core/locators/select_option_locator.rb
  82 +- lib/webrat/core/logging.rb
  83 +- lib/webrat/core/matchers.rb
  84 +- lib/webrat/core/matchers/have_content.rb
  85 +- lib/webrat/core/matchers/have_selector.rb
  86 +- lib/webrat/core/matchers/have_tag.rb
  87 +- lib/webrat/core/matchers/have_xpath.rb
  88 +- lib/webrat/core/methods.rb
  89 +- lib/webrat/core/mime.rb
  90 +- lib/webrat/core/save_and_open_page.rb
  91 +- lib/webrat/core/scope.rb
  92 +- lib/webrat/core/session.rb
  93 +- lib/webrat/core/xml.rb
  94 +- lib/webrat/core/xml/hpricot.rb
  95 +- lib/webrat/core/xml/nokogiri.rb
  96 +- lib/webrat/core/xml/rexml.rb
  97 +- lib/webrat/core_extensions/blank.rb
  98 +- lib/webrat/core_extensions/deprecate.rb
  99 +- lib/webrat/core_extensions/detect_mapped.rb
  100 +- lib/webrat/core_extensions/meta_class.rb
  101 +- lib/webrat/core_extensions/nil_to_param.rb
  102 +- lib/webrat/core_extensions/tcp_socket.rb
  103 +- lib/webrat/mechanize.rb
  104 +- lib/webrat/merb.rb
  105 +- lib/webrat/merb_adapter.rb
  106 +- lib/webrat/merb_multipart_support.rb
  107 +- lib/webrat/rack.rb
  108 +- lib/webrat/rails.rb
  109 +- lib/webrat/rspec-rails.rb
  110 +- lib/webrat/selenium.rb
  111 +- lib/webrat/selenium/application_server_factory.rb
  112 +- lib/webrat/selenium/application_servers.rb
  113 +- lib/webrat/selenium/application_servers/base.rb
  114 +- lib/webrat/selenium/application_servers/external.rb
  115 +- lib/webrat/selenium/application_servers/merb.rb
  116 +- lib/webrat/selenium/application_servers/rails.rb
  117 +- lib/webrat/selenium/application_servers/sinatra.rb
  118 +- lib/webrat/selenium/location_strategy_javascript/button.js
  119 +- lib/webrat/selenium/location_strategy_javascript/label.js
  120 +- lib/webrat/selenium/location_strategy_javascript/webrat.js
  121 +- lib/webrat/selenium/location_strategy_javascript/webratlink.js
  122 +- lib/webrat/selenium/location_strategy_javascript/webratlinkwithin.js
  123 +- lib/webrat/selenium/location_strategy_javascript/webratselectwithoption.js
  124 +- lib/webrat/selenium/matchers.rb
  125 +- lib/webrat/selenium/matchers/have_content.rb
  126 +- lib/webrat/selenium/matchers/have_selector.rb
  127 +- lib/webrat/selenium/matchers/have_tag.rb
  128 +- lib/webrat/selenium/matchers/have_xpath.rb
  129 +- lib/webrat/selenium/selenium_extensions.js
  130 +- lib/webrat/selenium/selenium_rc_server.rb
  131 +- lib/webrat/selenium/selenium_session.rb
  132 +- lib/webrat/selenium/silence_stream.rb
  133 +- lib/webrat/sinatra.rb
  134 +- spec/fakes/test_adapter.rb
  135 +- spec/integration/mechanize/Rakefile
  136 +- spec/integration/mechanize/config.ru
  137 +- spec/integration/mechanize/sample_app.rb
  138 +- spec/integration/mechanize/spec/mechanize_spec.rb
  139 +- spec/integration/mechanize/spec/spec_helper.rb
  140 +- spec/integration/merb/.gitignore
  141 +- spec/integration/merb/Rakefile
  142 +- spec/integration/merb/app/controllers/application.rb
  143 +- spec/integration/merb/app/controllers/exceptions.rb
  144 +- spec/integration/merb/app/controllers/testing.rb
  145 +- spec/integration/merb/app/views/exceptions/not_acceptable.html.erb
  146 +- spec/integration/merb/app/views/exceptions/not_found.html.erb
  147 +- spec/integration/merb/app/views/layout/application.html.erb
  148 +- spec/integration/merb/app/views/testing/show_form.html.erb
  149 +- spec/integration/merb/app/views/testing/upload.html.erb
  150 +- spec/integration/merb/config/environments/development.rb
  151 +- spec/integration/merb/config/environments/rake.rb
  152 +- spec/integration/merb/config/environments/test.rb
  153 +- spec/integration/merb/config/init.rb
  154 +- spec/integration/merb/config/rack.rb
  155 +- spec/integration/merb/config/router.rb
  156 +- spec/integration/merb/spec/spec.opts
  157 +- spec/integration/merb/spec/spec_helper.rb
  158 +- spec/integration/merb/spec/webrat_spec.rb
  159 +- spec/integration/merb/tasks/merb.thor/app_script.rb
  160 +- spec/integration/merb/tasks/merb.thor/common.rb
  161 +- spec/integration/merb/tasks/merb.thor/gem_ext.rb
  162 +- spec/integration/merb/tasks/merb.thor/main.thor
  163 +- spec/integration/merb/tasks/merb.thor/ops.rb
  164 +- spec/integration/merb/tasks/merb.thor/utils.rb
  165 +- spec/integration/rack/Rakefile
  166 +- spec/integration/rack/app.rb
  167 +- spec/integration/rack/test/helper.rb
  168 +- spec/integration/rack/test/webrat_rack_test.rb
  169 +- spec/integration/rails/.gitignore
  170 +- spec/integration/rails/Rakefile
  171 +- spec/integration/rails/app/controllers/application.rb
  172 +- spec/integration/rails/app/controllers/buttons_controller.rb
  173 +- spec/integration/rails/app/controllers/fields_controller.rb
  174 +- spec/integration/rails/app/controllers/links_controller.rb
  175 +- spec/integration/rails/app/controllers/webrat_controller.rb
  176 +- spec/integration/rails/app/helpers/buttons_helper.rb
  177 +- spec/integration/rails/app/helpers/fields_helper.rb
  178 +- spec/integration/rails/app/helpers/links_helper.rb
  179 +- spec/integration/rails/app/views/buttons/show.html.erb
  180 +- spec/integration/rails/app/views/fields/show.html.erb
  181 +- spec/integration/rails/app/views/links/show.html.erb
  182 +- spec/integration/rails/app/views/webrat/before_redirect_form.html.erb
  183 +- spec/integration/rails/app/views/webrat/buttons.html.erb
  184 +- spec/integration/rails/app/views/webrat/form.html.erb
  185 +- spec/integration/rails/config/boot.rb
  186 +- spec/integration/rails/config/environment.rb
  187 +- spec/integration/rails/config/environments/development.rb
  188 +- spec/integration/rails/config/environments/selenium.rb
  189 +- spec/integration/rails/config/environments/test.rb
  190 +- spec/integration/rails/config/initializers/inflections.rb
  191 +- spec/integration/rails/config/initializers/mime_types.rb
  192 +- spec/integration/rails/config/initializers/new_rails_defaults.rb
  193 +- spec/integration/rails/config/locales/en.yml
  194 +- spec/integration/rails/config/routes.rb
  195 +- spec/integration/rails/public/404.html
  196 +- spec/integration/rails/public/422.html
  197 +- spec/integration/rails/public/500.html
  198 +- spec/integration/rails/script/about
  199 +- spec/integration/rails/script/console
  200 +- spec/integration/rails/script/dbconsole
  201 +- spec/integration/rails/script/destroy
  202 +- spec/integration/rails/script/generate
  203 +- spec/integration/rails/script/performance/benchmarker
  204 +- spec/integration/rails/script/performance/profiler
  205 +- spec/integration/rails/script/performance/request
  206 +- spec/integration/rails/script/plugin
  207 +- spec/integration/rails/script/process/inspector
  208 +- spec/integration/rails/script/process/reaper
  209 +- spec/integration/rails/script/process/spawner
  210 +- spec/integration/rails/script/runner
  211 +- spec/integration/rails/script/server
  212 +- spec/integration/rails/test/integration/button_click_test.rb
  213 +- spec/integration/rails/test/integration/fill_in_test.rb
  214 +- spec/integration/rails/test/integration/link_click_test.rb
  215 +- spec/integration/rails/test/integration/webrat_test.rb
  216 +- spec/integration/rails/test/test_helper.rb
  217 +- spec/integration/sinatra/Rakefile
  218 +- spec/integration/sinatra/classic_app.rb
  219 +- spec/integration/sinatra/modular_app.rb
  220 +- spec/integration/sinatra/test/classic_app_test.rb
  221 +- spec/integration/sinatra/test/modular_app_test.rb
  222 +- spec/integration/sinatra/test/test_helper.rb
  223 +- spec/private/core/configuration_spec.rb
  224 +- spec/private/core/field_spec.rb
  225 +- spec/private/core/link_spec.rb
  226 +- spec/private/core/logging_spec.rb
  227 +- spec/private/core/session_spec.rb
  228 +- spec/private/mechanize/mechanize_adapter_spec.rb
  229 +- spec/private/merb/attaches_file_spec.rb
  230 +- spec/private/merb/merb_adapter_spec.rb
  231 +- spec/private/nokogiri_spec.rb
  232 +- spec/private/rails/attaches_file_spec.rb
  233 +- spec/private/rails/rails_adapter_spec.rb
  234 +- spec/private/selenium/application_servers/rails_spec.rb
  235 +- spec/public/basic_auth_spec.rb
  236 +- spec/public/check_spec.rb
  237 +- spec/public/choose_spec.rb
  238 +- spec/public/click_area_spec.rb
  239 +- spec/public/click_button_spec.rb
  240 +- spec/public/click_link_spec.rb
  241 +- spec/public/fill_in_spec.rb
  242 +- spec/public/locators/field_by_xpath_spec.rb
  243 +- spec/public/locators/field_labeled_spec.rb
  244 +- spec/public/locators/field_with_id_spec.rb
  245 +- spec/public/matchers/contain_spec.rb
  246 +- spec/public/matchers/have_selector_spec.rb
  247 +- spec/public/matchers/have_tag_spec.rb
  248 +- spec/public/matchers/have_xpath_spec.rb
  249 +- spec/public/reload_spec.rb
  250 +- spec/public/save_and_open_spec.rb
  251 +- spec/public/select_date_spec.rb
  252 +- spec/public/select_datetime_spec.rb
  253 +- spec/public/select_spec.rb
  254 +- spec/public/select_time_spec.rb
  255 +- spec/public/selenium/application_server_factory_spec.rb
  256 +- spec/public/selenium/application_servers/external_spec.rb
  257 +- spec/public/selenium/selenium_session_spec.rb
  258 +- spec/public/set_hidden_field_spec.rb
  259 +- spec/public/submit_form_spec.rb
  260 +- spec/public/visit_spec.rb
  261 +- spec/public/within_spec.rb
  262 +- spec/rcov.opts
  263 +- spec/spec.opts
  264 +- spec/spec_helper.rb
  265 +- vendor/selenium-server.jar
  266 +- webrat.gemspec
  267 +has_rdoc: true
  268 +homepage: http://github.com/brynary/webrat
  269 +licenses: []
  270 +
  271 +post_install_message:
  272 +rdoc_options:
  273 +- --charset=UTF-8
  274 +require_paths:
  275 +- lib
  276 +required_ruby_version: !ruby/object:Gem::Requirement
  277 + requirements:
  278 + - - ">="
  279 + - !ruby/object:Gem::Version
  280 + version: "0"
  281 + version:
  282 +required_rubygems_version: !ruby/object:Gem::Requirement
  283 + requirements:
  284 + - - ">="
  285 + - !ruby/object:Gem::Version
  286 + version: "0"
  287 + version:
  288 +requirements: []
  289 +
  290 +rubyforge_project: webrat
  291 +rubygems_version: 1.3.4
  292 +signing_key:
  293 +specification_version: 3
  294 +summary: Ruby Acceptance Testing for Web applications
  295 +test_files:
  296 +- spec/fakes/test_adapter.rb
  297 +- spec/integration/mechanize/sample_app.rb
  298 +- spec/integration/mechanize/spec/mechanize_spec.rb
  299 +- spec/integration/mechanize/spec/spec_helper.rb
  300 +- spec/integration/merb/app/controllers/application.rb
  301 +- spec/integration/merb/app/controllers/exceptions.rb
  302 +- spec/integration/merb/app/controllers/testing.rb
  303 +- spec/integration/merb/config/environments/development.rb
  304 +- spec/integration/merb/config/environments/rake.rb
  305 +- spec/integration/merb/config/environments/test.rb
  306 +- spec/integration/merb/config/init.rb
  307 +- spec/integration/merb/config/rack.rb
  308 +- spec/integration/merb/config/router.rb
  309 +- spec/integration/merb/spec/spec_helper.rb
  310 +- spec/integration/merb/spec/webrat_spec.rb
  311 +- spec/integration/merb/tasks/merb.thor/app_script.rb
  312 +- spec/integration/merb/tasks/merb.thor/common.rb
  313 +- spec/integration/merb/tasks/merb.thor/gem_ext.rb
  314 +- spec/integration/merb/tasks/merb.thor/ops.rb
  315 +- spec/integration/merb/tasks/merb.thor/utils.rb
  316 +- spec/integration/rack/app.rb
  317 +- spec/integration/rack/test/helper.rb
  318 +- spec/integration/rack/test/webrat_rack_test.rb
  319 +- spec/integration/rails/app/controllers/application.rb
  320 +- spec/integration/rails/app/controllers/buttons_controller.rb
  321 +- spec/integration/rails/app/controllers/fields_controller.rb
  322 +- spec/integration/rails/app/controllers/links_controller.rb
  323 +- spec/integration/rails/app/controllers/webrat_controller.rb
  324 +- spec/integration/rails/app/helpers/buttons_helper.rb
  325 +- spec/integration/rails/app/helpers/fields_helper.rb
  326 +- spec/integration/rails/app/helpers/links_helper.rb
  327 +- spec/integration/rails/config/boot.rb
  328 +- spec/integration/rails/config/environment.rb
  329 +- spec/integration/rails/config/environments/development.rb
  330 +- spec/integration/rails/config/environments/selenium.rb
  331 +- spec/integration/rails/config/environments/test.rb
  332 +- spec/integration/rails/config/initializers/inflections.rb
  333 +- spec/integration/rails/config/initializers/mime_types.rb
  334 +- spec/integration/rails/config/initializers/new_rails_defaults.rb
  335 +- spec/integration/rails/config/routes.rb
  336 +- spec/integration/rails/test/integration/button_click_test.rb
  337 +- spec/integration/rails/test/integration/fill_in_test.rb
  338 +- spec/integration/rails/test/integration/link_click_test.rb
  339 +- spec/integration/rails/test/integration/webrat_test.rb
  340 +- spec/integration/rails/test/test_helper.rb
  341 +- spec/integration/sinatra/classic_app.rb
  342 +- spec/integration/sinatra/modular_app.rb
  343 +- spec/integration/sinatra/test/classic_app_test.rb
  344 +- spec/integration/sinatra/test/modular_app_test.rb
  345 +- spec/integration/sinatra/test/test_helper.rb
  346 +- spec/private/core/configuration_spec.rb
  347 +- spec/private/core/field_spec.rb
  348 +- spec/private/core/link_spec.rb
  349 +- spec/private/core/logging_spec.rb
  350 +- spec/private/core/session_spec.rb
  351 +- spec/private/mechanize/mechanize_adapter_spec.rb
  352 +- spec/private/merb/attaches_file_spec.rb
  353 +- spec/private/merb/merb_adapter_spec.rb
  354 +- spec/private/nokogiri_spec.rb
  355 +- spec/private/rails/attaches_file_spec.rb
  356 +- spec/private/rails/rails_adapter_spec.rb
  357 +- spec/private/selenium/application_servers/rails_spec.rb
  358 +- spec/public/basic_auth_spec.rb
  359 +- spec/public/check_spec.rb
  360 +- spec/public/choose_spec.rb
  361 +- spec/public/click_area_spec.rb
  362 +- spec/public/click_button_spec.rb
  363 +- spec/public/click_link_spec.rb
  364 +- spec/public/fill_in_spec.rb
  365 +- spec/public/locators/field_by_xpath_spec.rb
  366 +- spec/public/locators/field_labeled_spec.rb
  367 +- spec/public/locators/field_with_id_spec.rb
  368 +- spec/public/matchers/contain_spec.rb
  369 +- spec/public/matchers/have_selector_spec.rb
  370 +- spec/public/matchers/have_tag_spec.rb
  371 +- spec/public/matchers/have_xpath_spec.rb
  372 +- spec/public/reload_spec.rb
  373 +- spec/public/save_and_open_spec.rb
  374 +- spec/public/select_date_spec.rb
  375 +- spec/public/select_datetime_spec.rb
  376 +- spec/public/select_spec.rb
  377 +- spec/public/select_time_spec.rb
  378 +- spec/public/selenium/application_server_factory_spec.rb
  379 +- spec/public/selenium/application_servers/external_spec.rb
  380 +- spec/public/selenium/selenium_session_spec.rb
  381 +- spec/public/set_hidden_field_spec.rb
  382 +- spec/public/submit_form_spec.rb
  383 +- spec/public/visit_spec.rb
  384 +- spec/public/within_spec.rb
  385 +- spec/spec_helper.rb