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,45 +0,0 @@
|
|
1
|
-
require File.dirname(__FILE__) + '/../../spec_helper.rb'
|
2
|
-
|
3
|
-
module Spec
|
4
|
-
module Mocks
|
5
|
-
describe "calling :should_receive with an options hash" do
|
6
|
-
it_should_behave_like "sandboxed rspec_options"
|
7
|
-
attr_reader :reporter, :example_group
|
8
|
-
before do
|
9
|
-
@reporter = ::Spec::Runner::Reporter.new(options)
|
10
|
-
@example_group = Class.new(::Spec::Example::ExampleGroup) do
|
11
|
-
plugin_mock_framework
|
12
|
-
describe("Some Examples")
|
13
|
-
end
|
14
|
-
reporter.add_example_group example_group
|
15
|
-
end
|
16
|
-
|
17
|
-
it "should report the file and line submitted with :expected_from" do
|
18
|
-
example_definition = example_group.it "spec" do
|
19
|
-
mock = Spec::Mocks::Mock.new("a mock")
|
20
|
-
mock.should_receive(:message, :expected_from => "/path/to/blah.ext:37")
|
21
|
-
mock.rspec_verify
|
22
|
-
end
|
23
|
-
example = example_group.new(example_definition)
|
24
|
-
|
25
|
-
reporter.should_receive(:example_finished) do |spec, error|
|
26
|
-
error.backtrace.detect {|line| line =~ /\/path\/to\/blah.ext:37/}.should_not be_nil
|
27
|
-
end
|
28
|
-
example.execute(options, {})
|
29
|
-
end
|
30
|
-
|
31
|
-
it "should use the message supplied with :message" do
|
32
|
-
example_definition = @example_group.it "spec" do
|
33
|
-
mock = Spec::Mocks::Mock.new("a mock")
|
34
|
-
mock.should_receive(:message, :message => "recebi nada")
|
35
|
-
mock.rspec_verify
|
36
|
-
end
|
37
|
-
example = @example_group.new(example_definition)
|
38
|
-
@reporter.should_receive(:example_finished) do |spec, error|
|
39
|
-
error.message.should == "recebi nada"
|
40
|
-
end
|
41
|
-
example.execute(@options, {})
|
42
|
-
end
|
43
|
-
end
|
44
|
-
end
|
45
|
-
end
|
@@ -1,106 +0,0 @@
|
|
1
|
-
require File.dirname(__FILE__) + '/../../spec_helper.rb'
|
2
|
-
|
3
|
-
module Spec
|
4
|
-
module Mocks
|
5
|
-
describe "using a Partial Mock," do
|
6
|
-
before(:each) do
|
7
|
-
@object = Object.new
|
8
|
-
end
|
9
|
-
|
10
|
-
it "should name the class in the failure message" do
|
11
|
-
@object.should_receive(:foo)
|
12
|
-
lambda do
|
13
|
-
@object.rspec_verify
|
14
|
-
end.should raise_error(Spec::Mocks::MockExpectationError, /Object/)
|
15
|
-
end
|
16
|
-
|
17
|
-
it "should not conflict with @options in the object" do
|
18
|
-
@object.instance_eval { @options = Object.new }
|
19
|
-
@object.should_receive(:blah)
|
20
|
-
@object.blah
|
21
|
-
end
|
22
|
-
|
23
|
-
it "should_not_receive should mock out the method" do
|
24
|
-
@object.should_not_receive(:fuhbar)
|
25
|
-
@object.fuhbar
|
26
|
-
lambda do
|
27
|
-
@object.rspec_verify
|
28
|
-
end.should raise_error(Spec::Mocks::MockExpectationError)
|
29
|
-
end
|
30
|
-
|
31
|
-
it "should_not_receive should return a negative message expectation" do
|
32
|
-
@object.should_not_receive(:foobar).should be_kind_of(NegativeMessageExpectation)
|
33
|
-
end
|
34
|
-
|
35
|
-
it "should_receive should mock out the method" do
|
36
|
-
@object.should_receive(:foobar).with(:test_param).and_return(1)
|
37
|
-
@object.foobar(:test_param).should equal(1)
|
38
|
-
end
|
39
|
-
|
40
|
-
it "should_receive should handle a hash" do
|
41
|
-
@object.should_receive(:foobar).with(:key => "value").and_return(1)
|
42
|
-
@object.foobar(:key => "value").should equal(1)
|
43
|
-
end
|
44
|
-
|
45
|
-
it "should_receive should handle an inner hash" do
|
46
|
-
hash = {:a => {:key => "value"}}
|
47
|
-
@object.should_receive(:foobar).with(:key => "value").and_return(1)
|
48
|
-
@object.foobar(hash[:a]).should equal(1)
|
49
|
-
end
|
50
|
-
|
51
|
-
it "should_receive should return a message expectation" do
|
52
|
-
@object.should_receive(:foobar).should be_kind_of(MessageExpectation)
|
53
|
-
@object.foobar
|
54
|
-
end
|
55
|
-
|
56
|
-
it "should_receive should verify method was called" do
|
57
|
-
@object.should_receive(:foobar).with(:test_param).and_return(1)
|
58
|
-
lambda do
|
59
|
-
@object.rspec_verify
|
60
|
-
end.should raise_error(Spec::Mocks::MockExpectationError)
|
61
|
-
end
|
62
|
-
|
63
|
-
it "should_receive should also take a String argument" do
|
64
|
-
@object.should_receive('foobar')
|
65
|
-
@object.foobar
|
66
|
-
end
|
67
|
-
|
68
|
-
it "should_not_receive should also take a String argument" do
|
69
|
-
@object.should_not_receive('foobar')
|
70
|
-
@object.foobar
|
71
|
-
lambda do
|
72
|
-
@object.rspec_verify
|
73
|
-
end.should raise_error(Spec::Mocks::MockExpectationError)
|
74
|
-
end
|
75
|
-
|
76
|
-
it "should use report nil in the error message" do
|
77
|
-
@this_will_resolve_to_nil.should_receive(:foobar)
|
78
|
-
lambda do
|
79
|
-
@this_will_resolve_to_nil.rspec_verify
|
80
|
-
end.should raise_error(Spec::Mocks::MockExpectationError, /NilClass.*expected :foobar with/)
|
81
|
-
end
|
82
|
-
end
|
83
|
-
|
84
|
-
describe "Partially mocking an object that defines ==, after another mock has been defined" do
|
85
|
-
before(:each) do
|
86
|
-
stub("existing mock", :foo => :foo)
|
87
|
-
end
|
88
|
-
|
89
|
-
class PartiallyMockedEquals
|
90
|
-
attr_reader :val
|
91
|
-
def initialize(val)
|
92
|
-
@val = val
|
93
|
-
end
|
94
|
-
|
95
|
-
def ==(other)
|
96
|
-
@val == other.val
|
97
|
-
end
|
98
|
-
end
|
99
|
-
|
100
|
-
it "should not raise an error when stubbing the object" do
|
101
|
-
o = PartiallyMockedEquals.new :foo
|
102
|
-
lambda { o.stub!(:bar) }.should_not raise_error(NoMethodError)
|
103
|
-
end
|
104
|
-
end
|
105
|
-
end
|
106
|
-
end
|
@@ -1,66 +0,0 @@
|
|
1
|
-
require File.dirname(__FILE__) + '/../../spec_helper.rb'
|
2
|
-
|
3
|
-
module Spec
|
4
|
-
module Mocks
|
5
|
-
describe "PartialMockUsingMocksDirectly" do
|
6
|
-
before(:each) do
|
7
|
-
|
8
|
-
klass=Class.new
|
9
|
-
klass.class_eval do
|
10
|
-
def existing_method
|
11
|
-
:original_value
|
12
|
-
end
|
13
|
-
end
|
14
|
-
@obj = klass.new
|
15
|
-
|
16
|
-
end
|
17
|
-
|
18
|
-
# See http://rubyforge.org/tracker/index.php?func=detail&aid=10263&group_id=797&atid=3149
|
19
|
-
# specify "should clear expectations on verify" do
|
20
|
-
# @obj.should_receive(:msg)
|
21
|
-
# @obj.msg
|
22
|
-
# @obj.rspec_verify
|
23
|
-
# lambda do
|
24
|
-
# @obj.msg
|
25
|
-
# end.should raise_error(NoMethodError)
|
26
|
-
#
|
27
|
-
# end
|
28
|
-
it "should fail when expected message is not received" do
|
29
|
-
@obj.should_receive(:msg)
|
30
|
-
lambda do
|
31
|
-
@obj.rspec_verify
|
32
|
-
end.should raise_error(MockExpectationError)
|
33
|
-
|
34
|
-
end
|
35
|
-
it "should fail when message is received with incorrect args" do
|
36
|
-
@obj.should_receive(:msg).with(:correct_arg)
|
37
|
-
lambda do
|
38
|
-
@obj.msg(:incorrect_arg)
|
39
|
-
end.should raise_error(MockExpectationError)
|
40
|
-
@obj.msg(:correct_arg)
|
41
|
-
|
42
|
-
end
|
43
|
-
it "should pass when expected message is received" do
|
44
|
-
@obj.should_receive(:msg)
|
45
|
-
@obj.msg
|
46
|
-
@obj.rspec_verify
|
47
|
-
|
48
|
-
end
|
49
|
-
it "should pass when message is received with correct args" do
|
50
|
-
@obj.should_receive(:msg).with(:correct_arg)
|
51
|
-
@obj.msg(:correct_arg)
|
52
|
-
@obj.rspec_verify
|
53
|
-
|
54
|
-
end
|
55
|
-
it "should revert to original method if existed" do
|
56
|
-
@obj.existing_method.should equal(:original_value)
|
57
|
-
@obj.should_receive(:existing_method).and_return(:mock_value)
|
58
|
-
@obj.existing_method.should equal(:mock_value)
|
59
|
-
@obj.rspec_verify
|
60
|
-
@obj.existing_method.should equal(:original_value)
|
61
|
-
|
62
|
-
end
|
63
|
-
|
64
|
-
end
|
65
|
-
end
|
66
|
-
end
|
@@ -1,154 +0,0 @@
|
|
1
|
-
require File.dirname(__FILE__) + '/../../spec_helper.rb'
|
2
|
-
|
3
|
-
module Spec
|
4
|
-
module Mocks
|
5
|
-
describe "mock argument constraints", :shared => true do
|
6
|
-
before(:each) do
|
7
|
-
@mock = Mock.new("test mock")
|
8
|
-
Kernel.stub!(:warn)
|
9
|
-
end
|
10
|
-
|
11
|
-
after(:each) do
|
12
|
-
@mock.rspec_verify
|
13
|
-
end
|
14
|
-
end
|
15
|
-
|
16
|
-
describe Methods, "handling argument constraints with DEPRECATED symbols" do
|
17
|
-
it_should_behave_like "mock argument constraints"
|
18
|
-
|
19
|
-
it "should accept true as boolean" do
|
20
|
-
@mock.should_receive(:random_call).with(:boolean)
|
21
|
-
@mock.random_call(true)
|
22
|
-
end
|
23
|
-
|
24
|
-
it "should accept false as boolean" do
|
25
|
-
@mock.should_receive(:random_call).with(:boolean)
|
26
|
-
@mock.random_call(false)
|
27
|
-
end
|
28
|
-
|
29
|
-
it "should accept fixnum as numeric" do
|
30
|
-
@mock.should_receive(:random_call).with(:numeric)
|
31
|
-
@mock.random_call(1)
|
32
|
-
end
|
33
|
-
|
34
|
-
it "should accept float as numeric" do
|
35
|
-
@mock.should_receive(:random_call).with(:numeric)
|
36
|
-
@mock.random_call(1.5)
|
37
|
-
end
|
38
|
-
|
39
|
-
it "should accept string as anything" do
|
40
|
-
@mock.should_receive(:random_call).with("a", :anything, "c")
|
41
|
-
@mock.random_call("a", "whatever", "c")
|
42
|
-
end
|
43
|
-
|
44
|
-
it "should match string" do
|
45
|
-
@mock.should_receive(:random_call).with(:string)
|
46
|
-
@mock.random_call("a string")
|
47
|
-
end
|
48
|
-
|
49
|
-
it "should match no args against any_args" do
|
50
|
-
@mock.should_receive(:random_call).with(:any_args)
|
51
|
-
@mock.random_call("a string")
|
52
|
-
end
|
53
|
-
|
54
|
-
it "should match no args against no_args" do
|
55
|
-
@mock.should_receive(:random_call).with(:no_args)
|
56
|
-
@mock.random_call
|
57
|
-
end
|
58
|
-
end
|
59
|
-
|
60
|
-
describe Methods, "handling argument constraints" do
|
61
|
-
it_should_behave_like "mock argument constraints"
|
62
|
-
|
63
|
-
it "should accept true as boolean()" do
|
64
|
-
@mock.should_receive(:random_call).with(boolean())
|
65
|
-
@mock.random_call(true)
|
66
|
-
end
|
67
|
-
|
68
|
-
it "should accept false as boolean()" do
|
69
|
-
@mock.should_receive(:random_call).with(boolean())
|
70
|
-
@mock.random_call(false)
|
71
|
-
end
|
72
|
-
|
73
|
-
it "should accept fixnum as an_instance_of(Numeric)" do
|
74
|
-
@mock.should_receive(:random_call).with(an_instance_of(Numeric))
|
75
|
-
@mock.random_call(1)
|
76
|
-
end
|
77
|
-
|
78
|
-
it "should accept float as an_instance_of(Numeric)" do
|
79
|
-
@mock.should_receive(:random_call).with(an_instance_of(Numeric))
|
80
|
-
@mock.random_call(1.5)
|
81
|
-
end
|
82
|
-
|
83
|
-
it "should accept string as anything()" do
|
84
|
-
@mock.should_receive(:random_call).with("a", anything(), "c")
|
85
|
-
@mock.random_call("a", "whatever", "c")
|
86
|
-
end
|
87
|
-
|
88
|
-
it "should match duck type with one method" do
|
89
|
-
@mock.should_receive(:random_call).with(duck_type(:length))
|
90
|
-
@mock.random_call([])
|
91
|
-
end
|
92
|
-
|
93
|
-
it "should match duck type with two methods" do
|
94
|
-
@mock.should_receive(:random_call).with(duck_type(:abs, :div))
|
95
|
-
@mock.random_call(1)
|
96
|
-
end
|
97
|
-
|
98
|
-
it "should match no args against any_args()" do
|
99
|
-
@mock.should_receive(:random_call).with(any_args)
|
100
|
-
@mock.random_call()
|
101
|
-
end
|
102
|
-
|
103
|
-
it "should match one arg against any_args()" do
|
104
|
-
@mock.should_receive(:random_call).with(any_args)
|
105
|
-
@mock.random_call("a string")
|
106
|
-
end
|
107
|
-
|
108
|
-
it "should match no args against no_args()" do
|
109
|
-
@mock.should_receive(:random_call).with(no_args)
|
110
|
-
@mock.random_call()
|
111
|
-
end
|
112
|
-
end
|
113
|
-
|
114
|
-
describe Methods, "handling non-constraint arguments" do
|
115
|
-
|
116
|
-
it "should match non special symbol (can be removed when deprecated symbols are removed)" do
|
117
|
-
@mock.should_receive(:random_call).with(:some_symbol)
|
118
|
-
@mock.random_call(:some_symbol)
|
119
|
-
end
|
120
|
-
|
121
|
-
it "should match string against regexp" do
|
122
|
-
@mock.should_receive(:random_call).with(/bcd/)
|
123
|
-
@mock.random_call("abcde")
|
124
|
-
end
|
125
|
-
|
126
|
-
it "should match regexp against regexp" do
|
127
|
-
@mock.should_receive(:random_call).with(/bcd/)
|
128
|
-
@mock.random_call(/bcd/)
|
129
|
-
end
|
130
|
-
|
131
|
-
it "should match against a hash submitted and received by value" do
|
132
|
-
@mock.should_receive(:random_call).with(:a => "a", :b => "b")
|
133
|
-
@mock.random_call(:a => "a", :b => "b")
|
134
|
-
end
|
135
|
-
|
136
|
-
it "should match against a hash submitted by reference and received by value" do
|
137
|
-
opts = {:a => "a", :b => "b"}
|
138
|
-
@mock.should_receive(:random_call).with(opts)
|
139
|
-
@mock.random_call(:a => "a", :b => "b")
|
140
|
-
end
|
141
|
-
|
142
|
-
it "should match against a hash submitted by value and received by reference" do
|
143
|
-
opts = {:a => "a", :b => "b"}
|
144
|
-
@mock.should_receive(:random_call).with(:a => "a", :b => "b")
|
145
|
-
@mock.random_call(opts)
|
146
|
-
end
|
147
|
-
|
148
|
-
it "should match against a Matcher" do
|
149
|
-
@mock.should_receive(:msg).with(equal(37))
|
150
|
-
@mock.msg(37)
|
151
|
-
end
|
152
|
-
end
|
153
|
-
end
|
154
|
-
end
|
@@ -1,52 +0,0 @@
|
|
1
|
-
require File.dirname(__FILE__) + '/../../spec_helper.rb'
|
2
|
-
|
3
|
-
module Spec
|
4
|
-
module Mocks
|
5
|
-
describe "PreciseCounts" do
|
6
|
-
before(:each) do
|
7
|
-
@mock = mock("test mock")
|
8
|
-
end
|
9
|
-
|
10
|
-
it "should fail when exactly n times method is called less than n times" do
|
11
|
-
@mock.should_receive(:random_call).exactly(3).times
|
12
|
-
@mock.random_call
|
13
|
-
@mock.random_call
|
14
|
-
lambda do
|
15
|
-
@mock.rspec_verify
|
16
|
-
end.should raise_error(MockExpectationError)
|
17
|
-
end
|
18
|
-
|
19
|
-
it "should fail when exactly n times method is never called" do
|
20
|
-
@mock.should_receive(:random_call).exactly(3).times
|
21
|
-
lambda do
|
22
|
-
@mock.rspec_verify
|
23
|
-
end.should raise_error(MockExpectationError)
|
24
|
-
end
|
25
|
-
|
26
|
-
it "should pass if exactly n times method is called exactly n times" do
|
27
|
-
@mock.should_receive(:random_call).exactly(3).times
|
28
|
-
@mock.random_call
|
29
|
-
@mock.random_call
|
30
|
-
@mock.random_call
|
31
|
-
@mock.rspec_verify
|
32
|
-
end
|
33
|
-
|
34
|
-
it "should pass multiple calls with different args and counts" do
|
35
|
-
@mock.should_receive(:random_call).twice.with(1)
|
36
|
-
@mock.should_receive(:random_call).once.with(2)
|
37
|
-
@mock.random_call(1)
|
38
|
-
@mock.random_call(2)
|
39
|
-
@mock.random_call(1)
|
40
|
-
@mock.rspec_verify
|
41
|
-
end
|
42
|
-
|
43
|
-
it "should pass mutiple calls with different args" do
|
44
|
-
@mock.should_receive(:random_call).once.with(1)
|
45
|
-
@mock.should_receive(:random_call).once.with(2)
|
46
|
-
@mock.random_call(1)
|
47
|
-
@mock.random_call(2)
|
48
|
-
@mock.rspec_verify
|
49
|
-
end
|
50
|
-
end
|
51
|
-
end
|
52
|
-
end
|
@@ -1,26 +0,0 @@
|
|
1
|
-
require File.dirname(__FILE__) + '/../../spec_helper'
|
2
|
-
|
3
|
-
module Spec
|
4
|
-
module Mocks
|
5
|
-
describe "a mock" do
|
6
|
-
before(:each) do
|
7
|
-
@mock = mock("mock", :null_object => true)
|
8
|
-
end
|
9
|
-
it "should answer false for received_message? when no messages received" do
|
10
|
-
@mock.received_message?(:message).should be_false
|
11
|
-
end
|
12
|
-
it "should answer true for received_message? when message received" do
|
13
|
-
@mock.message
|
14
|
-
@mock.received_message?(:message).should be_true
|
15
|
-
end
|
16
|
-
it "should answer true for received_message? when message received with correct args" do
|
17
|
-
@mock.message 1,2,3
|
18
|
-
@mock.received_message?(:message, 1,2,3).should be_true
|
19
|
-
end
|
20
|
-
it "should answer false for received_message? when message received with incorrect args" do
|
21
|
-
@mock.message 1,2,3
|
22
|
-
@mock.received_message?(:message, 1,2).should be_false
|
23
|
-
end
|
24
|
-
end
|
25
|
-
end
|
26
|
-
end
|
@@ -1,181 +0,0 @@
|
|
1
|
-
require File.dirname(__FILE__) + '/../../spec_helper.rb'
|
2
|
-
|
3
|
-
module Spec
|
4
|
-
module Mocks
|
5
|
-
describe "A method stub" do
|
6
|
-
before(:each) do
|
7
|
-
@class = Class.new do
|
8
|
-
def self.existing_class_method
|
9
|
-
:original_value
|
10
|
-
end
|
11
|
-
|
12
|
-
def existing_instance_method
|
13
|
-
:original_value
|
14
|
-
end
|
15
|
-
end
|
16
|
-
@instance = @class.new
|
17
|
-
end
|
18
|
-
|
19
|
-
it "should return expected value when expected message is received" do
|
20
|
-
@instance.stub!(:msg).and_return(:return_value)
|
21
|
-
@instance.msg.should equal(:return_value)
|
22
|
-
@instance.rspec_verify
|
23
|
-
end
|
24
|
-
|
25
|
-
it "should ignore when expected message is received" do
|
26
|
-
@instance.stub!(:msg)
|
27
|
-
@instance.msg
|
28
|
-
lambda do
|
29
|
-
@instance.rspec_verify
|
30
|
-
end.should_not raise_error
|
31
|
-
end
|
32
|
-
|
33
|
-
it "should ignore when message is received with args" do
|
34
|
-
@instance.stub!(:msg)
|
35
|
-
@instance.msg(:an_arg)
|
36
|
-
lambda do
|
37
|
-
@instance.rspec_verify
|
38
|
-
end.should_not raise_error
|
39
|
-
end
|
40
|
-
|
41
|
-
it "should ignore when expected message is not received" do
|
42
|
-
@instance.stub!(:msg)
|
43
|
-
lambda do
|
44
|
-
@instance.rspec_verify
|
45
|
-
end.should_not raise_error
|
46
|
-
end
|
47
|
-
|
48
|
-
it "should clear itself when verified" do
|
49
|
-
@instance.stub!(:this_should_go).and_return(:blah)
|
50
|
-
@instance.this_should_go.should == :blah
|
51
|
-
@instance.rspec_verify
|
52
|
-
lambda do
|
53
|
-
@instance.this_should_go
|
54
|
-
end.should raise_error(NameError)
|
55
|
-
end
|
56
|
-
|
57
|
-
it "should return values in order to consecutive calls" do
|
58
|
-
return_values = ["1",2,Object.new]
|
59
|
-
@instance.stub!(:msg).and_return(return_values[0],return_values[1],return_values[2])
|
60
|
-
@instance.msg.should == return_values[0]
|
61
|
-
@instance.msg.should == return_values[1]
|
62
|
-
@instance.msg.should == return_values[2]
|
63
|
-
end
|
64
|
-
|
65
|
-
it "should keep returning last value in consecutive calls" do
|
66
|
-
return_values = ["1",2,Object.new]
|
67
|
-
@instance.stub!(:msg).and_return(return_values[0],return_values[1],return_values[2])
|
68
|
-
@instance.msg.should == return_values[0]
|
69
|
-
@instance.msg.should == return_values[1]
|
70
|
-
@instance.msg.should == return_values[2]
|
71
|
-
@instance.msg.should == return_values[2]
|
72
|
-
@instance.msg.should == return_values[2]
|
73
|
-
end
|
74
|
-
|
75
|
-
it "should revert to original instance method if there is one" do
|
76
|
-
@instance.existing_instance_method.should equal(:original_value)
|
77
|
-
@instance.stub!(:existing_instance_method).and_return(:mock_value)
|
78
|
-
@instance.existing_instance_method.should equal(:mock_value)
|
79
|
-
@instance.rspec_verify
|
80
|
-
@instance.existing_instance_method.should equal(:original_value)
|
81
|
-
end
|
82
|
-
|
83
|
-
it "should revert to original class method if there is one" do
|
84
|
-
@class.existing_class_method.should equal(:original_value)
|
85
|
-
@class.stub!(:existing_class_method).and_return(:mock_value)
|
86
|
-
@class.existing_class_method.should equal(:mock_value)
|
87
|
-
@class.rspec_verify
|
88
|
-
@class.existing_class_method.should equal(:original_value)
|
89
|
-
end
|
90
|
-
|
91
|
-
it "should yield a specified object" do
|
92
|
-
@instance.stub!(:method_that_yields).and_yield(:yielded_obj)
|
93
|
-
current_value = :value_before
|
94
|
-
@instance.method_that_yields {|val| current_value = val}
|
95
|
-
current_value.should == :yielded_obj
|
96
|
-
@instance.rspec_verify
|
97
|
-
end
|
98
|
-
|
99
|
-
it "should yield multiple times with multiple calls to and_yield" do
|
100
|
-
@instance.stub!(:method_that_yields_multiple_times).and_yield(:yielded_value).
|
101
|
-
and_yield(:another_value)
|
102
|
-
current_value = []
|
103
|
-
@instance.method_that_yields_multiple_times {|val| current_value << val}
|
104
|
-
current_value.should == [:yielded_value, :another_value]
|
105
|
-
@instance.rspec_verify
|
106
|
-
end
|
107
|
-
|
108
|
-
it "should yield a specified object and return another specified object" do
|
109
|
-
yielded_obj = mock("my mock")
|
110
|
-
yielded_obj.should_receive(:foo).with(:bar)
|
111
|
-
@instance.stub!(:method_that_yields_and_returns).and_yield(yielded_obj).and_return(:baz)
|
112
|
-
@instance.method_that_yields_and_returns { |o| o.foo :bar }.should == :baz
|
113
|
-
end
|
114
|
-
|
115
|
-
it "should throw when told to" do
|
116
|
-
@mock.stub!(:something).and_throw(:up)
|
117
|
-
lambda do
|
118
|
-
@mock.something
|
119
|
-
end.should throw_symbol(:up)
|
120
|
-
end
|
121
|
-
|
122
|
-
it "should override a pre-existing stub" do
|
123
|
-
@stub.stub!(:existing_instance_method).and_return(:updated_stub_value)
|
124
|
-
@stub.existing_instance_method.should == :updated_stub_value
|
125
|
-
end
|
126
|
-
|
127
|
-
it "should limit " do
|
128
|
-
@stub.stub!(:foo).with("bar")
|
129
|
-
@stub.should_receive(:foo).with("baz")
|
130
|
-
@stub.foo("bar")
|
131
|
-
@stub.foo("baz")
|
132
|
-
end
|
133
|
-
end
|
134
|
-
|
135
|
-
describe "A method stub with args" do
|
136
|
-
before(:each) do
|
137
|
-
@stub = Object.new
|
138
|
-
@stub.stub!(:foo).with("bar")
|
139
|
-
end
|
140
|
-
|
141
|
-
it "should not complain if not called" do
|
142
|
-
end
|
143
|
-
|
144
|
-
it "should not complain if called with arg" do
|
145
|
-
@stub.foo("bar")
|
146
|
-
end
|
147
|
-
|
148
|
-
it "should complain if called with no arg" do
|
149
|
-
lambda do
|
150
|
-
@stub.foo
|
151
|
-
end.should raise_error
|
152
|
-
end
|
153
|
-
|
154
|
-
it "should complain if called with other arg" do
|
155
|
-
lambda do
|
156
|
-
@stub.foo("other")
|
157
|
-
end.should raise_error
|
158
|
-
end
|
159
|
-
|
160
|
-
it "should not complain if also mocked w/ different args" do
|
161
|
-
@stub.should_receive(:foo).with("baz")
|
162
|
-
@stub.foo("bar")
|
163
|
-
@stub.foo("baz")
|
164
|
-
end
|
165
|
-
|
166
|
-
it "should complain if also mocked w/ different args AND called w/ a 3rd set of args" do
|
167
|
-
@stub.should_receive(:foo).with("baz")
|
168
|
-
@stub.foo("bar")
|
169
|
-
@stub.foo("baz")
|
170
|
-
lambda do
|
171
|
-
@stub.foo("other")
|
172
|
-
end.should raise_error
|
173
|
-
end
|
174
|
-
|
175
|
-
it "should support options" do
|
176
|
-
@stub.stub!(:foo, :expected_from => "bar")
|
177
|
-
end
|
178
|
-
end
|
179
|
-
|
180
|
-
end
|
181
|
-
end
|
@@ -1,67 +0,0 @@
|
|
1
|
-
require File.dirname(__FILE__) + '/../../spec_helper.rb'
|
2
|
-
|
3
|
-
module Spec
|
4
|
-
module Mocks
|
5
|
-
describe "TwiceCounts" do
|
6
|
-
before(:each) do
|
7
|
-
@mock = mock("test mock")
|
8
|
-
end
|
9
|
-
|
10
|
-
it "twice should fail when call count is higher than expected" do
|
11
|
-
@mock.should_receive(:random_call).twice
|
12
|
-
@mock.random_call
|
13
|
-
@mock.random_call
|
14
|
-
@mock.random_call
|
15
|
-
lambda do
|
16
|
-
@mock.rspec_verify
|
17
|
-
end.should raise_error(MockExpectationError)
|
18
|
-
end
|
19
|
-
|
20
|
-
it "twice should fail when call count is lower than expected" do
|
21
|
-
@mock.should_receive(:random_call).twice
|
22
|
-
@mock.random_call
|
23
|
-
lambda do
|
24
|
-
@mock.rspec_verify
|
25
|
-
end.should raise_error(MockExpectationError)
|
26
|
-
end
|
27
|
-
|
28
|
-
it "twice should fail when called twice with wrong args on the first call" do
|
29
|
-
@mock.should_receive(:random_call).twice.with("1", 1)
|
30
|
-
lambda do
|
31
|
-
@mock.random_call(1, "1")
|
32
|
-
end.should raise_error(MockExpectationError)
|
33
|
-
@mock.rspec_reset
|
34
|
-
end
|
35
|
-
|
36
|
-
it "twice should fail when called twice with wrong args on the second call" do
|
37
|
-
@mock.should_receive(:random_call).twice.with("1", 1)
|
38
|
-
@mock.random_call("1", 1)
|
39
|
-
lambda do
|
40
|
-
@mock.random_call(1, "1")
|
41
|
-
end.should raise_error(MockExpectationError)
|
42
|
-
@mock.rspec_reset
|
43
|
-
end
|
44
|
-
|
45
|
-
it "twice should pass when called twice" do
|
46
|
-
@mock.should_receive(:random_call).twice
|
47
|
-
@mock.random_call
|
48
|
-
@mock.random_call
|
49
|
-
@mock.rspec_verify
|
50
|
-
end
|
51
|
-
|
52
|
-
it "twice should pass when called twice with specified args" do
|
53
|
-
@mock.should_receive(:random_call).twice.with("1", 1)
|
54
|
-
@mock.random_call("1", 1)
|
55
|
-
@mock.random_call("1", 1)
|
56
|
-
@mock.rspec_verify
|
57
|
-
end
|
58
|
-
|
59
|
-
it "twice should pass when called twice with unspecified args" do
|
60
|
-
@mock.should_receive(:random_call).twice
|
61
|
-
@mock.random_call("1")
|
62
|
-
@mock.random_call(1)
|
63
|
-
@mock.rspec_verify
|
64
|
-
end
|
65
|
-
end
|
66
|
-
end
|
67
|
-
end
|