--- !ruby/object:Gem::Specification name: jnstq-acts_as_sms version: !ruby/object:Gem::Version version: 0.1.4 platform: ruby authors: - Jon Stenqvist autorequire: bindir: bin cert_chain: [] date: 2008-09-26 00:00:00 -07:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: httparty version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: 0.0.0 version: description: Rails plugin for integrating with Cellsynt's SMS gateway via HTTP interface. email: jon.stenqvist@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - acts_as_sms.gemspec - init.rb - lib/equipe/acts_as_sms.rb - lib/acts_as_sms.rb - MIT-LICENSE - rails/init.rb - rails_generators/short_message_service/lib/insert_routes.rb - rails_generators/short_message_service/short_message_service_generator.rb - rails_generators/short_message_service/templates/delivery_receipt.rb - rails_generators/short_message_service/templates/delivery_receipts_controller.rb - rails_generators/short_message_service/templates/index.html.erb - rails_generators/short_message_service/templates/migration.rb - rails_generators/short_message_service/templates/new.html.erb - rails_generators/short_message_service/templates/short_message.rb - rails_generators/short_message_service/templates/short_message.yml - rails_generators/short_message_service/templates/short_messages_controller.rb - rails_generators/short_message_service/USAGE - README has_rdoc: false homepage: post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: rubygems_version: 1.2.0 signing_key: specification_version: 2 summary: Rails plugin for sending sms test_files: - test/app/controllers/application.rb - test/app/controllers/delivery_receipts_controller.rb - test/app/controllers/short_messages_controller.rb - test/app/helpers/application_helper.rb - test/app/helpers/delivery_receipts_helper.rb - test/app/helpers/short_messages_helper.rb - test/app/models/delivery_receipt.rb - test/app/models/short_message.rb - test/app/views/short_messages/index.html.erb - test/app/views/short_messages/new.html.erb - test/config/boot.rb - test/config/database.yml - test/config/environment.rb - test/config/environments/development.rb - test/config/environments/production.rb - test/config/environments/test.rb - test/config/initializers/inflections.rb - test/config/initializers/mime_types.rb - test/config/initializers/new_rails_defaults.rb - test/config/routes.rb - test/config/short_message.yml - test/db/development.sqlite3 - test/db/migrate/20080915204910_create_short_message_and_delivery_receipt.rb - test/db/schema.rb - test/db/test.sqlite3 - test/lib/tasks/rspec.rake - test/public/404.html - test/public/422.html - test/public/500.html - test/public/dispatch.cgi - test/public/dispatch.fcgi - test/public/dispatch.rb - test/public/favicon.ico - test/public/images/rails.png - test/public/index.html - test/public/javascripts/application.js - test/public/javascripts/controls.js - test/public/javascripts/dragdrop.js - test/public/javascripts/effects.js - test/public/javascripts/prototype.js - test/public/robots.txt - test/Rakefile - test/script/about - test/script/autospec - test/script/console - test/script/dbconsole - test/script/destroy - test/script/generate - test/script/performance/benchmarker - test/script/performance/profiler - test/script/performance/request - test/script/plugin - test/script/process/inspector - test/script/process/reaper - test/script/process/spawner - test/script/runner - test/script/server - test/script/spec - test/script/spec_server - test/spec/controllers/delivery_receipts_controller_spec.rb - test/spec/controllers/short_messages_controller_spec.rb - test/spec/fixtures/messages.yml - test/spec/helpers/delivery_receipts_helper_spec.rb - test/spec/helpers/short_messages_helper_spec.rb - test/spec/models/short_message_spec.rb - test/spec/rcov.opts - test/spec/spec.opts - test/spec/spec_helper.rb - test/spec/views/short_messages/index.html.erb_spec.rb - test/spec/views/short_messages/new.html.erb_spec.rb - test/stories/all.rb - test/stories/helper.rb - test/vendor/plugins/rspec/bin/autospec - test/vendor/plugins/rspec/bin/spec - test/vendor/plugins/rspec/examples/pure/autogenerated_docstrings_example.rb - test/vendor/plugins/rspec/examples/pure/before_and_after_example.rb - test/vendor/plugins/rspec/examples/pure/behave_as_example.rb - test/vendor/plugins/rspec/examples/pure/custom_expectation_matchers.rb - test/vendor/plugins/rspec/examples/pure/custom_formatter.rb - test/vendor/plugins/rspec/examples/pure/dynamic_spec.rb - test/vendor/plugins/rspec/examples/pure/file_accessor.rb - test/vendor/plugins/rspec/examples/pure/file_accessor_spec.rb - test/vendor/plugins/rspec/examples/pure/greeter_spec.rb - test/vendor/plugins/rspec/examples/pure/helper_method_example.rb - test/vendor/plugins/rspec/examples/pure/io_processor.rb - test/vendor/plugins/rspec/examples/pure/io_processor_spec.rb - test/vendor/plugins/rspec/examples/pure/legacy_spec.rb - test/vendor/plugins/rspec/examples/pure/mocking_example.rb - test/vendor/plugins/rspec/examples/pure/multi_threaded_behaviour_runner.rb - test/vendor/plugins/rspec/examples/pure/nested_classes_example.rb - test/vendor/plugins/rspec/examples/pure/partial_mock_example.rb - test/vendor/plugins/rspec/examples/pure/pending_example.rb - test/vendor/plugins/rspec/examples/pure/predicate_example.rb - test/vendor/plugins/rspec/examples/pure/priority.txt - test/vendor/plugins/rspec/examples/pure/shared_example_group_example.rb - test/vendor/plugins/rspec/examples/pure/shared_stack_examples.rb - test/vendor/plugins/rspec/examples/pure/spec_helper.rb - test/vendor/plugins/rspec/examples/pure/stack.rb - test/vendor/plugins/rspec/examples/pure/stack_spec.rb - test/vendor/plugins/rspec/examples/pure/stack_spec_with_nested_example_groups.rb - test/vendor/plugins/rspec/examples/pure/stubbing_example.rb - test/vendor/plugins/rspec/examples/pure/yielding_example.rb - test/vendor/plugins/rspec/examples/stories/adder.rb - test/vendor/plugins/rspec/examples/stories/addition - test/vendor/plugins/rspec/examples/stories/addition.rb - test/vendor/plugins/rspec/examples/stories/calculator.rb - test/vendor/plugins/rspec/examples/stories/game-of-life/behaviour/everything.rb - test/vendor/plugins/rspec/examples/stories/game-of-life/behaviour/examples/examples.rb - test/vendor/plugins/rspec/examples/stories/game-of-life/behaviour/examples/game_behaviour.rb - test/vendor/plugins/rspec/examples/stories/game-of-life/behaviour/examples/grid_behaviour.rb - test/vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/CellsWithLessThanTwoNeighboursDie.story - test/vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/CellsWithMoreThanThreeNeighboursDie.story - test/vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/create_a_cell.rb - test/vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/EmptySpacesWithThreeNeighboursCreateACell.story - test/vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/helper.rb - test/vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/ICanCreateACell.story - test/vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/ICanKillACell.story - test/vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/kill_a_cell.rb - test/vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/steps.rb - test/vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/stories.rb - test/vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/stories.txt - test/vendor/plugins/rspec/examples/stories/game-of-life/behaviour/stories/TheGridWraps.story - test/vendor/plugins/rspec/examples/stories/game-of-life/life/game.rb - test/vendor/plugins/rspec/examples/stories/game-of-life/life/grid.rb - test/vendor/plugins/rspec/examples/stories/game-of-life/life.rb - test/vendor/plugins/rspec/examples/stories/game-of-life/README.txt - test/vendor/plugins/rspec/examples/stories/helper.rb - test/vendor/plugins/rspec/examples/stories/steps/addition_steps.rb - test/vendor/plugins/rspec/failing_examples/diffing_spec.rb - test/vendor/plugins/rspec/failing_examples/failing_autogenerated_docstrings_example.rb - test/vendor/plugins/rspec/failing_examples/failure_in_setup.rb - test/vendor/plugins/rspec/failing_examples/failure_in_teardown.rb - test/vendor/plugins/rspec/failing_examples/mocking_example.rb - test/vendor/plugins/rspec/failing_examples/mocking_with_flexmock.rb - test/vendor/plugins/rspec/failing_examples/mocking_with_mocha.rb - test/vendor/plugins/rspec/failing_examples/mocking_with_rr.rb - test/vendor/plugins/rspec/failing_examples/partial_mock_example.rb - test/vendor/plugins/rspec/failing_examples/predicate_example.rb - test/vendor/plugins/rspec/failing_examples/raising_example.rb - test/vendor/plugins/rspec/failing_examples/README.txt - test/vendor/plugins/rspec/failing_examples/spec_helper.rb - test/vendor/plugins/rspec/failing_examples/syntax_error_example.rb - test/vendor/plugins/rspec/failing_examples/team_spec.rb - test/vendor/plugins/rspec/failing_examples/timeout_behaviour.rb - test/vendor/plugins/rspec/History.txt - test/vendor/plugins/rspec/init.rb - test/vendor/plugins/rspec/lib/autotest/discover.rb - test/vendor/plugins/rspec/lib/autotest/rspec.rb - test/vendor/plugins/rspec/lib/spec/adapters/ruby_engine/mri.rb - test/vendor/plugins/rspec/lib/spec/adapters/ruby_engine/rubinius.rb - test/vendor/plugins/rspec/lib/spec/adapters/ruby_engine.rb - test/vendor/plugins/rspec/lib/spec/adapters.rb - test/vendor/plugins/rspec/lib/spec/example/configuration.rb - test/vendor/plugins/rspec/lib/spec/example/errors.rb - test/vendor/plugins/rspec/lib/spec/example/example_group.rb - test/vendor/plugins/rspec/lib/spec/example/example_group_factory.rb - test/vendor/plugins/rspec/lib/spec/example/example_group_methods.rb - test/vendor/plugins/rspec/lib/spec/example/example_matcher.rb - test/vendor/plugins/rspec/lib/spec/example/example_methods.rb - test/vendor/plugins/rspec/lib/spec/example/module_inclusion_warnings.rb - test/vendor/plugins/rspec/lib/spec/example/module_reopening_fix.rb - test/vendor/plugins/rspec/lib/spec/example/pending.rb - test/vendor/plugins/rspec/lib/spec/example/shared_example_group.rb - test/vendor/plugins/rspec/lib/spec/example.rb - test/vendor/plugins/rspec/lib/spec/expectations/differs/default.rb - test/vendor/plugins/rspec/lib/spec/expectations/errors.rb - test/vendor/plugins/rspec/lib/spec/expectations/extensions/object.rb - test/vendor/plugins/rspec/lib/spec/expectations/extensions/string_and_symbol.rb - test/vendor/plugins/rspec/lib/spec/expectations/extensions.rb - test/vendor/plugins/rspec/lib/spec/expectations/handler.rb - test/vendor/plugins/rspec/lib/spec/expectations.rb - test/vendor/plugins/rspec/lib/spec/extensions/class.rb - test/vendor/plugins/rspec/lib/spec/extensions/main.rb - test/vendor/plugins/rspec/lib/spec/extensions/metaclass.rb - test/vendor/plugins/rspec/lib/spec/extensions/object.rb - test/vendor/plugins/rspec/lib/spec/extensions.rb - test/vendor/plugins/rspec/lib/spec/interop/test/unit/autorunner.rb - test/vendor/plugins/rspec/lib/spec/interop/test/unit/testcase.rb - test/vendor/plugins/rspec/lib/spec/interop/test/unit/testresult.rb - test/vendor/plugins/rspec/lib/spec/interop/test/unit/testsuite_adapter.rb - test/vendor/plugins/rspec/lib/spec/interop/test/unit/ui/console/testrunner.rb - test/vendor/plugins/rspec/lib/spec/interop/test.rb - test/vendor/plugins/rspec/lib/spec/matchers/be.rb - test/vendor/plugins/rspec/lib/spec/matchers/be_close.rb - test/vendor/plugins/rspec/lib/spec/matchers/change.rb - test/vendor/plugins/rspec/lib/spec/matchers/eql.rb - test/vendor/plugins/rspec/lib/spec/matchers/equal.rb - test/vendor/plugins/rspec/lib/spec/matchers/exist.rb - test/vendor/plugins/rspec/lib/spec/matchers/has.rb - test/vendor/plugins/rspec/lib/spec/matchers/have.rb - test/vendor/plugins/rspec/lib/spec/matchers/include.rb - test/vendor/plugins/rspec/lib/spec/matchers/match.rb - test/vendor/plugins/rspec/lib/spec/matchers/operator_matcher.rb - test/vendor/plugins/rspec/lib/spec/matchers/raise_error.rb - test/vendor/plugins/rspec/lib/spec/matchers/respond_to.rb - test/vendor/plugins/rspec/lib/spec/matchers/satisfy.rb - test/vendor/plugins/rspec/lib/spec/matchers/simple_matcher.rb - test/vendor/plugins/rspec/lib/spec/matchers/throw_symbol.rb - test/vendor/plugins/rspec/lib/spec/matchers.rb - test/vendor/plugins/rspec/lib/spec/mocks/argument_constraint_matchers.rb - test/vendor/plugins/rspec/lib/spec/mocks/argument_expectation.rb - test/vendor/plugins/rspec/lib/spec/mocks/error_generator.rb - test/vendor/plugins/rspec/lib/spec/mocks/errors.rb - test/vendor/plugins/rspec/lib/spec/mocks/extensions/object.rb - test/vendor/plugins/rspec/lib/spec/mocks/extensions.rb - test/vendor/plugins/rspec/lib/spec/mocks/framework.rb - test/vendor/plugins/rspec/lib/spec/mocks/message_expectation.rb - test/vendor/plugins/rspec/lib/spec/mocks/methods.rb - test/vendor/plugins/rspec/lib/spec/mocks/mock.rb - test/vendor/plugins/rspec/lib/spec/mocks/order_group.rb - test/vendor/plugins/rspec/lib/spec/mocks/proxy.rb - test/vendor/plugins/rspec/lib/spec/mocks/space.rb - test/vendor/plugins/rspec/lib/spec/mocks/spec_methods.rb - test/vendor/plugins/rspec/lib/spec/mocks.rb - test/vendor/plugins/rspec/lib/spec/rake/spectask.rb - test/vendor/plugins/rspec/lib/spec/rake/verify_rcov.rb - test/vendor/plugins/rspec/lib/spec/runner/backtrace_tweaker.rb - test/vendor/plugins/rspec/lib/spec/runner/class_and_arguments_parser.rb - test/vendor/plugins/rspec/lib/spec/runner/command_line.rb - test/vendor/plugins/rspec/lib/spec/runner/drb_command_line.rb - test/vendor/plugins/rspec/lib/spec/runner/example_group_runner.rb - test/vendor/plugins/rspec/lib/spec/runner/formatter/base_formatter.rb - test/vendor/plugins/rspec/lib/spec/runner/formatter/base_text_formatter.rb - test/vendor/plugins/rspec/lib/spec/runner/formatter/failing_example_groups_formatter.rb - test/vendor/plugins/rspec/lib/spec/runner/formatter/failing_examples_formatter.rb - test/vendor/plugins/rspec/lib/spec/runner/formatter/html_formatter.rb - test/vendor/plugins/rspec/lib/spec/runner/formatter/nested_text_formatter.rb - test/vendor/plugins/rspec/lib/spec/runner/formatter/profile_formatter.rb - test/vendor/plugins/rspec/lib/spec/runner/formatter/progress_bar_formatter.rb - test/vendor/plugins/rspec/lib/spec/runner/formatter/snippet_extractor.rb - test/vendor/plugins/rspec/lib/spec/runner/formatter/specdoc_formatter.rb - test/vendor/plugins/rspec/lib/spec/runner/formatter/story/html_formatter.rb - test/vendor/plugins/rspec/lib/spec/runner/formatter/story/plain_text_formatter.rb - test/vendor/plugins/rspec/lib/spec/runner/formatter/story/progress_bar_formatter.rb - test/vendor/plugins/rspec/lib/spec/runner/formatter/text_mate_formatter.rb - test/vendor/plugins/rspec/lib/spec/runner/heckle_runner.rb - test/vendor/plugins/rspec/lib/spec/runner/heckle_runner_unsupported.rb - test/vendor/plugins/rspec/lib/spec/runner/option_parser.rb - test/vendor/plugins/rspec/lib/spec/runner/options.rb - test/vendor/plugins/rspec/lib/spec/runner/reporter.rb - test/vendor/plugins/rspec/lib/spec/runner/spec_parser.rb - test/vendor/plugins/rspec/lib/spec/runner.rb - test/vendor/plugins/rspec/lib/spec/story/extensions/main.rb - test/vendor/plugins/rspec/lib/spec/story/extensions/regexp.rb - test/vendor/plugins/rspec/lib/spec/story/extensions/string.rb - test/vendor/plugins/rspec/lib/spec/story/extensions.rb - test/vendor/plugins/rspec/lib/spec/story/given_scenario.rb - test/vendor/plugins/rspec/lib/spec/story/runner/plain_text_story_runner.rb - test/vendor/plugins/rspec/lib/spec/story/runner/scenario_collector.rb - test/vendor/plugins/rspec/lib/spec/story/runner/scenario_runner.rb - test/vendor/plugins/rspec/lib/spec/story/runner/story_mediator.rb - test/vendor/plugins/rspec/lib/spec/story/runner/story_parser.rb - test/vendor/plugins/rspec/lib/spec/story/runner/story_runner.rb - test/vendor/plugins/rspec/lib/spec/story/runner.rb - test/vendor/plugins/rspec/lib/spec/story/scenario.rb - test/vendor/plugins/rspec/lib/spec/story/step.rb - test/vendor/plugins/rspec/lib/spec/story/step_group.rb - test/vendor/plugins/rspec/lib/spec/story/step_mother.rb - test/vendor/plugins/rspec/lib/spec/story/story.rb - test/vendor/plugins/rspec/lib/spec/story/world.rb - test/vendor/plugins/rspec/lib/spec/story.rb - test/vendor/plugins/rspec/lib/spec/version.rb - test/vendor/plugins/rspec/lib/spec.rb - test/vendor/plugins/rspec/Manifest.txt - test/vendor/plugins/rspec/plugins/mock_frameworks/flexmock.rb - test/vendor/plugins/rspec/plugins/mock_frameworks/mocha.rb - test/vendor/plugins/rspec/plugins/mock_frameworks/rr.rb - test/vendor/plugins/rspec/plugins/mock_frameworks/rspec.rb - test/vendor/plugins/rspec/rake_tasks/examples.rake - test/vendor/plugins/rspec/rake_tasks/examples_with_rcov.rake - test/vendor/plugins/rspec/rake_tasks/failing_examples_with_html.rake - test/vendor/plugins/rspec/rake_tasks/verify_rcov.rake - test/vendor/plugins/rspec/Rakefile - test/vendor/plugins/rspec/README.txt - test/vendor/plugins/rspec/spec/autotest/discover_spec.rb - test/vendor/plugins/rspec/spec/autotest/rspec_spec.rb - test/vendor/plugins/rspec/spec/autotest_helper.rb - test/vendor/plugins/rspec/spec/autotest_matchers.rb - test/vendor/plugins/rspec/spec/README.jruby - test/vendor/plugins/rspec/spec/rspec_suite.rb - test/vendor/plugins/rspec/spec/ruby_forker.rb - test/vendor/plugins/rspec/spec/spec/adapters/ruby_engine_spec.rb - test/vendor/plugins/rspec/spec/spec/example/base_formatter_spec.rb - test/vendor/plugins/rspec/spec/spec/example/configuration_spec.rb - test/vendor/plugins/rspec/spec/spec/example/example_group/described_module_spec.rb - test/vendor/plugins/rspec/spec/spec/example/example_group/warning_messages_spec.rb - test/vendor/plugins/rspec/spec/spec/example/example_group_class_definition_spec.rb - test/vendor/plugins/rspec/spec/spec/example/example_group_factory_spec.rb - test/vendor/plugins/rspec/spec/spec/example/example_group_methods_spec.rb - test/vendor/plugins/rspec/spec/spec/example/example_group_spec.rb - test/vendor/plugins/rspec/spec/spec/example/example_matcher_spec.rb - test/vendor/plugins/rspec/spec/spec/example/example_methods_spec.rb - test/vendor/plugins/rspec/spec/spec/example/example_runner_spec.rb - test/vendor/plugins/rspec/spec/spec/example/example_spec.rb - test/vendor/plugins/rspec/spec/spec/example/nested_example_group_spec.rb - test/vendor/plugins/rspec/spec/spec/example/pending_module_spec.rb - test/vendor/plugins/rspec/spec/spec/example/predicate_matcher_spec.rb - test/vendor/plugins/rspec/spec/spec/example/shared_example_group_spec.rb - test/vendor/plugins/rspec/spec/spec/example/subclassing_example_group_spec.rb - test/vendor/plugins/rspec/spec/spec/expectations/differs/default_spec.rb - test/vendor/plugins/rspec/spec/spec/expectations/extensions/object_spec.rb - test/vendor/plugins/rspec/spec/spec/expectations/fail_with_spec.rb - test/vendor/plugins/rspec/spec/spec/extensions/main_spec.rb - test/vendor/plugins/rspec/spec/spec/interop/test/unit/resources/spec_that_fails.rb - test/vendor/plugins/rspec/spec/spec/interop/test/unit/resources/spec_that_passes.rb - test/vendor/plugins/rspec/spec/spec/interop/test/unit/resources/spec_with_errors.rb - test/vendor/plugins/rspec/spec/spec/interop/test/unit/resources/test_case_that_fails.rb - test/vendor/plugins/rspec/spec/spec/interop/test/unit/resources/test_case_that_passes.rb - test/vendor/plugins/rspec/spec/spec/interop/test/unit/resources/test_case_with_errors.rb - test/vendor/plugins/rspec/spec/spec/interop/test/unit/resources/testsuite_adapter_spec_with_test_unit.rb - test/vendor/plugins/rspec/spec/spec/interop/test/unit/spec_spec.rb - test/vendor/plugins/rspec/spec/spec/interop/test/unit/test_unit_spec_helper.rb - test/vendor/plugins/rspec/spec/spec/interop/test/unit/testcase_spec.rb - test/vendor/plugins/rspec/spec/spec/interop/test/unit/testsuite_adapter_spec.rb - test/vendor/plugins/rspec/spec/spec/matchers/be_close_spec.rb - test/vendor/plugins/rspec/spec/spec/matchers/be_spec.rb - test/vendor/plugins/rspec/spec/spec/matchers/change_spec.rb - test/vendor/plugins/rspec/spec/spec/matchers/description_generation_spec.rb - test/vendor/plugins/rspec/spec/spec/matchers/eql_spec.rb - test/vendor/plugins/rspec/spec/spec/matchers/equal_spec.rb - test/vendor/plugins/rspec/spec/spec/matchers/exist_spec.rb - test/vendor/plugins/rspec/spec/spec/matchers/handler_spec.rb - test/vendor/plugins/rspec/spec/spec/matchers/has_spec.rb - test/vendor/plugins/rspec/spec/spec/matchers/have_spec.rb - test/vendor/plugins/rspec/spec/spec/matchers/include_spec.rb - test/vendor/plugins/rspec/spec/spec/matchers/match_spec.rb - test/vendor/plugins/rspec/spec/spec/matchers/matcher_methods_spec.rb - test/vendor/plugins/rspec/spec/spec/matchers/mock_constraint_matchers_spec.rb - test/vendor/plugins/rspec/spec/spec/matchers/operator_matcher_spec.rb - test/vendor/plugins/rspec/spec/spec/matchers/raise_error_spec.rb - test/vendor/plugins/rspec/spec/spec/matchers/respond_to_spec.rb - test/vendor/plugins/rspec/spec/spec/matchers/satisfy_spec.rb - test/vendor/plugins/rspec/spec/spec/matchers/simple_matcher_spec.rb - test/vendor/plugins/rspec/spec/spec/matchers/throw_symbol_spec.rb - test/vendor/plugins/rspec/spec/spec/mocks/any_number_of_times_spec.rb - test/vendor/plugins/rspec/spec/spec/mocks/argument_expectation_spec.rb - test/vendor/plugins/rspec/spec/spec/mocks/at_least_spec.rb - test/vendor/plugins/rspec/spec/spec/mocks/at_most_spec.rb - test/vendor/plugins/rspec/spec/spec/mocks/bug_report_10260_spec.rb - test/vendor/plugins/rspec/spec/spec/mocks/bug_report_10263_spec.rb - test/vendor/plugins/rspec/spec/spec/mocks/bug_report_11545_spec.rb - test/vendor/plugins/rspec/spec/spec/mocks/bug_report_15719_spec.rb - test/vendor/plugins/rspec/spec/spec/mocks/bug_report_496.rb - test/vendor/plugins/rspec/spec/spec/mocks/bug_report_7611_spec.rb - test/vendor/plugins/rspec/spec/spec/mocks/bug_report_7805_spec.rb - test/vendor/plugins/rspec/spec/spec/mocks/bug_report_8165_spec.rb - test/vendor/plugins/rspec/spec/spec/mocks/bug_report_8302_spec.rb - test/vendor/plugins/rspec/spec/spec/mocks/failing_mock_argument_constraints_spec.rb - test/vendor/plugins/rspec/spec/spec/mocks/hash_including_matcher_spec.rb - test/vendor/plugins/rspec/spec/spec/mocks/mock_ordering_spec.rb - test/vendor/plugins/rspec/spec/spec/mocks/mock_space_spec.rb - test/vendor/plugins/rspec/spec/spec/mocks/mock_spec.rb - test/vendor/plugins/rspec/spec/spec/mocks/multiple_return_value_spec.rb - test/vendor/plugins/rspec/spec/spec/mocks/null_object_mock_spec.rb - test/vendor/plugins/rspec/spec/spec/mocks/once_counts_spec.rb - test/vendor/plugins/rspec/spec/spec/mocks/options_hash_spec.rb - test/vendor/plugins/rspec/spec/spec/mocks/partial_mock_spec.rb - test/vendor/plugins/rspec/spec/spec/mocks/partial_mock_using_mocks_directly_spec.rb - test/vendor/plugins/rspec/spec/spec/mocks/passing_mock_argument_constraints_spec.rb - test/vendor/plugins/rspec/spec/spec/mocks/precise_counts_spec.rb - test/vendor/plugins/rspec/spec/spec/mocks/record_messages_spec.rb - test/vendor/plugins/rspec/spec/spec/mocks/stub_spec.rb - test/vendor/plugins/rspec/spec/spec/mocks/twice_counts_spec.rb - test/vendor/plugins/rspec/spec/spec/package/bin_spec_spec.rb - test/vendor/plugins/rspec/spec/spec/runner/class_and_argument_parser_spec.rb - test/vendor/plugins/rspec/spec/spec/runner/command_line_spec.rb - test/vendor/plugins/rspec/spec/spec/runner/drb_command_line_spec.rb - test/vendor/plugins/rspec/spec/spec/runner/empty_file.txt - test/vendor/plugins/rspec/spec/spec/runner/examples.txt - test/vendor/plugins/rspec/spec/spec/runner/execution_context_spec.rb - test/vendor/plugins/rspec/spec/spec/runner/failed.txt - test/vendor/plugins/rspec/spec/spec/runner/formatter/failing_example_groups_formatter_spec.rb - test/vendor/plugins/rspec/spec/spec/runner/formatter/failing_examples_formatter_spec.rb - test/vendor/plugins/rspec/spec/spec/runner/formatter/html_formatted-1.8.4.html - test/vendor/plugins/rspec/spec/spec/runner/formatter/html_formatted-1.8.5-jruby.html - test/vendor/plugins/rspec/spec/spec/runner/formatter/html_formatted-1.8.5.html - test/vendor/plugins/rspec/spec/spec/runner/formatter/html_formatted-1.8.6-jruby.html - test/vendor/plugins/rspec/spec/spec/runner/formatter/html_formatted-1.8.6.html - test/vendor/plugins/rspec/spec/spec/runner/formatter/html_formatter_spec.rb - test/vendor/plugins/rspec/spec/spec/runner/formatter/nested_text_formatter_spec.rb - test/vendor/plugins/rspec/spec/spec/runner/formatter/profile_formatter_spec.rb - test/vendor/plugins/rspec/spec/spec/runner/formatter/progress_bar_formatter_spec.rb - test/vendor/plugins/rspec/spec/spec/runner/formatter/snippet_extractor_spec.rb - test/vendor/plugins/rspec/spec/spec/runner/formatter/spec_mate_formatter_spec.rb - test/vendor/plugins/rspec/spec/spec/runner/formatter/specdoc_formatter_spec.rb - test/vendor/plugins/rspec/spec/spec/runner/formatter/story/html_formatter_spec.rb - test/vendor/plugins/rspec/spec/spec/runner/formatter/story/plain_text_formatter_spec.rb - test/vendor/plugins/rspec/spec/spec/runner/formatter/story/progress_bar_formatter_spec.rb - test/vendor/plugins/rspec/spec/spec/runner/formatter/text_mate_formatted-1.8.4.html - test/vendor/plugins/rspec/spec/spec/runner/formatter/text_mate_formatted-1.8.6.html - test/vendor/plugins/rspec/spec/spec/runner/heckle_runner_spec.rb - test/vendor/plugins/rspec/spec/spec/runner/heckler_spec.rb - test/vendor/plugins/rspec/spec/spec/runner/noisy_backtrace_tweaker_spec.rb - test/vendor/plugins/rspec/spec/spec/runner/option_parser_spec.rb - test/vendor/plugins/rspec/spec/spec/runner/options_spec.rb - test/vendor/plugins/rspec/spec/spec/runner/output_one_time_fixture.rb - test/vendor/plugins/rspec/spec/spec/runner/output_one_time_fixture_runner.rb - test/vendor/plugins/rspec/spec/spec/runner/output_one_time_spec.rb - test/vendor/plugins/rspec/spec/spec/runner/quiet_backtrace_tweaker_spec.rb - test/vendor/plugins/rspec/spec/spec/runner/reporter_spec.rb - test/vendor/plugins/rspec/spec/spec/runner/resources/a_bar.rb - test/vendor/plugins/rspec/spec/spec/runner/resources/a_foo.rb - test/vendor/plugins/rspec/spec/spec/runner/resources/a_spec.rb - test/vendor/plugins/rspec/spec/spec/runner/spec.opts - test/vendor/plugins/rspec/spec/spec/runner/spec_drb.opts - test/vendor/plugins/rspec/spec/spec/runner/spec_parser/spec_parser_fixture.rb - test/vendor/plugins/rspec/spec/spec/runner/spec_parser_spec.rb - test/vendor/plugins/rspec/spec/spec/runner/spec_spaced.opts - test/vendor/plugins/rspec/spec/spec/runner_spec.rb - test/vendor/plugins/rspec/spec/spec/spec_classes.rb - test/vendor/plugins/rspec/spec/spec/story/builders.rb - test/vendor/plugins/rspec/spec/spec/story/extensions/main_spec.rb - test/vendor/plugins/rspec/spec/spec/story/extensions_spec.rb - test/vendor/plugins/rspec/spec/spec/story/given_scenario_spec.rb - test/vendor/plugins/rspec/spec/spec/story/runner/plain_text_story_runner_spec.rb - test/vendor/plugins/rspec/spec/spec/story/runner/scenario_collector_spec.rb - test/vendor/plugins/rspec/spec/spec/story/runner/scenario_runner_spec.rb - test/vendor/plugins/rspec/spec/spec/story/runner/story_mediator_spec.rb - test/vendor/plugins/rspec/spec/spec/story/runner/story_parser_spec.rb - test/vendor/plugins/rspec/spec/spec/story/runner/story_runner_spec.rb - test/vendor/plugins/rspec/spec/spec/story/runner_spec.rb - test/vendor/plugins/rspec/spec/spec/story/scenario_spec.rb - test/vendor/plugins/rspec/spec/spec/story/step_group_spec.rb - test/vendor/plugins/rspec/spec/spec/story/step_mother_spec.rb - test/vendor/plugins/rspec/spec/spec/story/step_spec.rb - test/vendor/plugins/rspec/spec/spec/story/story_helper.rb - test/vendor/plugins/rspec/spec/spec/story/story_spec.rb - test/vendor/plugins/rspec/spec/spec/story/world_spec.rb - test/vendor/plugins/rspec/spec/spec.opts - test/vendor/plugins/rspec/spec/spec_helper.rb - test/vendor/plugins/rspec/stories/all.rb - test/vendor/plugins/rspec/stories/configuration/before_blocks.story - test/vendor/plugins/rspec/stories/configuration/stories.rb - test/vendor/plugins/rspec/stories/example_groups/autogenerated_docstrings - test/vendor/plugins/rspec/stories/example_groups/example_group_with_should_methods - test/vendor/plugins/rspec/stories/example_groups/nested_groups - test/vendor/plugins/rspec/stories/example_groups/output - test/vendor/plugins/rspec/stories/example_groups/stories.rb - test/vendor/plugins/rspec/stories/helper.rb - test/vendor/plugins/rspec/stories/interop/examples_and_tests_together - test/vendor/plugins/rspec/stories/interop/stories.rb - test/vendor/plugins/rspec/stories/interop/test_case_with_should_methods - test/vendor/plugins/rspec/stories/mock_framework_integration/stories.rb - test/vendor/plugins/rspec/stories/mock_framework_integration/use_flexmock.story - test/vendor/plugins/rspec/stories/pending_stories/README - test/vendor/plugins/rspec/stories/resources/helpers/cmdline.rb - test/vendor/plugins/rspec/stories/resources/helpers/story_helper.rb - test/vendor/plugins/rspec/stories/resources/matchers/smart_match.rb - test/vendor/plugins/rspec/stories/resources/spec/before_blocks_example.rb - test/vendor/plugins/rspec/stories/resources/spec/example_group_with_should_methods.rb - test/vendor/plugins/rspec/stories/resources/spec/simple_spec.rb - test/vendor/plugins/rspec/stories/resources/spec/spec_with_flexmock.rb - test/vendor/plugins/rspec/stories/resources/steps/running_rspec.rb - test/vendor/plugins/rspec/stories/resources/stories/failing_story.rb - test/vendor/plugins/rspec/stories/resources/test/spec_and_test_together.rb - test/vendor/plugins/rspec/stories/resources/test/test_case_with_should_methods.rb - test/vendor/plugins/rspec/stories/stories/multiline_steps.story - test/vendor/plugins/rspec/stories/stories/steps/multiline_steps.rb - test/vendor/plugins/rspec/stories/stories/stories.rb - test/vendor/plugins/rspec/story_server/prototype/javascripts/builder.js - test/vendor/plugins/rspec/story_server/prototype/javascripts/controls.js - test/vendor/plugins/rspec/story_server/prototype/javascripts/dragdrop.js - test/vendor/plugins/rspec/story_server/prototype/javascripts/effects.js - test/vendor/plugins/rspec/story_server/prototype/javascripts/prototype.js - test/vendor/plugins/rspec/story_server/prototype/javascripts/rspec.js - test/vendor/plugins/rspec/story_server/prototype/javascripts/scriptaculous.js - test/vendor/plugins/rspec/story_server/prototype/javascripts/slider.js - test/vendor/plugins/rspec/story_server/prototype/javascripts/sound.js - test/vendor/plugins/rspec/story_server/prototype/javascripts/unittest.js - test/vendor/plugins/rspec/story_server/prototype/lib/server.rb - test/vendor/plugins/rspec/story_server/prototype/stories.html - test/vendor/plugins/rspec/story_server/prototype/stylesheets/rspec.css - test/vendor/plugins/rspec/story_server/prototype/stylesheets/test.css - test/vendor/plugins/rspec/TODO - test/vendor/plugins/rspec-on-rails-matchers/CHANGELOG - test/vendor/plugins/rspec-on-rails-matchers/init.rb - test/vendor/plugins/rspec-on-rails-matchers/lib/spec/rails/matchers/associations.rb - test/vendor/plugins/rspec-on-rails-matchers/lib/spec/rails/matchers/observers.rb - test/vendor/plugins/rspec-on-rails-matchers/lib/spec/rails/matchers/validations.rb - test/vendor/plugins/rspec-on-rails-matchers/lib/spec/rails/matchers/views.rb - test/vendor/plugins/rspec-on-rails-matchers/MIT-LICENSE - test/vendor/plugins/rspec-on-rails-matchers/README - test/vendor/plugins/rspec-on-rails-matchers/TODO - test/vendor/plugins/rspec-rails/generators/rspec/CHANGES - test/vendor/plugins/rspec-rails/generators/rspec/rspec_generator.rb - test/vendor/plugins/rspec-rails/generators/rspec/templates/all_stories.rb - test/vendor/plugins/rspec-rails/generators/rspec/templates/previous_failures.txt - test/vendor/plugins/rspec-rails/generators/rspec/templates/rcov.opts - test/vendor/plugins/rspec-rails/generators/rspec/templates/rspec.rake - test/vendor/plugins/rspec-rails/generators/rspec/templates/script/autospec - test/vendor/plugins/rspec-rails/generators/rspec/templates/script/spec - test/vendor/plugins/rspec-rails/generators/rspec/templates/script/spec_server - test/vendor/plugins/rspec-rails/generators/rspec/templates/spec.opts - test/vendor/plugins/rspec-rails/generators/rspec/templates/spec_helper.rb - test/vendor/plugins/rspec-rails/generators/rspec/templates/stories_helper.rb - test/vendor/plugins/rspec-rails/generators/rspec_controller/rspec_controller_generator.rb - test/vendor/plugins/rspec-rails/generators/rspec_controller/templates/controller_spec.rb - test/vendor/plugins/rspec-rails/generators/rspec_controller/templates/helper_spec.rb - test/vendor/plugins/rspec-rails/generators/rspec_controller/templates/view_spec.rb - test/vendor/plugins/rspec-rails/generators/rspec_controller/USAGE - test/vendor/plugins/rspec-rails/generators/rspec_default_values.rb - test/vendor/plugins/rspec-rails/generators/rspec_model/rspec_model_generator.rb - test/vendor/plugins/rspec-rails/generators/rspec_model/templates/model_spec.rb - test/vendor/plugins/rspec-rails/generators/rspec_model/USAGE - test/vendor/plugins/rspec-rails/generators/rspec_scaffold/rspec_scaffold_generator.rb - test/vendor/plugins/rspec-rails/generators/rspec_scaffold/templates/controller_spec.rb - test/vendor/plugins/rspec-rails/generators/rspec_scaffold/templates/edit_erb_spec.rb - test/vendor/plugins/rspec-rails/generators/rspec_scaffold/templates/helper_spec.rb - test/vendor/plugins/rspec-rails/generators/rspec_scaffold/templates/index_erb_spec.rb - test/vendor/plugins/rspec-rails/generators/rspec_scaffold/templates/new_erb_spec.rb - test/vendor/plugins/rspec-rails/generators/rspec_scaffold/templates/routing_spec.rb - test/vendor/plugins/rspec-rails/generators/rspec_scaffold/templates/show_erb_spec.rb - test/vendor/plugins/rspec-rails/History.txt - test/vendor/plugins/rspec-rails/init.rb - test/vendor/plugins/rspec-rails/lib/autotest/discover.rb - test/vendor/plugins/rspec-rails/lib/autotest/rails_rspec.rb - test/vendor/plugins/rspec-rails/lib/spec/rails/example/assigns_hash_proxy.rb - test/vendor/plugins/rspec-rails/lib/spec/rails/example/controller_example_group.rb - test/vendor/plugins/rspec-rails/lib/spec/rails/example/cookies_proxy.rb - test/vendor/plugins/rspec-rails/lib/spec/rails/example/functional_example_group.rb - test/vendor/plugins/rspec-rails/lib/spec/rails/example/helper_example_group.rb - test/vendor/plugins/rspec-rails/lib/spec/rails/example/model_example_group.rb - test/vendor/plugins/rspec-rails/lib/spec/rails/example/rails_example_group.rb - test/vendor/plugins/rspec-rails/lib/spec/rails/example/render_observer.rb - test/vendor/plugins/rspec-rails/lib/spec/rails/example/view_example_group.rb - test/vendor/plugins/rspec-rails/lib/spec/rails/example.rb - test/vendor/plugins/rspec-rails/lib/spec/rails/extensions/action_controller/base.rb - test/vendor/plugins/rspec-rails/lib/spec/rails/extensions/action_controller/rescue.rb - test/vendor/plugins/rspec-rails/lib/spec/rails/extensions/action_controller/test_response.rb - test/vendor/plugins/rspec-rails/lib/spec/rails/extensions/action_view/base.rb - test/vendor/plugins/rspec-rails/lib/spec/rails/extensions/active_record/base.rb - test/vendor/plugins/rspec-rails/lib/spec/rails/extensions/object.rb - test/vendor/plugins/rspec-rails/lib/spec/rails/extensions/spec/example/configuration.rb - test/vendor/plugins/rspec-rails/lib/spec/rails/extensions/spec/matchers/have.rb - test/vendor/plugins/rspec-rails/lib/spec/rails/extensions.rb - test/vendor/plugins/rspec-rails/lib/spec/rails/interop/testcase.rb - test/vendor/plugins/rspec-rails/lib/spec/rails/matchers/assert_select.rb - test/vendor/plugins/rspec-rails/lib/spec/rails/matchers/have_text.rb - test/vendor/plugins/rspec-rails/lib/spec/rails/matchers/include_text.rb - test/vendor/plugins/rspec-rails/lib/spec/rails/matchers/redirect_to.rb - test/vendor/plugins/rspec-rails/lib/spec/rails/matchers/render_template.rb - test/vendor/plugins/rspec-rails/lib/spec/rails/matchers.rb - test/vendor/plugins/rspec-rails/lib/spec/rails/mocks.rb - test/vendor/plugins/rspec-rails/lib/spec/rails/story_adapter.rb - test/vendor/plugins/rspec-rails/lib/spec/rails/version.rb - test/vendor/plugins/rspec-rails/lib/spec/rails.rb - test/vendor/plugins/rspec-rails/Manifest.txt - test/vendor/plugins/rspec-rails/Rakefile - test/vendor/plugins/rspec-rails/README.txt - test/vendor/plugins/rspec-rails/spec/rails/autotest/mappings_spec.rb - test/vendor/plugins/rspec-rails/spec/rails/example/assigns_hash_proxy_spec.rb - test/vendor/plugins/rspec-rails/spec/rails/example/configuration_spec.rb - test/vendor/plugins/rspec-rails/spec/rails/example/controller_isolation_spec.rb - test/vendor/plugins/rspec-rails/spec/rails/example/controller_spec_spec.rb - test/vendor/plugins/rspec-rails/spec/rails/example/cookies_proxy_spec.rb - test/vendor/plugins/rspec-rails/spec/rails/example/example_group_factory_spec.rb - test/vendor/plugins/rspec-rails/spec/rails/example/helper_spec_spec.rb - test/vendor/plugins/rspec-rails/spec/rails/example/model_spec_spec.rb - test/vendor/plugins/rspec-rails/spec/rails/example/shared_behaviour_spec.rb - test/vendor/plugins/rspec-rails/spec/rails/example/test_unit_assertion_accessibility_spec.rb - test/vendor/plugins/rspec-rails/spec/rails/example/view_spec_spec.rb - test/vendor/plugins/rspec-rails/spec/rails/extensions/action_controller_rescue_action_spec.rb - test/vendor/plugins/rspec-rails/spec/rails/extensions/action_view_base_spec.rb - test/vendor/plugins/rspec-rails/spec/rails/extensions/active_record_spec.rb - test/vendor/plugins/rspec-rails/spec/rails/interop/testcase_spec.rb - test/vendor/plugins/rspec-rails/spec/rails/matchers/assert_select_spec.rb - test/vendor/plugins/rspec-rails/spec/rails/matchers/description_generation_spec.rb - test/vendor/plugins/rspec-rails/spec/rails/matchers/errors_on_spec.rb - test/vendor/plugins/rspec-rails/spec/rails/matchers/have_text_spec.rb - test/vendor/plugins/rspec-rails/spec/rails/matchers/include_text_spec.rb - test/vendor/plugins/rspec-rails/spec/rails/matchers/redirect_to_spec.rb - test/vendor/plugins/rspec-rails/spec/rails/matchers/render_template_spec.rb - test/vendor/plugins/rspec-rails/spec/rails/mocks/ar_classes.rb - test/vendor/plugins/rspec-rails/spec/rails/mocks/mock_model_spec.rb - test/vendor/plugins/rspec-rails/spec/rails/mocks/stub_model_spec.rb - test/vendor/plugins/rspec-rails/spec/rails/sample_modified_fixture.rb - test/vendor/plugins/rspec-rails/spec/rails/sample_spec.rb - test/vendor/plugins/rspec-rails/spec/rails/spec_server_spec.rb - test/vendor/plugins/rspec-rails/spec/rails/spec_spec.rb - test/vendor/plugins/rspec-rails/spec/rails_suite.rb - test/vendor/plugins/rspec-rails/spec/spec_helper.rb - test/vendor/plugins/rspec-rails/spec_resources/controllers/action_view_base_spec_controller.rb - test/vendor/plugins/rspec-rails/spec_resources/controllers/controller_spec_controller.rb - test/vendor/plugins/rspec-rails/spec_resources/controllers/redirect_spec_controller.rb - test/vendor/plugins/rspec-rails/spec_resources/controllers/render_spec_controller.rb - test/vendor/plugins/rspec-rails/spec_resources/controllers/rjs_spec_controller.rb - test/vendor/plugins/rspec-rails/spec_resources/helpers/explicit_helper.rb - test/vendor/plugins/rspec-rails/spec_resources/helpers/more_explicit_helper.rb - test/vendor/plugins/rspec-rails/spec_resources/helpers/plugin_application_helper.rb - test/vendor/plugins/rspec-rails/spec_resources/helpers/view_spec_helper.rb - test/vendor/plugins/rspec-rails/spec_resources/views/controller_spec/_partial.rhtml - test/vendor/plugins/rspec-rails/spec_resources/views/controller_spec/action_setting_flash_after_session_reset.rhtml - test/vendor/plugins/rspec-rails/spec_resources/views/controller_spec/action_setting_flash_before_session_reset.rhtml - test/vendor/plugins/rspec-rails/spec_resources/views/controller_spec/action_setting_the_assigns_hash.rhtml - test/vendor/plugins/rspec-rails/spec_resources/views/controller_spec/action_with_errors_in_template.rhtml - test/vendor/plugins/rspec-rails/spec_resources/views/controller_spec/action_with_template.rhtml - test/vendor/plugins/rspec-rails/spec_resources/views/layouts/application.rhtml - test/vendor/plugins/rspec-rails/spec_resources/views/layouts/simple.rhtml - test/vendor/plugins/rspec-rails/spec_resources/views/objects/_object.html.erb - test/vendor/plugins/rspec-rails/spec_resources/views/render_spec/_a_partial.rhtml - test/vendor/plugins/rspec-rails/spec_resources/views/render_spec/action_with_alternate_layout.rhtml - test/vendor/plugins/rspec-rails/spec_resources/views/render_spec/some_action.js.rjs - test/vendor/plugins/rspec-rails/spec_resources/views/render_spec/some_action.rhtml - test/vendor/plugins/rspec-rails/spec_resources/views/render_spec/some_action.rjs - test/vendor/plugins/rspec-rails/spec_resources/views/rjs_spec/_replacement_partial.rhtml - test/vendor/plugins/rspec-rails/spec_resources/views/rjs_spec/hide_div.rjs - test/vendor/plugins/rspec-rails/spec_resources/views/rjs_spec/hide_page_element.rjs - test/vendor/plugins/rspec-rails/spec_resources/views/rjs_spec/insert_html.rjs - test/vendor/plugins/rspec-rails/spec_resources/views/rjs_spec/replace.rjs - test/vendor/plugins/rspec-rails/spec_resources/views/rjs_spec/replace_html.rjs - test/vendor/plugins/rspec-rails/spec_resources/views/rjs_spec/replace_html_with_partial.rjs - test/vendor/plugins/rspec-rails/spec_resources/views/rjs_spec/visual_effect.rjs - test/vendor/plugins/rspec-rails/spec_resources/views/rjs_spec/visual_toggle_effect.rjs - test/vendor/plugins/rspec-rails/spec_resources/views/tag_spec/no_tags.rhtml - test/vendor/plugins/rspec-rails/spec_resources/views/tag_spec/single_div_with_no_attributes.rhtml - test/vendor/plugins/rspec-rails/spec_resources/views/tag_spec/single_div_with_one_attribute.rhtml - test/vendor/plugins/rspec-rails/spec_resources/views/view_spec/_partial.rhtml - test/vendor/plugins/rspec-rails/spec_resources/views/view_spec/_partial_used_twice.rhtml - test/vendor/plugins/rspec-rails/spec_resources/views/view_spec/_partial_with_local_variable.rhtml - test/vendor/plugins/rspec-rails/spec_resources/views/view_spec/_partial_with_sub_partial.rhtml - test/vendor/plugins/rspec-rails/spec_resources/views/view_spec/_spacer.rhtml - test/vendor/plugins/rspec-rails/spec_resources/views/view_spec/accessor.rhtml - test/vendor/plugins/rspec-rails/spec_resources/views/view_spec/block_helper.rhtml - test/vendor/plugins/rspec-rails/spec_resources/views/view_spec/entry_form.rhtml - test/vendor/plugins/rspec-rails/spec_resources/views/view_spec/explicit_helper.rhtml - test/vendor/plugins/rspec-rails/spec_resources/views/view_spec/foo/show.rhtml - test/vendor/plugins/rspec-rails/spec_resources/views/view_spec/implicit_helper.rhtml - test/vendor/plugins/rspec-rails/spec_resources/views/view_spec/multiple_helpers.rhtml - test/vendor/plugins/rspec-rails/spec_resources/views/view_spec/template_with_partial.rhtml - test/vendor/plugins/rspec-rails/spec_resources/views/view_spec/template_with_partial_using_collection.rhtml - test/vendor/plugins/rspec-rails/spec_resources/views/view_spec/template_with_partial_with_array.rhtml - test/vendor/plugins/rspec-rails/stories/all.rb - test/vendor/plugins/rspec-rails/stories/configuration/stories.rb - test/vendor/plugins/rspec-rails/stories/helper.rb - test/vendor/plugins/rspec-rails/stories/steps/people.rb - test/vendor/plugins/rspec-rails/stories/transactions_should_rollback - test/vendor/plugins/rspec-rails/stories/transactions_should_rollback.rb - test/vendor/plugins/rspec-rails/UPGRADE