picolena 0.1.8 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/History.txt +17 -0
- data/MIT-LICENSE +1 -1
- data/Manifest.txt +5 -528
- data/README.txt +4 -4
- data/config/files_to_clean +1 -0
- data/config/hoe.rb +6 -6
- data/lib/picolena/{templates/config → config}/environment.rb +6 -1
- data/lib/picolena/config/icons_and_filetypes.yml +8 -0
- data/lib/picolena/config/indexed_directories.yml +7 -0
- data/lib/picolena/config/indexing_performance.yml +4 -1
- data/lib/picolena/config/white_list_ip.yml +0 -0
- data/lib/picolena/picolena_generator.rb +3 -129
- data/lib/picolena/templates/MIT-LICENSE +0 -0
- data/lib/picolena/templates/Rakefile +0 -0
- data/lib/picolena/templates/app/controllers/application.rb +0 -0
- data/lib/picolena/templates/app/controllers/documents_controller.rb +2 -2
- data/lib/picolena/templates/app/helpers/application_helper.rb +0 -0
- data/lib/picolena/templates/app/helpers/documents_helper.rb +18 -7
- data/lib/picolena/templates/app/models/document.rb +34 -7
- data/lib/picolena/templates/app/models/finder.rb +29 -3
- data/lib/picolena/templates/app/models/indexer.rb +11 -8
- data/lib/picolena/templates/app/models/plain_text_extractor.rb +20 -16
- data/lib/picolena/templates/app/views/documents/_document.html.haml +1 -1
- data/lib/picolena/templates/app/views/documents/index.html.haml +0 -0
- data/lib/picolena/templates/app/views/documents/show.html.haml +2 -2
- data/lib/picolena/templates/app/views/layouts/application.html.haml +0 -0
- data/lib/picolena/templates/config/boot.rb +0 -0
- data/lib/picolena/templates/config/environments/development.rb +4 -1
- data/lib/picolena/templates/config/environments/production.rb +4 -1
- data/lib/picolena/templates/config/environments/test.rb +4 -0
- data/lib/picolena/templates/config/initializers/001_load_custom_config.rb +0 -0
- data/lib/picolena/templates/config/initializers/002_load_indexed_dirs.rb +25 -2
- data/lib/picolena/templates/config/initializers/003_load_white_list_IPs.rb +0 -0
- data/lib/picolena/templates/config/initializers/004_load_plain_text_extractors.rb +0 -0
- data/lib/picolena/templates/config/initializers/006_load_icons.rb +0 -0
- data/lib/picolena/templates/config/initializers/007_load_performance_tweaks.rb +0 -0
- data/lib/picolena/templates/config/routes.rb +1 -2
- data/lib/picolena/templates/lang/ui/de.yml +4 -0
- data/lib/picolena/templates/lang/ui/en.yml +4 -0
- data/lib/picolena/templates/lang/ui/es.yml +4 -0
- data/lib/picolena/templates/lang/ui/fr.yml +4 -0
- data/lib/picolena/templates/lib/core_exts.rb +0 -0
- data/lib/picolena/templates/lib/indexer_logger.rb +1 -7
- data/lib/picolena/templates/lib/plain_text_extractor_DSL.rb +1 -2
- data/lib/picolena/templates/lib/plain_text_extractors/adobe.pdf.rb +0 -0
- data/lib/picolena/templates/lib/plain_text_extractors/html.rb +0 -0
- data/lib/picolena/templates/lib/plain_text_extractors/ms.excel.rb +0 -0
- data/lib/picolena/templates/lib/plain_text_extractors/ms.powerpoint.rb +0 -0
- data/lib/picolena/templates/lib/plain_text_extractors/ms.rtf.rb +0 -0
- data/lib/picolena/templates/lib/plain_text_extractors/ms.word.rb +0 -0
- data/lib/picolena/templates/lib/plain_text_extractors/opendocument.presentation.rb +0 -0
- data/lib/picolena/templates/lib/plain_text_extractors/opendocument.spreadsheet.rb +0 -0
- data/lib/picolena/templates/lib/plain_text_extractors/opendocument.text.rb +0 -0
- data/lib/picolena/templates/lib/plain_text_extractors/pictures.rb +8 -0
- data/lib/picolena/templates/lib/plain_text_extractors/plain_text.rb +0 -0
- data/lib/picolena/templates/lib/tasks/annotations.rake +0 -0
- data/lib/picolena/templates/lib/tasks/index.rake +0 -0
- data/lib/picolena/templates/lib/tasks/install_dependencies.rake +0 -0
- data/lib/picolena/templates/lib/tasks/log.rake +0 -0
- data/lib/picolena/templates/lib/tasks/rspec.rake +158 -0
- data/lib/picolena/templates/public/.htaccess +0 -0
- data/lib/picolena/templates/public/404.html +0 -0
- data/lib/picolena/templates/public/500.html +0 -0
- data/lib/picolena/templates/public/favicon.ico +0 -0
- data/lib/picolena/templates/public/help/PicolenaHowTo-de.pdf +0 -0
- data/lib/picolena/templates/public/help/PicolenaHowTo-de.tex +0 -0
- data/lib/picolena/templates/public/images/bg.gif +0 -0
- data/lib/picolena/templates/public/images/flags/ar.png +0 -0
- data/lib/picolena/templates/public/images/flags/be.png +0 -0
- data/lib/picolena/templates/public/images/flags/de.png +0 -0
- data/lib/picolena/templates/public/images/flags/el.png +0 -0
- data/lib/picolena/templates/public/images/flags/es.png +0 -0
- data/lib/picolena/templates/public/images/flags/fr.png +0 -0
- data/lib/picolena/templates/public/images/flags/ga.png +0 -0
- data/lib/picolena/templates/public/images/flags/hr.png +0 -0
- data/lib/picolena/templates/public/images/flags/it.png +0 -0
- data/lib/picolena/templates/public/images/flags/nl.png +0 -0
- data/lib/picolena/templates/public/images/flags/pl.png +0 -0
- data/lib/picolena/templates/public/images/flags/pt-br.png +0 -0
- data/lib/picolena/templates/public/images/flags/pt-pt.png +0 -0
- data/lib/picolena/templates/public/images/flags/readme.txt +0 -0
- data/lib/picolena/templates/public/images/flags/sv.png +0 -0
- data/lib/picolena/templates/public/images/icons/cad.png +0 -0
- data/lib/picolena/templates/public/images/icons/code.png +0 -0
- data/lib/picolena/templates/public/images/icons/doc.png +0 -0
- data/lib/picolena/templates/public/images/icons/exe.png +0 -0
- data/lib/picolena/templates/public/images/icons/html.png +0 -0
- data/lib/picolena/templates/public/images/icons/insel.png +0 -0
- data/lib/picolena/templates/public/images/icons/ogg.png +0 -0
- data/lib/picolena/templates/public/images/icons/package.png +0 -0
- data/lib/picolena/templates/public/images/icons/pdf.png +0 -0
- data/lib/picolena/templates/public/images/icons/picture.png +0 -0
- data/lib/picolena/templates/public/images/icons/plain_text_small.png +0 -0
- data/lib/picolena/templates/public/images/icons/ppt.png +0 -0
- data/lib/picolena/templates/public/images/icons/remote_folder.png +0 -0
- data/lib/picolena/templates/public/images/icons/txt.png +0 -0
- data/lib/picolena/templates/public/images/icons/video.png +0 -0
- data/lib/picolena/templates/public/images/icons/xls.png +0 -0
- data/lib/picolena/templates/public/images/main_img.jpg +0 -0
- data/lib/picolena/templates/public/images/zafh_net.png +0 -0
- data/lib/picolena/templates/public/robots.txt +0 -0
- data/lib/picolena/templates/public/stylesheets/style.css +24 -1
- data/lib/picolena/templates/script/autospec +5 -0
- data/lib/picolena/templates/script/spec +1 -0
- data/lib/picolena/templates/script/spec_server +34 -11
- data/lib/picolena/templates/spec/controllers/application_controller_spec.rb +0 -0
- data/lib/picolena/templates/spec/controllers/documents_controller_spec.rb +31 -11
- data/lib/picolena/templates/spec/helpers/documents_helper_spec.rb +1 -1
- data/lib/picolena/templates/spec/models/basic_finder_spec.rb +0 -0
- data/lib/picolena/templates/spec/models/document_spec.rb +27 -1
- data/lib/picolena/templates/spec/models/finder_spec.rb +9 -36
- data/lib/picolena/templates/spec/models/host_indexing_system_spec.rb +0 -0
- data/lib/picolena/templates/spec/models/index_directories_spec.rb +4 -0
- data/lib/picolena/templates/spec/models/indexer_spec.rb +14 -0
- data/lib/picolena/templates/spec/models/plain_text_extractor_spec.rb +0 -0
- data/lib/picolena/templates/spec/models/query_spec.rb +8 -1
- data/lib/picolena/templates/spec/rcov.opts +1 -1
- data/lib/picolena/templates/spec/spec.opts +0 -0
- data/lib/picolena/templates/spec/spec_helper.rb +14 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/basic/another_plain.text +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/basic/basic.odt +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/basic/basic.pdf +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/basic/basic.tex +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/basic/crossed.text +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/basic/crossed.txt +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/basic/hello.rb +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/basic/myfirstjavaprog.java +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/basic/one_page.ppt +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/basic/other_basic.PDF +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/basic/other_too_small.dOc +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/basic/plain.txt +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/basic/queens.for +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/basic/too_small.doc +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/basic/ubuntu_theme.odp +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/basic/weight_and_balance.ods +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/different_encodings/iso-8859-1.txt +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/different_encodings/iso-8859-15.txt +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/different_encodings/utf-8.txt +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/just_one_doc/for_test.txt +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/literature/Simulation of district heating systems for evaluation of real-time control strategies.pdf +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/literature/Types of malfunction in DH substations.doc +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/media/crow.jpg +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/others/7.html +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/others/Thumbs.db +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/others/asfg.abc +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/others/ccmatrix1.cpp +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/others/cross_site_scripting.txt +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/others/gcd.c +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/others/ghjopdfg.xyz +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/others/lemonde.htm +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/others/nested/README +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/others/nested/ReadMe.rtf +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/others/nested/table.xls +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/others/nested/unreadable.pdf +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/others/picolena.pps +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/others/placeholder.txt +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/others/square.ins +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/others/stem_de.txt +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/others/stem_en.txt +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/others/und_oder.txt +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/others/unreadable.png +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/others/utf8.pdf +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/others/utf8.txt +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/others/weird_chars.txt +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/others/whatever.db +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/others/xor.vee +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/others/zafh.net.html +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/yet_another_dir/office2003-word-template.dot +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/yet_another_dir/office2007-excel.xlsx +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/yet_another_dir/office2007-powerpoint.pptx +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/yet_another_dir/office2007-word-template.dotx +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/yet_another_dir/office2007-word.docx +0 -0
- data/lib/picolena/templates/spec/test_dirs/not_indexed/Rakefile +0 -0
- data/lib/picolena/version.rb +2 -2
- data/rails_plugins/globalite/CHANGELOG +0 -0
- data/rails_plugins/globalite/README +0 -0
- data/rails_plugins/globalite/Rakefile +0 -0
- data/rails_plugins/globalite/init.rb +0 -0
- data/rails_plugins/globalite/install.rb +0 -0
- data/rails_plugins/globalite/lang/rails/de-DE.yml +0 -0
- data/rails_plugins/globalite/lang/rails/en-UK.yml +0 -0
- data/rails_plugins/globalite/lang/rails/en-US.yml +0 -0
- data/rails_plugins/globalite/lang/rails/es-ES.yml +0 -0
- data/rails_plugins/globalite/lang/rails/fr-FR.yml +0 -0
- data/rails_plugins/globalite/lang/rails/it.yml +0 -0
- data/rails_plugins/globalite/lang/rails/pt-BR.yml +0 -0
- data/rails_plugins/globalite/lang/rails/pt-PT.yml +0 -0
- data/rails_plugins/globalite/lang/rails/zh-CN.yml +0 -0
- data/rails_plugins/globalite/lang/rails/zh-HK.yml +0 -0
- data/rails_plugins/globalite/lang/rails/zh-TW.yml +0 -0
- data/rails_plugins/globalite/lib/globalite/l10n.rb +0 -0
- data/rails_plugins/globalite/lib/globalite/locale.rb +0 -0
- data/rails_plugins/globalite/lib/globalite.rb +0 -0
- data/rails_plugins/globalite/lib/rails/core_ext.rb +0 -0
- data/rails_plugins/globalite/lib/rails/localization.rb +0 -0
- data/rails_plugins/globalite/lib/rails/localized_action_view.rb +0 -0
- data/rails_plugins/globalite/lib/rails/localized_active_record.rb +0 -0
- data/rails_plugins/globalite/rdoc/classes/ActionView/Helpers/DateHelper.html +0 -0
- data/rails_plugins/globalite/rdoc/classes/ActionView/Helpers/FormOptionsHelper.html +0 -0
- data/rails_plugins/globalite/rdoc/classes/ActionView/Helpers/NumberHelper.html +0 -0
- data/rails_plugins/globalite/rdoc/classes/ActionView/Helpers.html +0 -0
- data/rails_plugins/globalite/rdoc/classes/ActionView.html +0 -0
- data/rails_plugins/globalite/rdoc/classes/ActiveRecord/Errors.html +0 -0
- data/rails_plugins/globalite/rdoc/classes/ActiveRecord.html +0 -0
- data/rails_plugins/globalite/rdoc/classes/Array.html +0 -0
- data/rails_plugins/globalite/rdoc/classes/Date.html +0 -0
- data/rails_plugins/globalite/rdoc/classes/Globalite/L10n.html +0 -0
- data/rails_plugins/globalite/rdoc/classes/Globalite.html +0 -0
- data/rails_plugins/globalite/rdoc/classes/Kernel.html +0 -0
- data/rails_plugins/globalite/rdoc/classes/Locale.html +0 -0
- data/rails_plugins/globalite/rdoc/classes/Time.html +0 -0
- data/rails_plugins/globalite/rdoc/created.rid +0 -0
- data/rails_plugins/globalite/rdoc/files/README.html +0 -0
- data/rails_plugins/globalite/rdoc/files/lib/globalite/l10n_rb.html +0 -0
- data/rails_plugins/globalite/rdoc/files/lib/globalite/locale_rb.html +0 -0
- data/rails_plugins/globalite/rdoc/files/lib/globalite_rb.html +0 -0
- data/rails_plugins/globalite/rdoc/files/lib/rails/core_ext_rb.html +0 -0
- data/rails_plugins/globalite/rdoc/files/lib/rails/localization_rb.html +0 -0
- data/rails_plugins/globalite/rdoc/files/lib/rails/localized_action_view_rb.html +0 -0
- data/rails_plugins/globalite/rdoc/files/lib/rails/localized_active_record_rb.html +0 -0
- data/rails_plugins/globalite/rdoc/fr_class_index.html +0 -0
- data/rails_plugins/globalite/rdoc/fr_file_index.html +0 -0
- data/rails_plugins/globalite/rdoc/fr_method_index.html +0 -0
- data/rails_plugins/globalite/rdoc/index.html +0 -0
- data/rails_plugins/globalite/rdoc/rdoc-style.css +0 -0
- data/rails_plugins/globalite/spec/core_localization_spec.rb +0 -0
- data/rails_plugins/globalite/spec/helpers/spec_helper.rb +0 -0
- data/rails_plugins/globalite/spec/l10n_spec.rb +0 -0
- data/rails_plugins/globalite/spec/lang/rails/zz.yml +0 -0
- data/rails_plugins/globalite/spec/lang/ui/en-UK.yml +0 -0
- data/rails_plugins/globalite/spec/lang/ui/en-US.yml +0 -0
- data/rails_plugins/globalite/spec/lang/ui/es.yml +0 -0
- data/rails_plugins/globalite/spec/lang/ui/fr-FR.yml +0 -0
- data/rails_plugins/globalite/tasks/cruise.rake +0 -0
- data/rails_plugins/globalite/tasks/globalite_tasks.rake +0 -0
- data/rails_plugins/globalite/uninstall.rb +0 -0
- data/rails_plugins/haml/init.rb +0 -0
- data/website/index.html +36 -79
- data/website/index.txt +11 -13
- data/website/index_devjavu +0 -0
- data/website/javascripts/rounded_corners_lite.inc.js +0 -0
- data/website/stylesheets/screen.css +0 -0
- data/website/template.rhtml +0 -0
- data.tar.gz.sig +0 -0
- metadata +40 -544
- metadata.gz.sig +0 -0
- data/lib/picolena/templates/spec/helpers/application_helper_spec.rb +0 -11
- data/rails_plugins/rspec/CHANGES +0 -1045
- data/rails_plugins/rspec/MIT-LICENSE +0 -20
- data/rails_plugins/rspec/README +0 -71
- data/rails_plugins/rspec/Rakefile +0 -279
- data/rails_plugins/rspec/TODO +0 -2
- data/rails_plugins/rspec/UPGRADE +0 -31
- data/rails_plugins/rspec/autotest/discover.rb +0 -6
- data/rails_plugins/rspec/autotest/rspec.rb +0 -1
- data/rails_plugins/rspec/bin/spec +0 -4
- data/rails_plugins/rspec/bin/spec_translator +0 -8
- data/rails_plugins/rspec/examples/pure/autogenerated_docstrings_example.rb +0 -19
- data/rails_plugins/rspec/examples/pure/before_and_after_example.rb +0 -40
- data/rails_plugins/rspec/examples/pure/behave_as_example.rb +0 -45
- data/rails_plugins/rspec/examples/pure/custom_expectation_matchers.rb +0 -54
- data/rails_plugins/rspec/examples/pure/custom_formatter.rb +0 -12
- data/rails_plugins/rspec/examples/pure/dynamic_spec.rb +0 -9
- data/rails_plugins/rspec/examples/pure/file_accessor.rb +0 -19
- data/rails_plugins/rspec/examples/pure/file_accessor_spec.rb +0 -38
- data/rails_plugins/rspec/examples/pure/greeter_spec.rb +0 -31
- data/rails_plugins/rspec/examples/pure/helper_method_example.rb +0 -14
- data/rails_plugins/rspec/examples/pure/io_processor.rb +0 -8
- data/rails_plugins/rspec/examples/pure/io_processor_spec.rb +0 -21
- data/rails_plugins/rspec/examples/pure/legacy_spec.rb +0 -11
- data/rails_plugins/rspec/examples/pure/mocking_example.rb +0 -27
- data/rails_plugins/rspec/examples/pure/multi_threaded_behaviour_runner.rb +0 -28
- data/rails_plugins/rspec/examples/pure/nested_classes_example.rb +0 -36
- data/rails_plugins/rspec/examples/pure/partial_mock_example.rb +0 -28
- data/rails_plugins/rspec/examples/pure/pending_example.rb +0 -20
- data/rails_plugins/rspec/examples/pure/predicate_example.rb +0 -27
- data/rails_plugins/rspec/examples/pure/priority.txt +0 -1
- data/rails_plugins/rspec/examples/pure/shared_example_group_example.rb +0 -81
- data/rails_plugins/rspec/examples/pure/shared_stack_examples.rb +0 -38
- data/rails_plugins/rspec/examples/pure/spec_helper.rb +0 -3
- data/rails_plugins/rspec/examples/pure/stack.rb +0 -36
- data/rails_plugins/rspec/examples/pure/stack_spec.rb +0 -63
- data/rails_plugins/rspec/examples/pure/stack_spec_with_nested_example_groups.rb +0 -67
- data/rails_plugins/rspec/examples/pure/stubbing_example.rb +0 -69
- data/rails_plugins/rspec/examples/stories/adder.rb +0 -13
- data/rails_plugins/rspec/examples/stories/addition +0 -34
- data/rails_plugins/rspec/examples/stories/addition.rb +0 -9
- data/rails_plugins/rspec/examples/stories/calculator.rb +0 -65
- data/rails_plugins/rspec/examples/stories/game-of-life/README.txt +0 -21
- data/rails_plugins/rspec/examples/stories/game-of-life/behaviour/everything.rb +0 -6
- data/rails_plugins/rspec/examples/stories/game-of-life/behaviour/examples/examples.rb +0 -3
- data/rails_plugins/rspec/examples/stories/game-of-life/behaviour/examples/game_behaviour.rb +0 -35
- data/rails_plugins/rspec/examples/stories/game-of-life/behaviour/examples/grid_behaviour.rb +0 -66
- data/rails_plugins/rspec/examples/stories/game-of-life/behaviour/stories/CellsWithLessThanTwoNeighboursDie.story +0 -21
- data/rails_plugins/rspec/examples/stories/game-of-life/behaviour/stories/CellsWithMoreThanThreeNeighboursDie.story +0 -21
- data/rails_plugins/rspec/examples/stories/game-of-life/behaviour/stories/EmptySpacesWithThreeNeighboursCreateACell.story +0 -42
- data/rails_plugins/rspec/examples/stories/game-of-life/behaviour/stories/ICanCreateACell.story +0 -42
- data/rails_plugins/rspec/examples/stories/game-of-life/behaviour/stories/ICanKillACell.story +0 -17
- data/rails_plugins/rspec/examples/stories/game-of-life/behaviour/stories/TheGridWraps.story +0 -53
- data/rails_plugins/rspec/examples/stories/game-of-life/behaviour/stories/create_a_cell.rb +0 -52
- data/rails_plugins/rspec/examples/stories/game-of-life/behaviour/stories/helper.rb +0 -6
- data/rails_plugins/rspec/examples/stories/game-of-life/behaviour/stories/kill_a_cell.rb +0 -26
- data/rails_plugins/rspec/examples/stories/game-of-life/behaviour/stories/steps.rb +0 -5
- data/rails_plugins/rspec/examples/stories/game-of-life/behaviour/stories/stories.rb +0 -3
- data/rails_plugins/rspec/examples/stories/game-of-life/behaviour/stories/stories.txt +0 -22
- data/rails_plugins/rspec/examples/stories/game-of-life/life/game.rb +0 -23
- data/rails_plugins/rspec/examples/stories/game-of-life/life/grid.rb +0 -43
- data/rails_plugins/rspec/examples/stories/game-of-life/life.rb +0 -3
- data/rails_plugins/rspec/examples/stories/helper.rb +0 -9
- data/rails_plugins/rspec/examples/stories/steps/addition_steps.rb +0 -18
- data/rails_plugins/rspec/failing_examples/README.txt +0 -7
- data/rails_plugins/rspec/failing_examples/diffing_spec.rb +0 -36
- data/rails_plugins/rspec/failing_examples/failing_autogenerated_docstrings_example.rb +0 -19
- data/rails_plugins/rspec/failing_examples/failure_in_setup.rb +0 -10
- data/rails_plugins/rspec/failing_examples/failure_in_teardown.rb +0 -10
- data/rails_plugins/rspec/failing_examples/mocking_example.rb +0 -40
- data/rails_plugins/rspec/failing_examples/mocking_with_flexmock.rb +0 -26
- data/rails_plugins/rspec/failing_examples/mocking_with_mocha.rb +0 -25
- data/rails_plugins/rspec/failing_examples/mocking_with_rr.rb +0 -27
- data/rails_plugins/rspec/failing_examples/partial_mock_example.rb +0 -20
- data/rails_plugins/rspec/failing_examples/predicate_example.rb +0 -29
- data/rails_plugins/rspec/failing_examples/raising_example.rb +0 -47
- data/rails_plugins/rspec/failing_examples/spec_helper.rb +0 -3
- data/rails_plugins/rspec/failing_examples/syntax_error_example.rb +0 -7
- data/rails_plugins/rspec/failing_examples/team_spec.rb +0 -44
- data/rails_plugins/rspec/failing_examples/timeout_behaviour.rb +0 -7
- data/rails_plugins/rspec/init.rb +0 -9
- data/rails_plugins/rspec/lib/autotest/discover.rb +0 -3
- data/rails_plugins/rspec/lib/autotest/rspec.rb +0 -74
- data/rails_plugins/rspec/lib/spec/example/configuration.rb +0 -144
- data/rails_plugins/rspec/lib/spec/example/errors.rb +0 -9
- data/rails_plugins/rspec/lib/spec/example/example_group.rb +0 -16
- data/rails_plugins/rspec/lib/spec/example/example_group_factory.rb +0 -62
- data/rails_plugins/rspec/lib/spec/example/example_group_methods.rb +0 -424
- data/rails_plugins/rspec/lib/spec/example/example_matcher.rb +0 -42
- data/rails_plugins/rspec/lib/spec/example/example_methods.rb +0 -106
- data/rails_plugins/rspec/lib/spec/example/module_reopening_fix.rb +0 -21
- data/rails_plugins/rspec/lib/spec/example/pending.rb +0 -18
- data/rails_plugins/rspec/lib/spec/example/shared_example_group.rb +0 -58
- data/rails_plugins/rspec/lib/spec/example.rb +0 -12
- data/rails_plugins/rspec/lib/spec/expectations/differs/default.rb +0 -66
- data/rails_plugins/rspec/lib/spec/expectations/errors.rb +0 -12
- data/rails_plugins/rspec/lib/spec/expectations/extensions/object.rb +0 -71
- data/rails_plugins/rspec/lib/spec/expectations/extensions/string_and_symbol.rb +0 -17
- data/rails_plugins/rspec/lib/spec/expectations/extensions.rb +0 -2
- data/rails_plugins/rspec/lib/spec/expectations/handler.rb +0 -52
- data/rails_plugins/rspec/lib/spec/expectations.rb +0 -56
- data/rails_plugins/rspec/lib/spec/extensions/class.rb +0 -24
- data/rails_plugins/rspec/lib/spec/extensions/main.rb +0 -102
- data/rails_plugins/rspec/lib/spec/extensions/object.rb +0 -10
- data/rails_plugins/rspec/lib/spec/extensions.rb +0 -3
- data/rails_plugins/rspec/lib/spec/interop/test/unit/autorunner.rb +0 -6
- data/rails_plugins/rspec/lib/spec/interop/test/unit/testcase.rb +0 -61
- data/rails_plugins/rspec/lib/spec/interop/test/unit/testresult.rb +0 -6
- data/rails_plugins/rspec/lib/spec/interop/test/unit/testsuite_adapter.rb +0 -34
- data/rails_plugins/rspec/lib/spec/interop/test/unit/ui/console/testrunner.rb +0 -61
- data/rails_plugins/rspec/lib/spec/interop/test.rb +0 -12
- data/rails_plugins/rspec/lib/spec/matchers/be.rb +0 -224
- data/rails_plugins/rspec/lib/spec/matchers/be_close.rb +0 -37
- data/rails_plugins/rspec/lib/spec/matchers/change.rb +0 -144
- data/rails_plugins/rspec/lib/spec/matchers/eql.rb +0 -43
- data/rails_plugins/rspec/lib/spec/matchers/equal.rb +0 -43
- data/rails_plugins/rspec/lib/spec/matchers/exist.rb +0 -17
- data/rails_plugins/rspec/lib/spec/matchers/has.rb +0 -44
- data/rails_plugins/rspec/lib/spec/matchers/have.rb +0 -145
- data/rails_plugins/rspec/lib/spec/matchers/include.rb +0 -70
- data/rails_plugins/rspec/lib/spec/matchers/match.rb +0 -41
- data/rails_plugins/rspec/lib/spec/matchers/operator_matcher.rb +0 -73
- data/rails_plugins/rspec/lib/spec/matchers/raise_error.rb +0 -109
- data/rails_plugins/rspec/lib/spec/matchers/respond_to.rb +0 -45
- data/rails_plugins/rspec/lib/spec/matchers/satisfy.rb +0 -47
- data/rails_plugins/rspec/lib/spec/matchers/simple_matcher.rb +0 -29
- data/rails_plugins/rspec/lib/spec/matchers/throw_symbol.rb +0 -74
- data/rails_plugins/rspec/lib/spec/matchers.rb +0 -156
- data/rails_plugins/rspec/lib/spec/mocks/argument_constraint_matchers.rb +0 -27
- data/rails_plugins/rspec/lib/spec/mocks/argument_expectation.rb +0 -183
- data/rails_plugins/rspec/lib/spec/mocks/error_generator.rb +0 -84
- data/rails_plugins/rspec/lib/spec/mocks/errors.rb +0 -10
- data/rails_plugins/rspec/lib/spec/mocks/extensions/object.rb +0 -3
- data/rails_plugins/rspec/lib/spec/mocks/message_expectation.rb +0 -267
- data/rails_plugins/rspec/lib/spec/mocks/methods.rb +0 -39
- data/rails_plugins/rspec/lib/spec/mocks/mock.rb +0 -50
- data/rails_plugins/rspec/lib/spec/mocks/order_group.rb +0 -29
- data/rails_plugins/rspec/lib/spec/mocks/proxy.rb +0 -170
- data/rails_plugins/rspec/lib/spec/mocks/space.rb +0 -28
- data/rails_plugins/rspec/lib/spec/mocks/spec_methods.rb +0 -38
- data/rails_plugins/rspec/lib/spec/mocks.rb +0 -211
- data/rails_plugins/rspec/lib/spec/rake/spectask.rb +0 -235
- data/rails_plugins/rspec/lib/spec/rake/verify_rcov.rb +0 -52
- data/rails_plugins/rspec/lib/spec/runner/backtrace_tweaker.rb +0 -57
- data/rails_plugins/rspec/lib/spec/runner/class_and_arguments_parser.rb +0 -16
- data/rails_plugins/rspec/lib/spec/runner/command_line.rb +0 -28
- data/rails_plugins/rspec/lib/spec/runner/drb_command_line.rb +0 -20
- data/rails_plugins/rspec/lib/spec/runner/example_group_runner.rb +0 -59
- data/rails_plugins/rspec/lib/spec/runner/formatter/base_formatter.rb +0 -78
- data/rails_plugins/rspec/lib/spec/runner/formatter/base_text_formatter.rb +0 -130
- data/rails_plugins/rspec/lib/spec/runner/formatter/failing_example_groups_formatter.rb +0 -31
- data/rails_plugins/rspec/lib/spec/runner/formatter/failing_examples_formatter.rb +0 -20
- data/rails_plugins/rspec/lib/spec/runner/formatter/html_formatter.rb +0 -333
- data/rails_plugins/rspec/lib/spec/runner/formatter/profile_formatter.rb +0 -47
- data/rails_plugins/rspec/lib/spec/runner/formatter/progress_bar_formatter.rb +0 -30
- data/rails_plugins/rspec/lib/spec/runner/formatter/snippet_extractor.rb +0 -52
- data/rails_plugins/rspec/lib/spec/runner/formatter/specdoc_formatter.rb +0 -39
- data/rails_plugins/rspec/lib/spec/runner/formatter/story/html_formatter.rb +0 -128
- data/rails_plugins/rspec/lib/spec/runner/formatter/story/plain_text_formatter.rb +0 -131
- data/rails_plugins/rspec/lib/spec/runner/formatter/text_mate_formatter.rb +0 -16
- data/rails_plugins/rspec/lib/spec/runner/heckle_runner.rb +0 -72
- data/rails_plugins/rspec/lib/spec/runner/heckle_runner_unsupported.rb +0 -10
- data/rails_plugins/rspec/lib/spec/runner/option_parser.rb +0 -201
- data/rails_plugins/rspec/lib/spec/runner/options.rb +0 -286
- data/rails_plugins/rspec/lib/spec/runner/reporter.rb +0 -143
- data/rails_plugins/rspec/lib/spec/runner/spec_parser.rb +0 -71
- data/rails_plugins/rspec/lib/spec/runner.rb +0 -202
- data/rails_plugins/rspec/lib/spec/story/extensions/main.rb +0 -86
- data/rails_plugins/rspec/lib/spec/story/extensions/regexp.rb +0 -9
- data/rails_plugins/rspec/lib/spec/story/extensions/string.rb +0 -9
- data/rails_plugins/rspec/lib/spec/story/extensions.rb +0 -3
- data/rails_plugins/rspec/lib/spec/story/given_scenario.rb +0 -14
- data/rails_plugins/rspec/lib/spec/story/runner/plain_text_story_runner.rb +0 -48
- data/rails_plugins/rspec/lib/spec/story/runner/scenario_collector.rb +0 -18
- data/rails_plugins/rspec/lib/spec/story/runner/scenario_runner.rb +0 -46
- data/rails_plugins/rspec/lib/spec/story/runner/story_mediator.rb +0 -123
- data/rails_plugins/rspec/lib/spec/story/runner/story_parser.rb +0 -227
- data/rails_plugins/rspec/lib/spec/story/runner/story_runner.rb +0 -68
- data/rails_plugins/rspec/lib/spec/story/runner.rb +0 -56
- data/rails_plugins/rspec/lib/spec/story/scenario.rb +0 -14
- data/rails_plugins/rspec/lib/spec/story/step.rb +0 -58
- data/rails_plugins/rspec/lib/spec/story/step_group.rb +0 -89
- data/rails_plugins/rspec/lib/spec/story/step_mother.rb +0 -37
- data/rails_plugins/rspec/lib/spec/story/story.rb +0 -42
- data/rails_plugins/rspec/lib/spec/story/world.rb +0 -125
- data/rails_plugins/rspec/lib/spec/story.rb +0 -10
- data/rails_plugins/rspec/lib/spec/translator.rb +0 -114
- data/rails_plugins/rspec/lib/spec/version.rb +0 -22
- data/rails_plugins/rspec/lib/spec.rb +0 -30
- data/rails_plugins/rspec/plugins/mock_frameworks/flexmock.rb +0 -23
- data/rails_plugins/rspec/plugins/mock_frameworks/mocha.rb +0 -19
- data/rails_plugins/rspec/plugins/mock_frameworks/rr.rb +0 -21
- data/rails_plugins/rspec/plugins/mock_frameworks/rspec.rb +0 -18
- data/rails_plugins/rspec/pre_commit/lib/pre_commit/core.rb +0 -50
- data/rails_plugins/rspec/pre_commit/lib/pre_commit/pre_commit.rb +0 -54
- data/rails_plugins/rspec/pre_commit/lib/pre_commit/rspec.rb +0 -111
- data/rails_plugins/rspec/pre_commit/lib/pre_commit/rspec_on_rails.rb +0 -313
- data/rails_plugins/rspec/pre_commit/lib/pre_commit.rb +0 -4
- data/rails_plugins/rspec/pre_commit/spec/pre_commit/pre_commit_spec.rb +0 -15
- data/rails_plugins/rspec/pre_commit/spec/pre_commit/rspec_on_rails_spec.rb +0 -36
- data/rails_plugins/rspec/pre_commit/spec/spec_helper.rb +0 -3
- data/rails_plugins/rspec/pre_commit/spec/spec_suite.rb +0 -11
- data/rails_plugins/rspec/rake_tasks/examples.rake +0 -7
- data/rails_plugins/rspec/rake_tasks/examples_with_rcov.rake +0 -9
- data/rails_plugins/rspec/rake_tasks/failing_examples_with_html.rake +0 -9
- data/rails_plugins/rspec/rake_tasks/verify_rcov.rake +0 -7
- data/rails_plugins/rspec/report.html +0 -4358
- data/rails_plugins/rspec/spec/README.jruby +0 -15
- data/rails_plugins/rspec/spec/autotest/discover_spec.rb +0 -19
- data/rails_plugins/rspec/spec/autotest/rspec_spec.rb +0 -195
- data/rails_plugins/rspec/spec/autotest_helper.rb +0 -6
- data/rails_plugins/rspec/spec/autotest_matchers.rb +0 -47
- data/rails_plugins/rspec/spec/rspec_suite.rb +0 -7
- data/rails_plugins/rspec/spec/ruby_forker.rb +0 -13
- data/rails_plugins/rspec/spec/spec/example/configuration_spec.rb +0 -282
- data/rails_plugins/rspec/spec/spec/example/example_group_class_definition_spec.rb +0 -48
- data/rails_plugins/rspec/spec/spec/example/example_group_factory_spec.rb +0 -129
- data/rails_plugins/rspec/spec/spec/example/example_group_methods_spec.rb +0 -489
- data/rails_plugins/rspec/spec/spec/example/example_group_spec.rb +0 -711
- data/rails_plugins/rspec/spec/spec/example/example_matcher_spec.rb +0 -96
- data/rails_plugins/rspec/spec/spec/example/example_methods_spec.rb +0 -104
- data/rails_plugins/rspec/spec/spec/example/example_runner_spec.rb +0 -194
- data/rails_plugins/rspec/spec/spec/example/example_spec.rb +0 -53
- data/rails_plugins/rspec/spec/spec/example/nested_example_group_spec.rb +0 -59
- data/rails_plugins/rspec/spec/spec/example/pending_module_spec.rb +0 -31
- data/rails_plugins/rspec/spec/spec/example/predicate_matcher_spec.rb +0 -21
- data/rails_plugins/rspec/spec/spec/example/shared_example_group_spec.rb +0 -265
- data/rails_plugins/rspec/spec/spec/example/subclassing_example_group_spec.rb +0 -25
- data/rails_plugins/rspec/spec/spec/expectations/differs/default_spec.rb +0 -109
- data/rails_plugins/rspec/spec/spec/expectations/extensions/object_spec.rb +0 -107
- data/rails_plugins/rspec/spec/spec/expectations/fail_with_spec.rb +0 -71
- data/rails_plugins/rspec/spec/spec/extensions/main_spec.rb +0 -76
- data/rails_plugins/rspec/spec/spec/interop/test/unit/resources/spec_that_fails.rb +0 -10
- data/rails_plugins/rspec/spec/spec/interop/test/unit/resources/spec_that_passes.rb +0 -10
- data/rails_plugins/rspec/spec/spec/interop/test/unit/resources/spec_with_errors.rb +0 -10
- data/rails_plugins/rspec/spec/spec/interop/test/unit/resources/test_case_that_fails.rb +0 -10
- data/rails_plugins/rspec/spec/spec/interop/test/unit/resources/test_case_that_passes.rb +0 -10
- data/rails_plugins/rspec/spec/spec/interop/test/unit/resources/test_case_with_errors.rb +0 -10
- data/rails_plugins/rspec/spec/spec/interop/test/unit/resources/testsuite_adapter_spec_with_test_unit.rb +0 -38
- data/rails_plugins/rspec/spec/spec/interop/test/unit/spec_spec.rb +0 -45
- data/rails_plugins/rspec/spec/spec/interop/test/unit/test_unit_spec_helper.rb +0 -14
- data/rails_plugins/rspec/spec/spec/interop/test/unit/testcase_spec.rb +0 -45
- data/rails_plugins/rspec/spec/spec/interop/test/unit/testsuite_adapter_spec.rb +0 -9
- data/rails_plugins/rspec/spec/spec/matchers/be_close_spec.rb +0 -39
- data/rails_plugins/rspec/spec/spec/matchers/be_spec.rb +0 -224
- data/rails_plugins/rspec/spec/spec/matchers/change_spec.rb +0 -319
- data/rails_plugins/rspec/spec/spec/matchers/description_generation_spec.rb +0 -153
- data/rails_plugins/rspec/spec/spec/matchers/eql_spec.rb +0 -28
- data/rails_plugins/rspec/spec/spec/matchers/equal_spec.rb +0 -28
- data/rails_plugins/rspec/spec/spec/matchers/exist_spec.rb +0 -57
- data/rails_plugins/rspec/spec/spec/matchers/handler_spec.rb +0 -129
- data/rails_plugins/rspec/spec/spec/matchers/has_spec.rb +0 -37
- data/rails_plugins/rspec/spec/spec/matchers/have_spec.rb +0 -291
- data/rails_plugins/rspec/spec/spec/matchers/include_spec.rb +0 -45
- data/rails_plugins/rspec/spec/spec/matchers/match_spec.rb +0 -37
- data/rails_plugins/rspec/spec/spec/matchers/matcher_methods_spec.rb +0 -78
- data/rails_plugins/rspec/spec/spec/matchers/mock_constraint_matchers_spec.rb +0 -24
- data/rails_plugins/rspec/spec/spec/matchers/operator_matcher_spec.rb +0 -158
- data/rails_plugins/rspec/spec/spec/matchers/raise_error_spec.rb +0 -191
- data/rails_plugins/rspec/spec/spec/matchers/respond_to_spec.rb +0 -54
- data/rails_plugins/rspec/spec/spec/matchers/satisfy_spec.rb +0 -36
- data/rails_plugins/rspec/spec/spec/matchers/simple_matcher_spec.rb +0 -31
- data/rails_plugins/rspec/spec/spec/matchers/throw_symbol_spec.rb +0 -54
- data/rails_plugins/rspec/spec/spec/mocks/any_number_of_times_spec.rb +0 -29
- data/rails_plugins/rspec/spec/spec/mocks/argument_expectation_spec.rb +0 -23
- data/rails_plugins/rspec/spec/spec/mocks/at_least_spec.rb +0 -97
- data/rails_plugins/rspec/spec/spec/mocks/at_most_spec.rb +0 -93
- data/rails_plugins/rspec/spec/spec/mocks/bug_report_10260_spec.rb +0 -8
- data/rails_plugins/rspec/spec/spec/mocks/bug_report_10263.rb +0 -24
- data/rails_plugins/rspec/spec/spec/mocks/bug_report_11545_spec.rb +0 -31
- data/rails_plugins/rspec/spec/spec/mocks/bug_report_15719_spec.rb +0 -30
- data/rails_plugins/rspec/spec/spec/mocks/bug_report_7611_spec.rb +0 -19
- data/rails_plugins/rspec/spec/spec/mocks/bug_report_7805_spec.rb +0 -22
- data/rails_plugins/rspec/spec/spec/mocks/bug_report_8165_spec.rb +0 -31
- data/rails_plugins/rspec/spec/spec/mocks/bug_report_8302_spec.rb +0 -26
- data/rails_plugins/rspec/spec/spec/mocks/failing_mock_argument_constraints_spec.rb +0 -115
- data/rails_plugins/rspec/spec/spec/mocks/mock_ordering_spec.rb +0 -84
- data/rails_plugins/rspec/spec/spec/mocks/mock_space_spec.rb +0 -54
- data/rails_plugins/rspec/spec/spec/mocks/mock_spec.rb +0 -475
- data/rails_plugins/rspec/spec/spec/mocks/multiple_return_value_spec.rb +0 -113
- data/rails_plugins/rspec/spec/spec/mocks/null_object_mock_spec.rb +0 -40
- data/rails_plugins/rspec/spec/spec/mocks/once_counts_spec.rb +0 -53
- data/rails_plugins/rspec/spec/spec/mocks/options_hash_spec.rb +0 -45
- data/rails_plugins/rspec/spec/spec/mocks/partial_mock_spec.rb +0 -106
- data/rails_plugins/rspec/spec/spec/mocks/partial_mock_using_mocks_directly_spec.rb +0 -66
- data/rails_plugins/rspec/spec/spec/mocks/passing_mock_argument_constraints_spec.rb +0 -154
- data/rails_plugins/rspec/spec/spec/mocks/precise_counts_spec.rb +0 -52
- data/rails_plugins/rspec/spec/spec/mocks/record_messages_spec.rb +0 -26
- data/rails_plugins/rspec/spec/spec/mocks/stub_spec.rb +0 -181
- data/rails_plugins/rspec/spec/spec/mocks/twice_counts_spec.rb +0 -67
- data/rails_plugins/rspec/spec/spec/package/bin_spec_spec.rb +0 -14
- data/rails_plugins/rspec/spec/spec/runner/class_and_argument_parser_spec.rb +0 -23
- data/rails_plugins/rspec/spec/spec/runner/command_line_spec.rb +0 -147
- data/rails_plugins/rspec/spec/spec/runner/drb_command_line_spec.rb +0 -92
- data/rails_plugins/rspec/spec/spec/runner/empty_file.txt +0 -0
- data/rails_plugins/rspec/spec/spec/runner/examples.txt +0 -2
- data/rails_plugins/rspec/spec/spec/runner/execution_context_spec.rb +0 -31
- data/rails_plugins/rspec/spec/spec/runner/failed.txt +0 -3
- data/rails_plugins/rspec/spec/spec/runner/formatter/failing_example_groups_formatter_spec.rb +0 -44
- data/rails_plugins/rspec/spec/spec/runner/formatter/failing_examples_formatter_spec.rb +0 -33
- data/rails_plugins/rspec/spec/spec/runner/formatter/html_formatted-1.8.4.html +0 -365
- data/rails_plugins/rspec/spec/spec/runner/formatter/html_formatted-1.8.5-jruby.html +0 -387
- data/rails_plugins/rspec/spec/spec/runner/formatter/html_formatted-1.8.5.html +0 -371
- data/rails_plugins/rspec/spec/spec/runner/formatter/html_formatted-1.8.6-jruby.html +0 -381
- data/rails_plugins/rspec/spec/spec/runner/formatter/html_formatted-1.8.6.html +0 -365
- data/rails_plugins/rspec/spec/spec/runner/formatter/html_formatter_spec.rb +0 -66
- data/rails_plugins/rspec/spec/spec/runner/formatter/profile_formatter_spec.rb +0 -65
- data/rails_plugins/rspec/spec/spec/runner/formatter/progress_bar_formatter_spec.rb +0 -127
- data/rails_plugins/rspec/spec/spec/runner/formatter/snippet_extractor_spec.rb +0 -18
- data/rails_plugins/rspec/spec/spec/runner/formatter/spec_mate_formatter_spec.rb +0 -103
- data/rails_plugins/rspec/spec/spec/runner/formatter/specdoc_formatter_spec.rb +0 -126
- data/rails_plugins/rspec/spec/spec/runner/formatter/story/html_formatter_spec.rb +0 -61
- data/rails_plugins/rspec/spec/spec/runner/formatter/story/plain_text_formatter_spec.rb +0 -335
- data/rails_plugins/rspec/spec/spec/runner/formatter/text_mate_formatted-1.8.4.html +0 -365
- data/rails_plugins/rspec/spec/spec/runner/formatter/text_mate_formatted-1.8.6.html +0 -365
- data/rails_plugins/rspec/spec/spec/runner/heckle_runner_spec.rb +0 -78
- data/rails_plugins/rspec/spec/spec/runner/heckler_spec.rb +0 -13
- data/rails_plugins/rspec/spec/spec/runner/noisy_backtrace_tweaker_spec.rb +0 -45
- data/rails_plugins/rspec/spec/spec/runner/option_parser_spec.rb +0 -378
- data/rails_plugins/rspec/spec/spec/runner/options_spec.rb +0 -364
- data/rails_plugins/rspec/spec/spec/runner/output_one_time_fixture.rb +0 -7
- data/rails_plugins/rspec/spec/spec/runner/output_one_time_fixture_runner.rb +0 -8
- data/rails_plugins/rspec/spec/spec/runner/output_one_time_spec.rb +0 -16
- data/rails_plugins/rspec/spec/spec/runner/quiet_backtrace_tweaker_spec.rb +0 -56
- data/rails_plugins/rspec/spec/spec/runner/reporter_spec.rb +0 -189
- data/rails_plugins/rspec/spec/spec/runner/resources/a_bar.rb +0 -0
- data/rails_plugins/rspec/spec/spec/runner/resources/a_foo.rb +0 -0
- data/rails_plugins/rspec/spec/spec/runner/resources/a_spec.rb +0 -1
- data/rails_plugins/rspec/spec/spec/runner/spec.opts +0 -2
- data/rails_plugins/rspec/spec/spec/runner/spec_parser/spec_parser_fixture.rb +0 -70
- data/rails_plugins/rspec/spec/spec/runner/spec_parser_spec.rb +0 -79
- data/rails_plugins/rspec/spec/spec/runner/spec_spaced.opts +0 -2
- data/rails_plugins/rspec/spec/spec/runner_spec.rb +0 -11
- data/rails_plugins/rspec/spec/spec/spec_classes.rb +0 -133
- data/rails_plugins/rspec/spec/spec/story/builders.rb +0 -46
- data/rails_plugins/rspec/spec/spec/story/extensions/main_spec.rb +0 -161
- data/rails_plugins/rspec/spec/spec/story/extensions_spec.rb +0 -14
- data/rails_plugins/rspec/spec/spec/story/given_scenario_spec.rb +0 -27
- data/rails_plugins/rspec/spec/spec/story/runner/plain_text_story_runner_spec.rb +0 -92
- data/rails_plugins/rspec/spec/spec/story/runner/scenario_collector_spec.rb +0 -27
- data/rails_plugins/rspec/spec/spec/story/runner/scenario_runner_spec.rb +0 -142
- data/rails_plugins/rspec/spec/spec/story/runner/story_mediator_spec.rb +0 -133
- data/rails_plugins/rspec/spec/spec/story/runner/story_parser_spec.rb +0 -384
- data/rails_plugins/rspec/spec/spec/story/runner/story_runner_spec.rb +0 -256
- data/rails_plugins/rspec/spec/spec/story/runner_spec.rb +0 -106
- data/rails_plugins/rspec/spec/spec/story/scenario_spec.rb +0 -20
- data/rails_plugins/rspec/spec/spec/story/step_group_spec.rb +0 -157
- data/rails_plugins/rspec/spec/spec/story/step_mother_spec.rb +0 -72
- data/rails_plugins/rspec/spec/spec/story/step_spec.rb +0 -200
- data/rails_plugins/rspec/spec/spec/story/story_helper.rb +0 -2
- data/rails_plugins/rspec/spec/spec/story/story_spec.rb +0 -86
- data/rails_plugins/rspec/spec/spec/story/world_spec.rb +0 -423
- data/rails_plugins/rspec/spec/spec/translator_spec.rb +0 -265
- data/rails_plugins/rspec/spec/spec.opts +0 -6
- data/rails_plugins/rspec/spec/spec_helper.rb +0 -103
- data/rails_plugins/rspec/stories/all.rb +0 -5
- data/rails_plugins/rspec/stories/example_groups/autogenerated_docstrings +0 -45
- data/rails_plugins/rspec/stories/example_groups/example_group_with_should_methods +0 -17
- data/rails_plugins/rspec/stories/example_groups/nested_groups +0 -17
- data/rails_plugins/rspec/stories/example_groups/output +0 -25
- data/rails_plugins/rspec/stories/example_groups/stories.rb +0 -7
- data/rails_plugins/rspec/stories/helper.rb +0 -6
- data/rails_plugins/rspec/stories/interop/examples_and_tests_together +0 -30
- data/rails_plugins/rspec/stories/interop/stories.rb +0 -7
- data/rails_plugins/rspec/stories/interop/test_case_with_should_methods +0 -17
- data/rails_plugins/rspec/stories/pending_stories/README +0 -3
- data/rails_plugins/rspec/stories/resources/helpers/cmdline.rb +0 -9
- data/rails_plugins/rspec/stories/resources/helpers/story_helper.rb +0 -16
- data/rails_plugins/rspec/stories/resources/matchers/smart_match.rb +0 -37
- data/rails_plugins/rspec/stories/resources/spec/example_group_with_should_methods.rb +0 -12
- data/rails_plugins/rspec/stories/resources/spec/simple_spec.rb +0 -8
- data/rails_plugins/rspec/stories/resources/steps/running_rspec.rb +0 -50
- data/rails_plugins/rspec/stories/resources/stories/failing_story.rb +0 -15
- data/rails_plugins/rspec/stories/resources/test/spec_and_test_together.rb +0 -57
- data/rails_plugins/rspec/stories/resources/test/test_case_with_should_methods.rb +0 -30
- data/rails_plugins/rspec/story_server/prototype/javascripts/builder.js +0 -136
- data/rails_plugins/rspec/story_server/prototype/javascripts/controls.js +0 -972
- data/rails_plugins/rspec/story_server/prototype/javascripts/dragdrop.js +0 -976
- data/rails_plugins/rspec/story_server/prototype/javascripts/effects.js +0 -1117
- data/rails_plugins/rspec/story_server/prototype/javascripts/prototype.js +0 -4140
- data/rails_plugins/rspec/story_server/prototype/javascripts/rspec.js +0 -149
- data/rails_plugins/rspec/story_server/prototype/javascripts/scriptaculous.js +0 -58
- data/rails_plugins/rspec/story_server/prototype/javascripts/slider.js +0 -276
- data/rails_plugins/rspec/story_server/prototype/javascripts/sound.js +0 -55
- data/rails_plugins/rspec/story_server/prototype/javascripts/unittest.js +0 -568
- data/rails_plugins/rspec/story_server/prototype/lib/server.rb +0 -24
- data/rails_plugins/rspec/story_server/prototype/stories.html +0 -176
- data/rails_plugins/rspec/story_server/prototype/stylesheets/rspec.css +0 -136
- data/rails_plugins/rspec/story_server/prototype/stylesheets/test.css +0 -90
- data/rails_plugins/rspec_on_rails/MIT-LICENSE +0 -31
- data/rails_plugins/rspec_on_rails/README +0 -3
- data/rails_plugins/rspec_on_rails/Rakefile +0 -9
- data/rails_plugins/rspec_on_rails/generators/rspec/CHANGES +0 -1
- data/rails_plugins/rspec_on_rails/generators/rspec/rspec_generator.rb +0 -35
- data/rails_plugins/rspec_on_rails/generators/rspec/templates/all_stories.rb +0 -4
- data/rails_plugins/rspec_on_rails/generators/rspec/templates/previous_failures.txt +0 -0
- data/rails_plugins/rspec_on_rails/generators/rspec/templates/rcov.opts +0 -2
- data/rails_plugins/rspec_on_rails/generators/rspec/templates/script/spec +0 -4
- data/rails_plugins/rspec_on_rails/generators/rspec/templates/script/spec_server +0 -102
- data/rails_plugins/rspec_on_rails/generators/rspec/templates/spec.opts +0 -6
- data/rails_plugins/rspec_on_rails/generators/rspec/templates/spec_helper.rb +0 -39
- data/rails_plugins/rspec_on_rails/generators/rspec/templates/stories_helper.rb +0 -3
- data/rails_plugins/rspec_on_rails/generators/rspec_controller/USAGE +0 -33
- data/rails_plugins/rspec_on_rails/generators/rspec_controller/rspec_controller_generator.rb +0 -49
- data/rails_plugins/rspec_on_rails/generators/rspec_controller/templates/controller_spec.rb +0 -25
- data/rails_plugins/rspec_on_rails/generators/rspec_controller/templates/helper_spec.rb +0 -11
- data/rails_plugins/rspec_on_rails/generators/rspec_controller/templates/view_spec.rb +0 -12
- data/rails_plugins/rspec_on_rails/generators/rspec_model/USAGE +0 -18
- data/rails_plugins/rspec_on_rails/generators/rspec_model/rspec_model_generator.rb +0 -30
- data/rails_plugins/rspec_on_rails/generators/rspec_model/templates/model_spec.rb +0 -11
- data/rails_plugins/rspec_on_rails/generators/rspec_scaffold/rspec_scaffold_generator.rb +0 -167
- data/rails_plugins/rspec_on_rails/generators/rspec_scaffold/templates/controller_spec.rb +0 -313
- data/rails_plugins/rspec_on_rails/generators/rspec_scaffold/templates/edit_erb_spec.rb +0 -25
- data/rails_plugins/rspec_on_rails/generators/rspec_scaffold/templates/helper_spec.rb +0 -11
- data/rails_plugins/rspec_on_rails/generators/rspec_scaffold/templates/index_erb_spec.rb +0 -22
- data/rails_plugins/rspec_on_rails/generators/rspec_scaffold/templates/new_erb_spec.rb +0 -26
- data/rails_plugins/rspec_on_rails/generators/rspec_scaffold/templates/routing_spec.rb +0 -61
- data/rails_plugins/rspec_on_rails/generators/rspec_scaffold/templates/show_erb_spec.rb +0 -22
- data/rails_plugins/rspec_on_rails/init.rb +0 -9
- data/rails_plugins/rspec_on_rails/lib/autotest/discover.rb +0 -1
- data/rails_plugins/rspec_on_rails/lib/autotest/rails_rspec.rb +0 -81
- data/rails_plugins/rspec_on_rails/lib/spec/rails/example/assigns_hash_proxy.rb +0 -42
- data/rails_plugins/rspec_on_rails/lib/spec/rails/example/controller_example_group.rb +0 -255
- data/rails_plugins/rspec_on_rails/lib/spec/rails/example/functional_example_group.rb +0 -66
- data/rails_plugins/rspec_on_rails/lib/spec/rails/example/helper_example_group.rb +0 -82
- data/rails_plugins/rspec_on_rails/lib/spec/rails/example/ivar_proxy.rb +0 -62
- data/rails_plugins/rspec_on_rails/lib/spec/rails/example/model_example_group.rb +0 -14
- data/rails_plugins/rspec_on_rails/lib/spec/rails/example/rails_example_group.rb +0 -68
- data/rails_plugins/rspec_on_rails/lib/spec/rails/example/render_observer.rb +0 -90
- data/rails_plugins/rspec_on_rails/lib/spec/rails/example/view_example_group.rb +0 -171
- data/rails_plugins/rspec_on_rails/lib/spec/rails/example.rb +0 -47
- data/rails_plugins/rspec_on_rails/lib/spec/rails/extensions/action_controller/base.rb +0 -14
- data/rails_plugins/rspec_on_rails/lib/spec/rails/extensions/action_controller/rescue.rb +0 -21
- data/rails_plugins/rspec_on_rails/lib/spec/rails/extensions/action_controller/test_response.rb +0 -11
- data/rails_plugins/rspec_on_rails/lib/spec/rails/extensions/action_view/base.rb +0 -27
- data/rails_plugins/rspec_on_rails/lib/spec/rails/extensions/active_record/base.rb +0 -30
- data/rails_plugins/rspec_on_rails/lib/spec/rails/extensions/object.rb +0 -5
- data/rails_plugins/rspec_on_rails/lib/spec/rails/extensions/spec/example/configuration.rb +0 -66
- data/rails_plugins/rspec_on_rails/lib/spec/rails/extensions/spec/matchers/have.rb +0 -21
- data/rails_plugins/rspec_on_rails/lib/spec/rails/extensions.rb +0 -12
- data/rails_plugins/rspec_on_rails/lib/spec/rails/matchers/assert_select.rb +0 -130
- data/rails_plugins/rspec_on_rails/lib/spec/rails/matchers/have_text.rb +0 -55
- data/rails_plugins/rspec_on_rails/lib/spec/rails/matchers/redirect_to.rb +0 -113
- data/rails_plugins/rspec_on_rails/lib/spec/rails/matchers/render_template.rb +0 -70
- data/rails_plugins/rspec_on_rails/lib/spec/rails/matchers.rb +0 -29
- data/rails_plugins/rspec_on_rails/lib/spec/rails/story_adapter.rb +0 -71
- data/rails_plugins/rspec_on_rails/lib/spec/rails/version.rb +0 -23
- data/rails_plugins/rspec_on_rails/lib/spec/rails.rb +0 -51
- data/rails_plugins/rspec_on_rails/spec/rails/autotest/mappings_spec.rb +0 -36
- data/rails_plugins/rspec_on_rails/spec/rails/autotest/rails_rspec_spec.rb +0 -8
- data/rails_plugins/rspec_on_rails/spec/rails/example/assigns_hash_proxy_spec.rb +0 -55
- data/rails_plugins/rspec_on_rails/spec/rails/example/configuration_spec.rb +0 -83
- data/rails_plugins/rspec_on_rails/spec/rails/example/controller_isolation_spec.rb +0 -43
- data/rails_plugins/rspec_on_rails/spec/rails/example/controller_spec_spec.rb +0 -187
- data/rails_plugins/rspec_on_rails/spec/rails/example/example_group_factory_spec.rb +0 -112
- data/rails_plugins/rspec_on_rails/spec/rails/example/helper_spec_spec.rb +0 -118
- data/rails_plugins/rspec_on_rails/spec/rails/example/ivar_proxy_spec.rb +0 -64
- data/rails_plugins/rspec_on_rails/spec/rails/example/model_spec_spec.rb +0 -18
- data/rails_plugins/rspec_on_rails/spec/rails/example/shared_behaviour_spec.rb +0 -16
- data/rails_plugins/rspec_on_rails/spec/rails/example/test_unit_assertion_accessibility_spec.rb +0 -33
- data/rails_plugins/rspec_on_rails/spec/rails/example/view_spec_spec.rb +0 -263
- data/rails_plugins/rspec_on_rails/spec/rails/extensions/action_controller_rescue_action_spec.rb +0 -54
- data/rails_plugins/rspec_on_rails/spec/rails/extensions/action_view_base_spec.rb +0 -48
- data/rails_plugins/rspec_on_rails/spec/rails/extensions/active_record_spec.rb +0 -14
- data/rails_plugins/rspec_on_rails/spec/rails/matchers/assert_select_spec.rb +0 -783
- data/rails_plugins/rspec_on_rails/spec/rails/matchers/description_generation_spec.rb +0 -37
- data/rails_plugins/rspec_on_rails/spec/rails/matchers/errors_on_spec.rb +0 -13
- data/rails_plugins/rspec_on_rails/spec/rails/matchers/have_text_spec.rb +0 -62
- data/rails_plugins/rspec_on_rails/spec/rails/matchers/redirect_to_spec.rb +0 -203
- data/rails_plugins/rspec_on_rails/spec/rails/matchers/render_spec.rb +0 -169
- data/rails_plugins/rspec_on_rails/spec/rails/mocks/mock_model_spec.rb +0 -65
- data/rails_plugins/rspec_on_rails/spec/rails/sample_spec.rb +0 -7
- data/rails_plugins/rspec_on_rails/spec/rails/spec_server_spec.rb +0 -89
- data/rails_plugins/rspec_on_rails/spec/rails/spec_spec.rb +0 -11
- data/rails_plugins/rspec_on_rails/spec/rails_suite.rb +0 -7
- data/rails_plugins/rspec_on_rails/spec/spec_helper.rb +0 -46
- data/rails_plugins/rspec_on_rails/spec_resources/controllers/action_view_base_spec_controller.rb +0 -2
- data/rails_plugins/rspec_on_rails/spec_resources/controllers/controller_spec_controller.rb +0 -56
- data/rails_plugins/rspec_on_rails/spec_resources/controllers/redirect_spec_controller.rb +0 -59
- data/rails_plugins/rspec_on_rails/spec_resources/controllers/render_spec_controller.rb +0 -26
- data/rails_plugins/rspec_on_rails/spec_resources/controllers/rjs_spec_controller.rb +0 -58
- data/rails_plugins/rspec_on_rails/spec_resources/helpers/explicit_helper.rb +0 -10
- data/rails_plugins/rspec_on_rails/spec_resources/helpers/more_explicit_helper.rb +0 -5
- data/rails_plugins/rspec_on_rails/spec_resources/helpers/plugin_application_helper.rb +0 -6
- data/rails_plugins/rspec_on_rails/spec_resources/helpers/view_spec_helper.rb +0 -13
- data/rails_plugins/rspec_on_rails/spec_resources/views/controller_spec/_partial.rhtml +0 -0
- data/rails_plugins/rspec_on_rails/spec_resources/views/controller_spec/action_setting_flash_after_session_reset.rhtml +0 -1
- data/rails_plugins/rspec_on_rails/spec_resources/views/controller_spec/action_setting_flash_before_session_reset.rhtml +0 -1
- data/rails_plugins/rspec_on_rails/spec_resources/views/controller_spec/action_setting_the_assigns_hash.rhtml +0 -0
- data/rails_plugins/rspec_on_rails/spec_resources/views/controller_spec/action_with_errors_in_template.rhtml +0 -1
- data/rails_plugins/rspec_on_rails/spec_resources/views/controller_spec/action_with_template.rhtml +0 -1
- data/rails_plugins/rspec_on_rails/spec_resources/views/render_spec/_a_partial.rhtml +0 -0
- data/rails_plugins/rspec_on_rails/spec_resources/views/render_spec/some_action.js.rjs +0 -1
- data/rails_plugins/rspec_on_rails/spec_resources/views/render_spec/some_action.rhtml +0 -0
- data/rails_plugins/rspec_on_rails/spec_resources/views/render_spec/some_action.rjs +0 -1
- data/rails_plugins/rspec_on_rails/spec_resources/views/rjs_spec/_replacement_partial.rhtml +0 -1
- data/rails_plugins/rspec_on_rails/spec_resources/views/rjs_spec/hide_div.rjs +0 -1
- data/rails_plugins/rspec_on_rails/spec_resources/views/rjs_spec/hide_page_element.rjs +0 -1
- data/rails_plugins/rspec_on_rails/spec_resources/views/rjs_spec/insert_html.rjs +0 -1
- data/rails_plugins/rspec_on_rails/spec_resources/views/rjs_spec/replace.rjs +0 -1
- data/rails_plugins/rspec_on_rails/spec_resources/views/rjs_spec/replace_html.rjs +0 -1
- data/rails_plugins/rspec_on_rails/spec_resources/views/rjs_spec/replace_html_with_partial.rjs +0 -1
- data/rails_plugins/rspec_on_rails/spec_resources/views/rjs_spec/visual_effect.rjs +0 -1
- data/rails_plugins/rspec_on_rails/spec_resources/views/rjs_spec/visual_toggle_effect.rjs +0 -1
- data/rails_plugins/rspec_on_rails/spec_resources/views/tag_spec/no_tags.rhtml +0 -1
- data/rails_plugins/rspec_on_rails/spec_resources/views/tag_spec/single_div_with_no_attributes.rhtml +0 -1
- data/rails_plugins/rspec_on_rails/spec_resources/views/tag_spec/single_div_with_one_attribute.rhtml +0 -1
- data/rails_plugins/rspec_on_rails/spec_resources/views/view_spec/_partial.rhtml +0 -2
- data/rails_plugins/rspec_on_rails/spec_resources/views/view_spec/_partial_used_twice.rhtml +0 -0
- data/rails_plugins/rspec_on_rails/spec_resources/views/view_spec/_partial_with_local_variable.rhtml +0 -1
- data/rails_plugins/rspec_on_rails/spec_resources/views/view_spec/_partial_with_sub_partial.rhtml +0 -1
- data/rails_plugins/rspec_on_rails/spec_resources/views/view_spec/_spacer.rhtml +0 -1
- data/rails_plugins/rspec_on_rails/spec_resources/views/view_spec/accessor.rhtml +0 -3
- data/rails_plugins/rspec_on_rails/spec_resources/views/view_spec/entry_form.rhtml +0 -2
- data/rails_plugins/rspec_on_rails/spec_resources/views/view_spec/explicit_helper.rhtml +0 -2
- data/rails_plugins/rspec_on_rails/spec_resources/views/view_spec/foo/show.rhtml +0 -1
- data/rails_plugins/rspec_on_rails/spec_resources/views/view_spec/implicit_helper.rhtml +0 -2
- data/rails_plugins/rspec_on_rails/spec_resources/views/view_spec/multiple_helpers.rhtml +0 -3
- data/rails_plugins/rspec_on_rails/spec_resources/views/view_spec/template_with_partial.rhtml +0 -5
- data/rails_plugins/rspec_on_rails/spec_resources/views/view_spec/template_with_partial_using_collection.rhtml +0 -3
- data/rails_plugins/rspec_on_rails/spec_resources/views/view_spec/template_with_partial_with_array.rhtml +0 -1
- data/rails_plugins/rspec_on_rails/stories/all.rb +0 -10
- data/rails_plugins/rspec_on_rails/stories/helper.rb +0 -5
- data/rails_plugins/rspec_on_rails/stories/steps/people.rb +0 -8
- data/rails_plugins/rspec_on_rails/stories/transactions_should_rollback +0 -15
- data/rails_plugins/rspec_on_rails/stories/transactions_should_rollback.rb +0 -25
- data/rails_plugins/rspec_on_rails/tasks/rspec.rake +0 -137
@@ -1,568 +0,0 @@
|
|
1
|
-
// script.aculo.us unittest.js v1.8.0_pre1, Fri Oct 12 21:34:51 +0200 2007
|
2
|
-
|
3
|
-
// Copyright (c) 2005-2007 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us)
|
4
|
-
// (c) 2005-2007 Jon Tirsen (http://www.tirsen.com)
|
5
|
-
// (c) 2005-2007 Michael Schuerig (http://www.schuerig.de/michael/)
|
6
|
-
//
|
7
|
-
// script.aculo.us is freely distributable under the terms of an MIT-style license.
|
8
|
-
// For details, see the script.aculo.us web site: http://script.aculo.us/
|
9
|
-
|
10
|
-
// experimental, Firefox-only
|
11
|
-
Event.simulateMouse = function(element, eventName) {
|
12
|
-
var options = Object.extend({
|
13
|
-
pointerX: 0,
|
14
|
-
pointerY: 0,
|
15
|
-
buttons: 0,
|
16
|
-
ctrlKey: false,
|
17
|
-
altKey: false,
|
18
|
-
shiftKey: false,
|
19
|
-
metaKey: false
|
20
|
-
}, arguments[2] || {});
|
21
|
-
var oEvent = document.createEvent("MouseEvents");
|
22
|
-
oEvent.initMouseEvent(eventName, true, true, document.defaultView,
|
23
|
-
options.buttons, options.pointerX, options.pointerY, options.pointerX, options.pointerY,
|
24
|
-
options.ctrlKey, options.altKey, options.shiftKey, options.metaKey, 0, $(element));
|
25
|
-
|
26
|
-
if(this.mark) Element.remove(this.mark);
|
27
|
-
this.mark = document.createElement('div');
|
28
|
-
this.mark.appendChild(document.createTextNode(" "));
|
29
|
-
document.body.appendChild(this.mark);
|
30
|
-
this.mark.style.position = 'absolute';
|
31
|
-
this.mark.style.top = options.pointerY + "px";
|
32
|
-
this.mark.style.left = options.pointerX + "px";
|
33
|
-
this.mark.style.width = "5px";
|
34
|
-
this.mark.style.height = "5px;";
|
35
|
-
this.mark.style.borderTop = "1px solid red;"
|
36
|
-
this.mark.style.borderLeft = "1px solid red;"
|
37
|
-
|
38
|
-
if(this.step)
|
39
|
-
alert('['+new Date().getTime().toString()+'] '+eventName+'/'+Test.Unit.inspect(options));
|
40
|
-
|
41
|
-
$(element).dispatchEvent(oEvent);
|
42
|
-
};
|
43
|
-
|
44
|
-
// Note: Due to a fix in Firefox 1.0.5/6 that probably fixed "too much", this doesn't work in 1.0.6 or DP2.
|
45
|
-
// You need to downgrade to 1.0.4 for now to get this working
|
46
|
-
// See https://bugzilla.mozilla.org/show_bug.cgi?id=289940 for the fix that fixed too much
|
47
|
-
Event.simulateKey = function(element, eventName) {
|
48
|
-
var options = Object.extend({
|
49
|
-
ctrlKey: false,
|
50
|
-
altKey: false,
|
51
|
-
shiftKey: false,
|
52
|
-
metaKey: false,
|
53
|
-
keyCode: 0,
|
54
|
-
charCode: 0
|
55
|
-
}, arguments[2] || {});
|
56
|
-
|
57
|
-
var oEvent = document.createEvent("KeyEvents");
|
58
|
-
oEvent.initKeyEvent(eventName, true, true, window,
|
59
|
-
options.ctrlKey, options.altKey, options.shiftKey, options.metaKey,
|
60
|
-
options.keyCode, options.charCode );
|
61
|
-
$(element).dispatchEvent(oEvent);
|
62
|
-
};
|
63
|
-
|
64
|
-
Event.simulateKeys = function(element, command) {
|
65
|
-
for(var i=0; i<command.length; i++) {
|
66
|
-
Event.simulateKey(element,'keypress',{charCode:command.charCodeAt(i)});
|
67
|
-
}
|
68
|
-
};
|
69
|
-
|
70
|
-
var Test = {}
|
71
|
-
Test.Unit = {};
|
72
|
-
|
73
|
-
// security exception workaround
|
74
|
-
Test.Unit.inspect = Object.inspect;
|
75
|
-
|
76
|
-
Test.Unit.Logger = Class.create();
|
77
|
-
Test.Unit.Logger.prototype = {
|
78
|
-
initialize: function(log) {
|
79
|
-
this.log = $(log);
|
80
|
-
if (this.log) {
|
81
|
-
this._createLogTable();
|
82
|
-
}
|
83
|
-
},
|
84
|
-
start: function(testName) {
|
85
|
-
if (!this.log) return;
|
86
|
-
this.testName = testName;
|
87
|
-
this.lastLogLine = document.createElement('tr');
|
88
|
-
this.statusCell = document.createElement('td');
|
89
|
-
this.nameCell = document.createElement('td');
|
90
|
-
this.nameCell.className = "nameCell";
|
91
|
-
this.nameCell.appendChild(document.createTextNode(testName));
|
92
|
-
this.messageCell = document.createElement('td');
|
93
|
-
this.lastLogLine.appendChild(this.statusCell);
|
94
|
-
this.lastLogLine.appendChild(this.nameCell);
|
95
|
-
this.lastLogLine.appendChild(this.messageCell);
|
96
|
-
this.loglines.appendChild(this.lastLogLine);
|
97
|
-
},
|
98
|
-
finish: function(status, summary) {
|
99
|
-
if (!this.log) return;
|
100
|
-
this.lastLogLine.className = status;
|
101
|
-
this.statusCell.innerHTML = status;
|
102
|
-
this.messageCell.innerHTML = this._toHTML(summary);
|
103
|
-
this.addLinksToResults();
|
104
|
-
},
|
105
|
-
message: function(message) {
|
106
|
-
if (!this.log) return;
|
107
|
-
this.messageCell.innerHTML = this._toHTML(message);
|
108
|
-
},
|
109
|
-
summary: function(summary) {
|
110
|
-
if (!this.log) return;
|
111
|
-
this.logsummary.innerHTML = this._toHTML(summary);
|
112
|
-
},
|
113
|
-
_createLogTable: function() {
|
114
|
-
this.log.innerHTML =
|
115
|
-
'<div id="logsummary"></div>' +
|
116
|
-
'<table id="logtable">' +
|
117
|
-
'<thead><tr><th>Status</th><th>Test</th><th>Message</th></tr></thead>' +
|
118
|
-
'<tbody id="loglines"></tbody>' +
|
119
|
-
'</table>';
|
120
|
-
this.logsummary = $('logsummary')
|
121
|
-
this.loglines = $('loglines');
|
122
|
-
},
|
123
|
-
_toHTML: function(txt) {
|
124
|
-
return txt.escapeHTML().replace(/\n/g,"<br/>");
|
125
|
-
},
|
126
|
-
addLinksToResults: function(){
|
127
|
-
$$("tr.failed .nameCell").each( function(td){ // todo: limit to children of this.log
|
128
|
-
td.title = "Run only this test"
|
129
|
-
Event.observe(td, 'click', function(){ window.location.search = "?tests=" + td.innerHTML;});
|
130
|
-
});
|
131
|
-
$$("tr.passed .nameCell").each( function(td){ // todo: limit to children of this.log
|
132
|
-
td.title = "Run all tests"
|
133
|
-
Event.observe(td, 'click', function(){ window.location.search = "";});
|
134
|
-
});
|
135
|
-
}
|
136
|
-
}
|
137
|
-
|
138
|
-
Test.Unit.Runner = Class.create();
|
139
|
-
Test.Unit.Runner.prototype = {
|
140
|
-
initialize: function(testcases) {
|
141
|
-
this.options = Object.extend({
|
142
|
-
testLog: 'testlog'
|
143
|
-
}, arguments[1] || {});
|
144
|
-
this.options.resultsURL = this.parseResultsURLQueryParameter();
|
145
|
-
this.options.tests = this.parseTestsQueryParameter();
|
146
|
-
if (this.options.testLog) {
|
147
|
-
this.options.testLog = $(this.options.testLog) || null;
|
148
|
-
}
|
149
|
-
if(this.options.tests) {
|
150
|
-
this.tests = [];
|
151
|
-
for(var i = 0; i < this.options.tests.length; i++) {
|
152
|
-
if(/^test/.test(this.options.tests[i])) {
|
153
|
-
this.tests.push(new Test.Unit.Testcase(this.options.tests[i], testcases[this.options.tests[i]], testcases["setup"], testcases["teardown"]));
|
154
|
-
}
|
155
|
-
}
|
156
|
-
} else {
|
157
|
-
if (this.options.test) {
|
158
|
-
this.tests = [new Test.Unit.Testcase(this.options.test, testcases[this.options.test], testcases["setup"], testcases["teardown"])];
|
159
|
-
} else {
|
160
|
-
this.tests = [];
|
161
|
-
for(var testcase in testcases) {
|
162
|
-
if(/^test/.test(testcase)) {
|
163
|
-
this.tests.push(
|
164
|
-
new Test.Unit.Testcase(
|
165
|
-
this.options.context ? ' -> ' + this.options.titles[testcase] : testcase,
|
166
|
-
testcases[testcase], testcases["setup"], testcases["teardown"]
|
167
|
-
));
|
168
|
-
}
|
169
|
-
}
|
170
|
-
}
|
171
|
-
}
|
172
|
-
this.currentTest = 0;
|
173
|
-
this.logger = new Test.Unit.Logger(this.options.testLog);
|
174
|
-
setTimeout(this.runTests.bind(this), 1000);
|
175
|
-
},
|
176
|
-
parseResultsURLQueryParameter: function() {
|
177
|
-
return window.location.search.parseQuery()["resultsURL"];
|
178
|
-
},
|
179
|
-
parseTestsQueryParameter: function(){
|
180
|
-
if (window.location.search.parseQuery()["tests"]){
|
181
|
-
return window.location.search.parseQuery()["tests"].split(',');
|
182
|
-
};
|
183
|
-
},
|
184
|
-
// Returns:
|
185
|
-
// "ERROR" if there was an error,
|
186
|
-
// "FAILURE" if there was a failure, or
|
187
|
-
// "SUCCESS" if there was neither
|
188
|
-
getResult: function() {
|
189
|
-
var hasFailure = false;
|
190
|
-
for(var i=0;i<this.tests.length;i++) {
|
191
|
-
if (this.tests[i].errors > 0) {
|
192
|
-
return "ERROR";
|
193
|
-
}
|
194
|
-
if (this.tests[i].failures > 0) {
|
195
|
-
hasFailure = true;
|
196
|
-
}
|
197
|
-
}
|
198
|
-
if (hasFailure) {
|
199
|
-
return "FAILURE";
|
200
|
-
} else {
|
201
|
-
return "SUCCESS";
|
202
|
-
}
|
203
|
-
},
|
204
|
-
postResults: function() {
|
205
|
-
if (this.options.resultsURL) {
|
206
|
-
new Ajax.Request(this.options.resultsURL,
|
207
|
-
{ method: 'get', parameters: 'result=' + this.getResult(), asynchronous: false });
|
208
|
-
}
|
209
|
-
},
|
210
|
-
runTests: function() {
|
211
|
-
var test = this.tests[this.currentTest];
|
212
|
-
if (!test) {
|
213
|
-
// finished!
|
214
|
-
this.postResults();
|
215
|
-
this.logger.summary(this.summary());
|
216
|
-
return;
|
217
|
-
}
|
218
|
-
if(!test.isWaiting) {
|
219
|
-
this.logger.start(test.name);
|
220
|
-
}
|
221
|
-
test.run();
|
222
|
-
if(test.isWaiting) {
|
223
|
-
this.logger.message("Waiting for " + test.timeToWait + "ms");
|
224
|
-
setTimeout(this.runTests.bind(this), test.timeToWait || 1000);
|
225
|
-
} else {
|
226
|
-
this.logger.finish(test.status(), test.summary());
|
227
|
-
this.currentTest++;
|
228
|
-
// tail recursive, hopefully the browser will skip the stackframe
|
229
|
-
this.runTests();
|
230
|
-
}
|
231
|
-
},
|
232
|
-
summary: function() {
|
233
|
-
var assertions = 0;
|
234
|
-
var failures = 0;
|
235
|
-
var errors = 0;
|
236
|
-
var messages = [];
|
237
|
-
for(var i=0;i<this.tests.length;i++) {
|
238
|
-
assertions += this.tests[i].assertions;
|
239
|
-
failures += this.tests[i].failures;
|
240
|
-
errors += this.tests[i].errors;
|
241
|
-
}
|
242
|
-
return (
|
243
|
-
(this.options.context ? this.options.context + ': ': '') +
|
244
|
-
this.tests.length + " tests, " +
|
245
|
-
assertions + " assertions, " +
|
246
|
-
failures + " failures, " +
|
247
|
-
errors + " errors");
|
248
|
-
}
|
249
|
-
}
|
250
|
-
|
251
|
-
Test.Unit.Assertions = Class.create();
|
252
|
-
Test.Unit.Assertions.prototype = {
|
253
|
-
initialize: function() {
|
254
|
-
this.assertions = 0;
|
255
|
-
this.failures = 0;
|
256
|
-
this.errors = 0;
|
257
|
-
this.messages = [];
|
258
|
-
},
|
259
|
-
summary: function() {
|
260
|
-
return (
|
261
|
-
this.assertions + " assertions, " +
|
262
|
-
this.failures + " failures, " +
|
263
|
-
this.errors + " errors" + "\n" +
|
264
|
-
this.messages.join("\n"));
|
265
|
-
},
|
266
|
-
pass: function() {
|
267
|
-
this.assertions++;
|
268
|
-
},
|
269
|
-
fail: function(message) {
|
270
|
-
this.failures++;
|
271
|
-
this.messages.push("Failure: " + message);
|
272
|
-
},
|
273
|
-
info: function(message) {
|
274
|
-
this.messages.push("Info: " + message);
|
275
|
-
},
|
276
|
-
error: function(error) {
|
277
|
-
this.errors++;
|
278
|
-
this.messages.push(error.name + ": "+ error.message + "(" + Test.Unit.inspect(error) +")");
|
279
|
-
},
|
280
|
-
status: function() {
|
281
|
-
if (this.failures > 0) return 'failed';
|
282
|
-
if (this.errors > 0) return 'error';
|
283
|
-
return 'passed';
|
284
|
-
},
|
285
|
-
assert: function(expression) {
|
286
|
-
var message = arguments[1] || 'assert: got "' + Test.Unit.inspect(expression) + '"';
|
287
|
-
try { expression ? this.pass() :
|
288
|
-
this.fail(message); }
|
289
|
-
catch(e) { this.error(e); }
|
290
|
-
},
|
291
|
-
assertEqual: function(expected, actual) {
|
292
|
-
var message = arguments[2] || "assertEqual";
|
293
|
-
try { (expected == actual) ? this.pass() :
|
294
|
-
this.fail(message + ': expected "' + Test.Unit.inspect(expected) +
|
295
|
-
'", actual "' + Test.Unit.inspect(actual) + '"'); }
|
296
|
-
catch(e) { this.error(e); }
|
297
|
-
},
|
298
|
-
assertInspect: function(expected, actual) {
|
299
|
-
var message = arguments[2] || "assertInspect";
|
300
|
-
try { (expected == actual.inspect()) ? this.pass() :
|
301
|
-
this.fail(message + ': expected "' + Test.Unit.inspect(expected) +
|
302
|
-
'", actual "' + Test.Unit.inspect(actual) + '"'); }
|
303
|
-
catch(e) { this.error(e); }
|
304
|
-
},
|
305
|
-
assertEnumEqual: function(expected, actual) {
|
306
|
-
var message = arguments[2] || "assertEnumEqual";
|
307
|
-
try { $A(expected).length == $A(actual).length &&
|
308
|
-
expected.zip(actual).all(function(pair) { return pair[0] == pair[1] }) ?
|
309
|
-
this.pass() : this.fail(message + ': expected ' + Test.Unit.inspect(expected) +
|
310
|
-
', actual ' + Test.Unit.inspect(actual)); }
|
311
|
-
catch(e) { this.error(e); }
|
312
|
-
},
|
313
|
-
assertNotEqual: function(expected, actual) {
|
314
|
-
var message = arguments[2] || "assertNotEqual";
|
315
|
-
try { (expected != actual) ? this.pass() :
|
316
|
-
this.fail(message + ': got "' + Test.Unit.inspect(actual) + '"'); }
|
317
|
-
catch(e) { this.error(e); }
|
318
|
-
},
|
319
|
-
assertIdentical: function(expected, actual) {
|
320
|
-
var message = arguments[2] || "assertIdentical";
|
321
|
-
try { (expected === actual) ? this.pass() :
|
322
|
-
this.fail(message + ': expected "' + Test.Unit.inspect(expected) +
|
323
|
-
'", actual "' + Test.Unit.inspect(actual) + '"'); }
|
324
|
-
catch(e) { this.error(e); }
|
325
|
-
},
|
326
|
-
assertNotIdentical: function(expected, actual) {
|
327
|
-
var message = arguments[2] || "assertNotIdentical";
|
328
|
-
try { !(expected === actual) ? this.pass() :
|
329
|
-
this.fail(message + ': expected "' + Test.Unit.inspect(expected) +
|
330
|
-
'", actual "' + Test.Unit.inspect(actual) + '"'); }
|
331
|
-
catch(e) { this.error(e); }
|
332
|
-
},
|
333
|
-
assertNull: function(obj) {
|
334
|
-
var message = arguments[1] || 'assertNull'
|
335
|
-
try { (obj==null) ? this.pass() :
|
336
|
-
this.fail(message + ': got "' + Test.Unit.inspect(obj) + '"'); }
|
337
|
-
catch(e) { this.error(e); }
|
338
|
-
},
|
339
|
-
assertMatch: function(expected, actual) {
|
340
|
-
var message = arguments[2] || 'assertMatch';
|
341
|
-
var regex = new RegExp(expected);
|
342
|
-
try { (regex.exec(actual)) ? this.pass() :
|
343
|
-
this.fail(message + ' : regex: "' + Test.Unit.inspect(expected) + ' did not match: ' + Test.Unit.inspect(actual) + '"'); }
|
344
|
-
catch(e) { this.error(e); }
|
345
|
-
},
|
346
|
-
assertHidden: function(element) {
|
347
|
-
var message = arguments[1] || 'assertHidden';
|
348
|
-
this.assertEqual("none", element.style.display, message);
|
349
|
-
},
|
350
|
-
assertNotNull: function(object) {
|
351
|
-
var message = arguments[1] || 'assertNotNull';
|
352
|
-
this.assert(object != null, message);
|
353
|
-
},
|
354
|
-
assertType: function(expected, actual) {
|
355
|
-
var message = arguments[2] || 'assertType';
|
356
|
-
try {
|
357
|
-
(actual.constructor == expected) ? this.pass() :
|
358
|
-
this.fail(message + ': expected "' + Test.Unit.inspect(expected) +
|
359
|
-
'", actual "' + (actual.constructor) + '"'); }
|
360
|
-
catch(e) { this.error(e); }
|
361
|
-
},
|
362
|
-
assertNotOfType: function(expected, actual) {
|
363
|
-
var message = arguments[2] || 'assertNotOfType';
|
364
|
-
try {
|
365
|
-
(actual.constructor != expected) ? this.pass() :
|
366
|
-
this.fail(message + ': expected "' + Test.Unit.inspect(expected) +
|
367
|
-
'", actual "' + (actual.constructor) + '"'); }
|
368
|
-
catch(e) { this.error(e); }
|
369
|
-
},
|
370
|
-
assertInstanceOf: function(expected, actual) {
|
371
|
-
var message = arguments[2] || 'assertInstanceOf';
|
372
|
-
try {
|
373
|
-
(actual instanceof expected) ? this.pass() :
|
374
|
-
this.fail(message + ": object was not an instance of the expected type"); }
|
375
|
-
catch(e) { this.error(e); }
|
376
|
-
},
|
377
|
-
assertNotInstanceOf: function(expected, actual) {
|
378
|
-
var message = arguments[2] || 'assertNotInstanceOf';
|
379
|
-
try {
|
380
|
-
!(actual instanceof expected) ? this.pass() :
|
381
|
-
this.fail(message + ": object was an instance of the not expected type"); }
|
382
|
-
catch(e) { this.error(e); }
|
383
|
-
},
|
384
|
-
assertRespondsTo: function(method, obj) {
|
385
|
-
var message = arguments[2] || 'assertRespondsTo';
|
386
|
-
try {
|
387
|
-
(obj[method] && typeof obj[method] == 'function') ? this.pass() :
|
388
|
-
this.fail(message + ": object doesn't respond to [" + method + "]"); }
|
389
|
-
catch(e) { this.error(e); }
|
390
|
-
},
|
391
|
-
assertReturnsTrue: function(method, obj) {
|
392
|
-
var message = arguments[2] || 'assertReturnsTrue';
|
393
|
-
try {
|
394
|
-
var m = obj[method];
|
395
|
-
if(!m) m = obj['is'+method.charAt(0).toUpperCase()+method.slice(1)];
|
396
|
-
m() ? this.pass() :
|
397
|
-
this.fail(message + ": method returned false"); }
|
398
|
-
catch(e) { this.error(e); }
|
399
|
-
},
|
400
|
-
assertReturnsFalse: function(method, obj) {
|
401
|
-
var message = arguments[2] || 'assertReturnsFalse';
|
402
|
-
try {
|
403
|
-
var m = obj[method];
|
404
|
-
if(!m) m = obj['is'+method.charAt(0).toUpperCase()+method.slice(1)];
|
405
|
-
!m() ? this.pass() :
|
406
|
-
this.fail(message + ": method returned true"); }
|
407
|
-
catch(e) { this.error(e); }
|
408
|
-
},
|
409
|
-
assertRaise: function(exceptionName, method) {
|
410
|
-
var message = arguments[2] || 'assertRaise';
|
411
|
-
try {
|
412
|
-
method();
|
413
|
-
this.fail(message + ": exception expected but none was raised"); }
|
414
|
-
catch(e) {
|
415
|
-
((exceptionName == null) || (e.name==exceptionName)) ? this.pass() : this.error(e);
|
416
|
-
}
|
417
|
-
},
|
418
|
-
assertElementsMatch: function() {
|
419
|
-
var expressions = $A(arguments), elements = $A(expressions.shift());
|
420
|
-
if (elements.length != expressions.length) {
|
421
|
-
this.fail('assertElementsMatch: size mismatch: ' + elements.length + ' elements, ' + expressions.length + ' expressions');
|
422
|
-
return false;
|
423
|
-
}
|
424
|
-
elements.zip(expressions).all(function(pair, index) {
|
425
|
-
var element = $(pair.first()), expression = pair.last();
|
426
|
-
if (element.match(expression)) return true;
|
427
|
-
this.fail('assertElementsMatch: (in index ' + index + ') expected ' + expression.inspect() + ' but got ' + element.inspect());
|
428
|
-
}.bind(this)) && this.pass();
|
429
|
-
},
|
430
|
-
assertElementMatches: function(element, expression) {
|
431
|
-
this.assertElementsMatch([element], expression);
|
432
|
-
},
|
433
|
-
benchmark: function(operation, iterations) {
|
434
|
-
var startAt = new Date();
|
435
|
-
(iterations || 1).times(operation);
|
436
|
-
var timeTaken = ((new Date())-startAt);
|
437
|
-
this.info((arguments[2] || 'Operation') + ' finished ' +
|
438
|
-
iterations + ' iterations in ' + (timeTaken/1000)+'s' );
|
439
|
-
return timeTaken;
|
440
|
-
},
|
441
|
-
_isVisible: function(element) {
|
442
|
-
element = $(element);
|
443
|
-
if(!element.parentNode) return true;
|
444
|
-
this.assertNotNull(element);
|
445
|
-
if(element.style && Element.getStyle(element, 'display') == 'none')
|
446
|
-
return false;
|
447
|
-
|
448
|
-
return this._isVisible(element.parentNode);
|
449
|
-
},
|
450
|
-
assertNotVisible: function(element) {
|
451
|
-
this.assert(!this._isVisible(element), Test.Unit.inspect(element) + " was not hidden and didn't have a hidden parent either. " + ("" || arguments[1]));
|
452
|
-
},
|
453
|
-
assertVisible: function(element) {
|
454
|
-
this.assert(this._isVisible(element), Test.Unit.inspect(element) + " was not visible. " + ("" || arguments[1]));
|
455
|
-
},
|
456
|
-
benchmark: function(operation, iterations) {
|
457
|
-
var startAt = new Date();
|
458
|
-
(iterations || 1).times(operation);
|
459
|
-
var timeTaken = ((new Date())-startAt);
|
460
|
-
this.info((arguments[2] || 'Operation') + ' finished ' +
|
461
|
-
iterations + ' iterations in ' + (timeTaken/1000)+'s' );
|
462
|
-
return timeTaken;
|
463
|
-
}
|
464
|
-
}
|
465
|
-
|
466
|
-
Test.Unit.Testcase = Class.create();
|
467
|
-
Object.extend(Object.extend(Test.Unit.Testcase.prototype, Test.Unit.Assertions.prototype), {
|
468
|
-
initialize: function(name, test, setup, teardown) {
|
469
|
-
Test.Unit.Assertions.prototype.initialize.bind(this)();
|
470
|
-
this.name = name;
|
471
|
-
|
472
|
-
if(typeof test == 'string') {
|
473
|
-
test = test.gsub(/(\.should[^\(]+\()/,'#{0}this,');
|
474
|
-
test = test.gsub(/(\.should[^\(]+)\(this,\)/,'#{1}(this)');
|
475
|
-
this.test = function() {
|
476
|
-
eval('with(this){'+test+'}');
|
477
|
-
}
|
478
|
-
} else {
|
479
|
-
this.test = test || function() {};
|
480
|
-
}
|
481
|
-
|
482
|
-
this.setup = setup || function() {};
|
483
|
-
this.teardown = teardown || function() {};
|
484
|
-
this.isWaiting = false;
|
485
|
-
this.timeToWait = 1000;
|
486
|
-
},
|
487
|
-
wait: function(time, nextPart) {
|
488
|
-
this.isWaiting = true;
|
489
|
-
this.test = nextPart;
|
490
|
-
this.timeToWait = time;
|
491
|
-
},
|
492
|
-
run: function() {
|
493
|
-
try {
|
494
|
-
try {
|
495
|
-
if (!this.isWaiting) this.setup.bind(this)();
|
496
|
-
this.isWaiting = false;
|
497
|
-
this.test.bind(this)();
|
498
|
-
} finally {
|
499
|
-
if(!this.isWaiting) {
|
500
|
-
this.teardown.bind(this)();
|
501
|
-
}
|
502
|
-
}
|
503
|
-
}
|
504
|
-
catch(e) { this.error(e); }
|
505
|
-
}
|
506
|
-
});
|
507
|
-
|
508
|
-
// *EXPERIMENTAL* BDD-style testing to please non-technical folk
|
509
|
-
// This draws many ideas from RSpec http://rspec.rubyforge.org/
|
510
|
-
|
511
|
-
Test.setupBDDExtensionMethods = function(){
|
512
|
-
var METHODMAP = {
|
513
|
-
shouldEqual: 'assertEqual',
|
514
|
-
shouldNotEqual: 'assertNotEqual',
|
515
|
-
shouldEqualEnum: 'assertEnumEqual',
|
516
|
-
shouldBeA: 'assertType',
|
517
|
-
shouldNotBeA: 'assertNotOfType',
|
518
|
-
shouldBeAn: 'assertType',
|
519
|
-
shouldNotBeAn: 'assertNotOfType',
|
520
|
-
shouldBeNull: 'assertNull',
|
521
|
-
shouldNotBeNull: 'assertNotNull',
|
522
|
-
|
523
|
-
shouldBe: 'assertReturnsTrue',
|
524
|
-
shouldNotBe: 'assertReturnsFalse',
|
525
|
-
shouldRespondTo: 'assertRespondsTo'
|
526
|
-
};
|
527
|
-
var makeAssertion = function(assertion, args, object) {
|
528
|
-
this[assertion].apply(this,(args || []).concat([object]));
|
529
|
-
}
|
530
|
-
|
531
|
-
Test.BDDMethods = {};
|
532
|
-
$H(METHODMAP).each(function(pair) {
|
533
|
-
Test.BDDMethods[pair.key] = function() {
|
534
|
-
var args = $A(arguments);
|
535
|
-
var scope = args.shift();
|
536
|
-
makeAssertion.apply(scope, [pair.value, args, this]); };
|
537
|
-
});
|
538
|
-
|
539
|
-
[Array.prototype, String.prototype, Number.prototype, Boolean.prototype].each(
|
540
|
-
function(p){ Object.extend(p, Test.BDDMethods) }
|
541
|
-
);
|
542
|
-
}
|
543
|
-
|
544
|
-
Test.context = function(name, spec, log){
|
545
|
-
Test.setupBDDExtensionMethods();
|
546
|
-
|
547
|
-
var compiledSpec = {};
|
548
|
-
var titles = {};
|
549
|
-
for(specName in spec) {
|
550
|
-
switch(specName){
|
551
|
-
case "setup":
|
552
|
-
case "teardown":
|
553
|
-
compiledSpec[specName] = spec[specName];
|
554
|
-
break;
|
555
|
-
default:
|
556
|
-
var testName = 'test'+specName.gsub(/\s+/,'-').camelize();
|
557
|
-
var body = spec[specName].toString().split('\n').slice(1);
|
558
|
-
if(/^\{/.test(body[0])) body = body.slice(1);
|
559
|
-
body.pop();
|
560
|
-
body = body.map(function(statement){
|
561
|
-
return statement.strip()
|
562
|
-
});
|
563
|
-
compiledSpec[testName] = body.join('\n');
|
564
|
-
titles[testName] = specName;
|
565
|
-
}
|
566
|
-
}
|
567
|
-
new Test.Unit.Runner(compiledSpec, { titles: titles, testLog: log || 'testlog', context: name });
|
568
|
-
};
|
@@ -1,24 +0,0 @@
|
|
1
|
-
require 'webrick'
|
2
|
-
|
3
|
-
class DispatchServlet < WEBrick::HTTPServlet::AbstractServlet
|
4
|
-
def do_POST(request, response)
|
5
|
-
File.open('story', 'w') do |io|
|
6
|
-
io.write(request.body)
|
7
|
-
end
|
8
|
-
|
9
|
-
response.status = 200
|
10
|
-
response['Content-Type'] = 'text/html'
|
11
|
-
response.body = "body"
|
12
|
-
end
|
13
|
-
end
|
14
|
-
|
15
|
-
params = { :Port => 4000,
|
16
|
-
:ServerType => WEBrick::SimpleServer,
|
17
|
-
:BindAddress => "0.0.0.0",
|
18
|
-
:MimeTypes => WEBrick::HTTPUtils::DefaultMimeTypes }
|
19
|
-
server = WEBrick::HTTPServer.new(params)
|
20
|
-
server.mount('/stories', DispatchServlet)
|
21
|
-
server.mount('/', WEBrick::HTTPServlet::FileHandler, File.dirname(__FILE__) + '/..', { :FancyIndexing => true })
|
22
|
-
|
23
|
-
trap("INT") { server.shutdown }
|
24
|
-
server.start
|