Skip to content

Instantly share code, notes, and snippets.

@invisiblefunnel
Created September 23, 2013 00:34
Show Gist options
  • Select an option

  • Save invisiblefunnel/6665269 to your computer and use it in GitHub Desktop.

Select an option

Save invisiblefunnel/6665269 to your computer and use it in GitHub Desktop.
vagrant@rails-dev-box:/vagrant/rails$ bundle exec rake test
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -I"lib:test" -I"/home/vagrant/.rvm/gems/ruby-2.0.0-p247@global/gems/rake-10.1.0/lib" "/home/vagrant/.rvm/gems/ruby-2.0.0-p247@global/gems/rake-10.1.0/lib/rake/rake_test_loader.rb" "test/**/*_test.rb"
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 35377
# Running:
...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Finished in 11.162834s, 264.0011 runs/s, 846.2009 assertions/s.
2947 runs, 9446 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -I"lib:test" -I"/home/vagrant/.rvm/gems/ruby-2.0.0-p247@global/gems/rake-10.1.0/lib" "/home/vagrant/.rvm/gems/ruby-2.0.0-p247@global/gems/rake-10.1.0/lib/rake/rake_test_loader.rb" "/vagrant/rails/activemodel/test/cases/attribute_methods_test.rb" "/vagrant/rails/activemodel/test/cases/callbacks_test.rb" "/vagrant/rails/activemodel/test/cases/conversion_test.rb" "/vagrant/rails/activemodel/test/cases/dirty_test.rb" "/vagrant/rails/activemodel/test/cases/errors_test.rb" "/vagrant/rails/activemodel/test/cases/forbidden_attributes_protection_test.rb" "/vagrant/rails/activemodel/test/cases/lint_test.rb" "/vagrant/rails/activemodel/test/cases/model_test.rb" "/vagrant/rails/activemodel/test/cases/naming_test.rb" "/vagrant/rails/activemodel/test/cases/railtie_test.rb" "/vagrant/rails/activemodel/test/cases/secure_password_test.rb" "/vagrant/rails/activemodel/test/cases/serialization_test.rb" "/vagrant/rails/activemodel/test/cases/serializers/json_serialization_test.rb" "/vagrant/rails/activemodel/test/cases/serializers/xml_serialization_test.rb" "/vagrant/rails/activemodel/test/cases/translation_test.rb" "/vagrant/rails/activemodel/test/cases/validations/absence_validation_test.rb" "/vagrant/rails/activemodel/test/cases/validations/acceptance_validation_test.rb" "/vagrant/rails/activemodel/test/cases/validations/callbacks_test.rb" "/vagrant/rails/activemodel/test/cases/validations/conditional_validation_test.rb" "/vagrant/rails/activemodel/test/cases/validations/confirmation_validation_test.rb" "/vagrant/rails/activemodel/test/cases/validations/exclusion_validation_test.rb" "/vagrant/rails/activemodel/test/cases/validations/format_validation_test.rb" "/vagrant/rails/activemodel/test/cases/validations/i18n_generate_message_validation_test.rb" "/vagrant/rails/activemodel/test/cases/validations/i18n_validation_test.rb" "/vagrant/rails/activemodel/test/cases/validations/inclusion_validation_test.rb" "/vagrant/rails/activemodel/test/cases/validations/length_validation_test.rb" "/vagrant/rails/activemodel/test/cases/validations/numericality_validation_test.rb" "/vagrant/rails/activemodel/test/cases/validations/presence_validation_test.rb" "/vagrant/rails/activemodel/test/cases/validations/validates_test.rb" "/vagrant/rails/activemodel/test/cases/validations/validations_context_test.rb" "/vagrant/rails/activemodel/test/cases/validations/with_validation_test.rb" "/vagrant/rails/activemodel/test/cases/validations_test.rb"
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 22086
# Running:
..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Finished in 4.610428s, 132.3088 runs/s, 338.1465 assertions/s.
610 runs, 1559 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -I"lib:test" -I"/home/vagrant/.rvm/gems/ruby-2.0.0-p247@global/gems/rake-10.1.0/lib" "/home/vagrant/.rvm/gems/ruby-2.0.0-p247@global/gems/rake-10.1.0/lib/rake/rake_test_loader.rb" "test/abstract/callbacks_test.rb" "test/abstract/collector_test.rb" "test/abstract/translation_test.rb" "test/assertions/response_assertions_test.rb" "test/controller/action_pack_assertions_test.rb" "test/controller/assert_select_test.rb" "test/controller/base_test.rb" "test/controller/caching_test.rb" "test/controller/content_type_test.rb" "test/controller/default_url_options_with_before_action_test.rb" "test/controller/filters_test.rb" "test/controller/flash_hash_test.rb" "test/controller/flash_test.rb" "test/controller/force_ssl_test.rb" "test/controller/helper_test.rb" "test/controller/http_basic_authentication_test.rb" "test/controller/http_digest_authentication_test.rb" "test/controller/http_token_authentication_test.rb" "test/controller/integration_test.rb" "test/controller/live_stream_test.rb" "test/controller/localized_templates_test.rb" "test/controller/log_subscriber_test.rb" "test/controller/mime/accept_format_test.rb" "test/controller/mime/respond_to_test.rb" "test/controller/mime/respond_with_test.rb" "test/controller/new_base/bare_metal_test.rb" "test/controller/new_base/base_test.rb" "test/controller/new_base/content_negotiation_test.rb" "test/controller/new_base/content_type_test.rb" "test/controller/new_base/metal_test.rb" "test/controller/new_base/middleware_test.rb" "test/controller/new_base/render_action_test.rb" "test/controller/new_base/render_context_test.rb" "test/controller/new_base/render_file_test.rb" "test/controller/new_base/render_implicit_action_test.rb" "test/controller/new_base/render_layout_test.rb" "test/controller/new_base/render_partial_test.rb" "test/controller/new_base/render_streaming_test.rb" "test/controller/new_base/render_template_test.rb" "test/controller/new_base/render_test.rb" "test/controller/new_base/render_text_test.rb" "test/controller/new_base/render_xml_test.rb" "test/controller/output_escaping_test.rb" "test/controller/parameters/log_on_unpermitted_params_test.rb" "test/controller/parameters/multi_parameter_attributes_test.rb" "test/controller/parameters/nested_parameters_test.rb" "test/controller/parameters/parameters_permit_test.rb" "test/controller/parameters/parameters_require_test.rb" "test/controller/parameters/raise_on_unpermitted_params_test.rb" "test/controller/params_wrapper_test.rb" "test/controller/permitted_params_test.rb" "test/controller/redirect_test.rb" "test/controller/render_js_test.rb" "test/controller/render_json_test.rb" "test/controller/render_other_test.rb" "test/controller/render_test.rb" "test/controller/render_xml_test.rb" "test/controller/request/test_request_test.rb" "test/controller/request_forgery_protection_test.rb" "test/controller/required_params_test.rb" "test/controller/rescue_test.rb" "test/controller/resources_test.rb" "test/controller/routing_test.rb" "test/controller/runner_test.rb" "test/controller/selector_test.rb" "test/controller/send_file_test.rb" "test/controller/show_exceptions_test.rb" "test/controller/streaming_test.rb" "test/controller/test_case_test.rb" "test/controller/url_for_integration_test.rb" "test/controller/url_for_test.rb" "test/controller/url_rewriter_test.rb" "test/controller/webservice_test.rb" "test/dispatch/callbacks_test.rb" "test/dispatch/cookies_test.rb" "test/dispatch/debug_exceptions_test.rb" "test/dispatch/header_test.rb" "test/dispatch/live_response_test.rb" "test/dispatch/mapper_test.rb" "test/dispatch/middleware_stack/middleware_test.rb" "test/dispatch/middleware_stack_test.rb" "test/dispatch/mime_type_test.rb" "test/dispatch/mount_test.rb" "test/dispatch/prefix_generation_test.rb" "test/dispatch/rack_cache_test.rb" "test/dispatch/rack_test.rb" "test/dispatch/reloader_test.rb" "test/dispatch/request/json_params_parsing_test.rb" "test/dispatch/request/multipart_params_parsing_test.rb" "test/dispatch/request/query_string_parsing_test.rb" "test/dispatch/request/session_test.rb" "test/dispatch/request/url_encoded_params_parsing_test.rb" "test/dispatch/request_id_test.rb" "test/dispatch/request_test.rb" "test/dispatch/response_test.rb" "test/dispatch/routing/concerns_test.rb" "test/dispatch/routing/inspector_test.rb" "test/dispatch/routing/route_set_test.rb" "test/dispatch/routing_assertions_test.rb" "test/dispatch/routing_test.rb" "test/dispatch/session/abstract_store_test.rb" "test/dispatch/session/cache_store_test.rb" "test/dispatch/session/cookie_store_test.rb" "test/dispatch/session/mem_cache_store_test.rb" "test/dispatch/session/test_session_test.rb" "test/dispatch/show_exceptions_test.rb" "test/dispatch/ssl_test.rb" "test/dispatch/static_test.rb" "test/dispatch/test_request_test.rb" "test/dispatch/test_response_test.rb" "test/dispatch/uploaded_file_test.rb" "test/dispatch/url_generation_test.rb" "test/journey/gtg/builder_test.rb" "test/journey/gtg/transition_table_test.rb" "test/journey/nfa/simulator_test.rb" "test/journey/nfa/transition_table_test.rb" "test/journey/nodes/symbol_test.rb" "test/journey/path/pattern_test.rb" "test/journey/route/definition/parser_test.rb" "test/journey/route/definition/scanner_test.rb" "test/journey/route_test.rb" "test/journey/router/strexp_test.rb" "test/journey/router/utils_test.rb" "test/journey/router_test.rb" "test/journey/routes_test.rb" "test/routing/helper_test.rb"
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/mail-2.5.4/lib/mail/network/delivery_methods/sendmail.rb:53: warning: shadowing outer local variable - to
Run options: --seed 2003
# Running:
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Finished in 71.876850s, 34.2391 runs/s, 193.5394 assertions/s.
2461 runs, 13911 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -I"lib:test" -I"/home/vagrant/.rvm/gems/ruby-2.0.0-p247@global/gems/rake-10.1.0/lib" "/home/vagrant/.rvm/gems/ruby-2.0.0-p247@global/gems/rake-10.1.0/lib/rake/rake_test_loader.rb" "test/template/active_model_helper_test.rb" "test/template/asset_tag_helper_test.rb" "test/template/atom_feed_helper_test.rb" "test/template/capture_helper_test.rb" "test/template/compiled_templates_test.rb" "test/template/date_helper_i18n_test.rb" "test/template/date_helper_test.rb" "test/template/debug_helper_test.rb" "test/template/dependency_tracker_test.rb" "test/template/digestor_test.rb" "test/template/erb/form_for_test.rb" "test/template/erb/tag_helper_test.rb" "test/template/erb_util_test.rb" "test/template/form_collections_helper_test.rb" "test/template/form_helper_test.rb" "test/template/form_options_helper_i18n_test.rb" "test/template/form_options_helper_test.rb" "test/template/form_tag_helper_test.rb" "test/template/html-scanner/cdata_node_test.rb" "test/template/html-scanner/document_test.rb" "test/template/html-scanner/node_test.rb" "test/template/html-scanner/sanitizer_test.rb" "test/template/html-scanner/tag_node_test.rb" "test/template/html-scanner/text_node_test.rb" "test/template/html-scanner/tokenizer_test.rb" "test/template/javascript_helper_test.rb" "test/template/log_subscriber_test.rb" "test/template/lookup_context_test.rb" "test/template/number_helper_test.rb" "test/template/output_buffer_test.rb" "test/template/output_safety_helper_test.rb" "test/template/record_identifier_test.rb" "test/template/record_tag_helper_test.rb" "test/template/render_test.rb" "test/template/resolver_patterns_test.rb" "test/template/sanitize_helper_test.rb" "test/template/streaming_render_test.rb" "test/template/tag_helper_test.rb" "test/template/template_error_test.rb" "test/template/template_test.rb" "test/template/test_case_test.rb" "test/template/test_test.rb" "test/template/testing/fixture_resolver_test.rb" "test/template/testing/null_resolver_test.rb" "test/template/text_helper_test.rb" "test/template/translation_helper_test.rb" "test/template/url_helper_test.rb"
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 28205
# Running:
....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Finished in 77.428862s, 20.7158 runs/s, 47.4758 assertions/s.
1604 runs, 3676 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -I"lib:test" -I"/home/vagrant/.rvm/gems/ruby-2.0.0-p247@global/gems/rake-10.1.0/lib" "/home/vagrant/.rvm/gems/ruby-2.0.0-p247@global/gems/rake-10.1.0/lib/rake/rake_test_loader.rb" "test/actionpack/abstract/abstract_controller_test.rb" "test/actionpack/abstract/helper_test.rb" "test/actionpack/abstract/layouts_test.rb" "test/actionpack/abstract/render_test.rb" "test/actionpack/controller/capture_test.rb" "test/actionpack/controller/layout_test.rb" "test/actionpack/controller/render_test.rb"
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 29194
# Running:
...........................................................................................................................................................................................................
Finished in 8.347437s, 24.3188 runs/s, 31.5067 assertions/s.
203 runs, 263 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -I"lib:test" -I"/home/vagrant/.rvm/gems/ruby-2.0.0-p247@global/gems/rake-10.1.0/lib" "/home/vagrant/.rvm/gems/ruby-2.0.0-p247@global/gems/rake-10.1.0/lib/rake/rake_test_loader.rb" "test/activerecord/controller_runtime_test.rb" "test/activerecord/form_helper_activerecord_test.rb" "test/activerecord/polymorphic_routes_test.rb" "test/activerecord/render_partial_with_record_identification_test.rb"
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 18040
# Running:
............................................................................
Finished in 5.232063s, 14.5258 runs/s, 19.3040 assertions/s.
76 runs, 101 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -I"lib:test" -I"/home/vagrant/.rvm/gems/ruby-2.0.0-p247@global/gems/rake-10.1.0/lib" "/home/vagrant/.rvm/gems/ruby-2.0.0-p247@global/gems/rake-10.1.0/lib/rake/rake_test_loader.rb" "test/**/*_test.rb"
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/mail-2.5.4/lib/mail/network/delivery_methods/sendmail.rb:53: warning: shadowing outer local variable - to
Run options: --seed 45961
# Running:
...............................................................................................................................
Finished in 10.005142s, 12.6935 runs/s, 29.2849 assertions/s.
127 runs, 293 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -I"lib:test" -I"/home/vagrant/.rvm/gems/ruby-2.0.0-p247@global/gems/rake-10.1.0/lib" "/home/vagrant/.rvm/gems/ruby-2.0.0-p247@global/gems/rake-10.1.0/lib/rake/rake_test_loader.rb" "test/cases/adapter_test.rb" "test/cases/adapters/mysql/active_schema_test.rb" "test/cases/adapters/mysql/case_sensitivity_test.rb" "test/cases/adapters/mysql/connection_test.rb" "test/cases/adapters/mysql/enum_test.rb" "test/cases/adapters/mysql/mysql_adapter_test.rb" "test/cases/adapters/mysql/quoting_test.rb" "test/cases/adapters/mysql/reserved_word_test.rb" "test/cases/adapters/mysql/schema_test.rb" "test/cases/adapters/mysql/sp_test.rb" "test/cases/adapters/mysql/sql_types_test.rb" "test/cases/adapters/mysql/statement_pool_test.rb" "test/cases/aggregations_test.rb" "test/cases/ar_schema_test.rb" "test/cases/associations/association_scope_test.rb" "test/cases/associations/belongs_to_associations_test.rb" "test/cases/associations/callbacks_test.rb" "test/cases/associations/cascaded_eager_loading_test.rb" "test/cases/associations/eager_load_includes_full_sti_class_test.rb" "test/cases/associations/eager_load_nested_include_test.rb" "test/cases/associations/eager_singularization_test.rb" "test/cases/associations/eager_test.rb" "test/cases/associations/extension_test.rb" "test/cases/associations/has_and_belongs_to_many_associations_test.rb" "test/cases/associations/has_many_associations_test.rb" "test/cases/associations/has_many_through_associations_test.rb" "test/cases/associations/has_one_associations_test.rb" "test/cases/associations/has_one_through_associations_test.rb" "test/cases/associations/inner_join_association_test.rb" "test/cases/associations/inverse_associations_test.rb" "test/cases/associations/join_dependency_test.rb" "test/cases/associations/join_model_test.rb" "test/cases/associations/nested_through_associations_test.rb" "test/cases/associations_test.rb" "test/cases/attribute_methods/read_test.rb" "test/cases/attribute_methods/serialization_test.rb" "test/cases/attribute_methods_test.rb" "test/cases/autosave_association_test.rb" "test/cases/base_test.rb" "test/cases/batches_test.rb" "test/cases/binary_test.rb" "test/cases/bind_parameter_test.rb" "test/cases/calculations_test.rb" "test/cases/callbacks_test.rb" "test/cases/clone_test.rb" "test/cases/coders/yaml_column_test.rb" "test/cases/column_alias_test.rb" "test/cases/column_definition_test.rb" "test/cases/column_test.rb" "test/cases/connection_adapters/abstract_adapter_test.rb" "test/cases/connection_adapters/connection_handler_test.rb" "test/cases/connection_adapters/connection_specification_test.rb" "test/cases/connection_adapters/quoting_test.rb" "test/cases/connection_adapters/schema_cache_test.rb" "test/cases/connection_management_test.rb" "test/cases/connection_pool_test.rb" "test/cases/connection_specification/resolver_test.rb" "test/cases/core_test.rb" "test/cases/counter_cache_test.rb" "test/cases/custom_locking_test.rb" "test/cases/database_statements_test.rb" "test/cases/date_time_test.rb" "test/cases/defaults_test.rb" "test/cases/dirty_test.rb" "test/cases/disconnected_test.rb" "test/cases/dup_test.rb" "test/cases/explain_subscriber_test.rb" "test/cases/explain_test.rb" "test/cases/finder_respond_to_test.rb" "test/cases/finder_test.rb" "test/cases/fixture_set/file_test.rb" "test/cases/fixtures_test.rb" "test/cases/forbidden_attributes_protection_test.rb" "test/cases/habtm_destroy_order_test.rb" "test/cases/hot_compatibility_test.rb" "test/cases/i18n_test.rb" "test/cases/inheritance_test.rb" "test/cases/integration_test.rb" "test/cases/invalid_connection_test.rb" "test/cases/invalid_date_test.rb" "test/cases/invertible_migration_test.rb" "test/cases/json_serialization_test.rb" "test/cases/locking_test.rb" "test/cases/log_subscriber_test.rb" "test/cases/migration/change_schema_test.rb" "test/cases/migration/change_table_test.rb" "test/cases/migration/column_attributes_test.rb" "test/cases/migration/column_positioning_test.rb" "test/cases/migration/columns_test.rb" "test/cases/migration/command_recorder_test.rb" "test/cases/migration/create_join_table_test.rb" "test/cases/migration/index_test.rb" "test/cases/migration/logger_test.rb" "test/cases/migration/references_index_test.rb" "test/cases/migration/references_statements_test.rb" "test/cases/migration/rename_table_test.rb" "test/cases/migration/table_and_index_test.rb" "test/cases/migration_test.rb" "test/cases/migrator_test.rb" "test/cases/mixin_test.rb" "test/cases/modules_test.rb" "test/cases/multiparameter_attributes_test.rb" "test/cases/multiple_db_test.rb" "test/cases/nested_attributes_test.rb" "test/cases/nested_attributes_with_callbacks_test.rb" "test/cases/persistence_test.rb" "test/cases/pooled_connections_test.rb" "test/cases/primary_keys_test.rb" "test/cases/query_cache_test.rb" "test/cases/quoting_test.rb" "test/cases/readonly_test.rb" "test/cases/reaper_test.rb" "test/cases/reflection_test.rb" "test/cases/relation/delegation_test.rb" "test/cases/relation/mutation_test.rb" "test/cases/relation/predicate_builder_test.rb" "test/cases/relation/where_chain_test.rb" "test/cases/relation/where_test.rb" "test/cases/relation_test.rb" "test/cases/relations_test.rb" "test/cases/reload_models_test.rb" "test/cases/result_test.rb" "test/cases/sanitize_test.rb" "test/cases/schema_dumper_test.rb" "test/cases/scoping/default_scoping_test.rb" "test/cases/scoping/named_scoping_test.rb" "test/cases/scoping/relation_scoping_test.rb" "test/cases/serialization_test.rb" "test/cases/serialized_attribute_test.rb" "test/cases/statement_cache_test.rb" "test/cases/store_test.rb" "test/cases/tasks/database_tasks_test.rb" "test/cases/tasks/mysql_rake_test.rb" "test/cases/tasks/postgresql_rake_test.rb" "test/cases/tasks/sqlite_rake_test.rb" "test/cases/timestamp_test.rb" "test/cases/transaction_callbacks_test.rb" "test/cases/transaction_isolation_test.rb" "test/cases/transactions_test.rb" "test/cases/unconnected_test.rb" "test/cases/validations/association_validation_test.rb" "test/cases/validations/i18n_generate_message_validation_test.rb" "test/cases/validations/i18n_validation_test.rb" "test/cases/validations/presence_validation_test.rb" "test/cases/validations/uniqueness_validation_test.rb" "test/cases/validations_test.rb" "test/cases/xml_serialization_test.rb" "test/cases/yaml_serialization_test.rb"
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Using mysql
/vagrant/rails/activerecord/lib/active_record/associations/builder/collection_association.rb:62: warning: method redefined; discarding old welcome_posts_with_comment_ids
/vagrant/rails/activerecord/lib/active_record/associations/builder/collection_association.rb:62: warning: previous definition of welcome_posts_with_comment_ids was here
/vagrant/rails/activerecord/lib/active_record/associations/builder/collection_association.rb:72: warning: method redefined; discarding old welcome_posts_with_comment_ids=
/vagrant/rails/activerecord/lib/active_record/associations/builder/collection_association.rb:72: warning: previous definition of welcome_posts_with_comment_ids= was here
Run options: --seed 63480
# Running:
............................................................................................................................................................................................................................................................................................S.........S..............S..........................................................................................S.....................................S.....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................S.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................S......SSS........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................./vagrant/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:158: warning: instance variable errno not initialized
......................................................................................................................................................................................................S...........................................S..........................................
Finished in 98.414056s, 37.3727 runs/s, 107.3119 assertions/s.
3678 runs, 10561 assertions, 0 failures, 0 errors, 12 skips
You have skipped tests. Run with --verbose for details.
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -I"lib:test" -I"/home/vagrant/.rvm/gems/ruby-2.0.0-p247@global/gems/rake-10.1.0/lib" "/home/vagrant/.rvm/gems/ruby-2.0.0-p247@global/gems/rake-10.1.0/lib/rake/rake_test_loader.rb" "test/cases/adapter_test.rb" "test/cases/adapters/mysql2/active_schema_test.rb" "test/cases/adapters/mysql2/bind_parameter_test.rb" "test/cases/adapters/mysql2/case_sensitivity_test.rb" "test/cases/adapters/mysql2/connection_test.rb" "test/cases/adapters/mysql2/enum_test.rb" "test/cases/adapters/mysql2/explain_test.rb" "test/cases/adapters/mysql2/reserved_word_test.rb" "test/cases/adapters/mysql2/schema_migrations_test.rb" "test/cases/adapters/mysql2/schema_test.rb" "test/cases/adapters/mysql2/sql_types_test.rb" "test/cases/aggregations_test.rb" "test/cases/ar_schema_test.rb" "test/cases/associations/association_scope_test.rb" "test/cases/associations/belongs_to_associations_test.rb" "test/cases/associations/callbacks_test.rb" "test/cases/associations/cascaded_eager_loading_test.rb" "test/cases/associations/eager_load_includes_full_sti_class_test.rb" "test/cases/associations/eager_load_nested_include_test.rb" "test/cases/associations/eager_singularization_test.rb" "test/cases/associations/eager_test.rb" "test/cases/associations/extension_test.rb" "test/cases/associations/has_and_belongs_to_many_associations_test.rb" "test/cases/associations/has_many_associations_test.rb" "test/cases/associations/has_many_through_associations_test.rb" "test/cases/associations/has_one_associations_test.rb" "test/cases/associations/has_one_through_associations_test.rb" "test/cases/associations/inner_join_association_test.rb" "test/cases/associations/inverse_associations_test.rb" "test/cases/associations/join_dependency_test.rb" "test/cases/associations/join_model_test.rb" "test/cases/associations/nested_through_associations_test.rb" "test/cases/associations_test.rb" "test/cases/attribute_methods/read_test.rb" "test/cases/attribute_methods/serialization_test.rb" "test/cases/attribute_methods_test.rb" "test/cases/autosave_association_test.rb" "test/cases/base_test.rb" "test/cases/batches_test.rb" "test/cases/binary_test.rb" "test/cases/bind_parameter_test.rb" "test/cases/calculations_test.rb" "test/cases/callbacks_test.rb" "test/cases/clone_test.rb" "test/cases/coders/yaml_column_test.rb" "test/cases/column_alias_test.rb" "test/cases/column_definition_test.rb" "test/cases/column_test.rb" "test/cases/connection_adapters/abstract_adapter_test.rb" "test/cases/connection_adapters/connection_handler_test.rb" "test/cases/connection_adapters/connection_specification_test.rb" "test/cases/connection_adapters/quoting_test.rb" "test/cases/connection_adapters/schema_cache_test.rb" "test/cases/connection_management_test.rb" "test/cases/connection_pool_test.rb" "test/cases/connection_specification/resolver_test.rb" "test/cases/core_test.rb" "test/cases/counter_cache_test.rb" "test/cases/custom_locking_test.rb" "test/cases/database_statements_test.rb" "test/cases/date_time_test.rb" "test/cases/defaults_test.rb" "test/cases/dirty_test.rb" "test/cases/disconnected_test.rb" "test/cases/dup_test.rb" "test/cases/explain_subscriber_test.rb" "test/cases/explain_test.rb" "test/cases/finder_respond_to_test.rb" "test/cases/finder_test.rb" "test/cases/fixture_set/file_test.rb" "test/cases/fixtures_test.rb" "test/cases/forbidden_attributes_protection_test.rb" "test/cases/habtm_destroy_order_test.rb" "test/cases/hot_compatibility_test.rb" "test/cases/i18n_test.rb" "test/cases/inheritance_test.rb" "test/cases/integration_test.rb" "test/cases/invalid_connection_test.rb" "test/cases/invalid_date_test.rb" "test/cases/invertible_migration_test.rb" "test/cases/json_serialization_test.rb" "test/cases/locking_test.rb" "test/cases/log_subscriber_test.rb" "test/cases/migration/change_schema_test.rb" "test/cases/migration/change_table_test.rb" "test/cases/migration/column_attributes_test.rb" "test/cases/migration/column_positioning_test.rb" "test/cases/migration/columns_test.rb" "test/cases/migration/command_recorder_test.rb" "test/cases/migration/create_join_table_test.rb" "test/cases/migration/index_test.rb" "test/cases/migration/logger_test.rb" "test/cases/migration/references_index_test.rb" "test/cases/migration/references_statements_test.rb" "test/cases/migration/rename_table_test.rb" "test/cases/migration/table_and_index_test.rb" "test/cases/migration_test.rb" "test/cases/migrator_test.rb" "test/cases/mixin_test.rb" "test/cases/modules_test.rb" "test/cases/multiparameter_attributes_test.rb" "test/cases/multiple_db_test.rb" "test/cases/nested_attributes_test.rb" "test/cases/nested_attributes_with_callbacks_test.rb" "test/cases/persistence_test.rb" "test/cases/pooled_connections_test.rb" "test/cases/primary_keys_test.rb" "test/cases/query_cache_test.rb" "test/cases/quoting_test.rb" "test/cases/readonly_test.rb" "test/cases/reaper_test.rb" "test/cases/reflection_test.rb" "test/cases/relation/delegation_test.rb" "test/cases/relation/mutation_test.rb" "test/cases/relation/predicate_builder_test.rb" "test/cases/relation/where_chain_test.rb" "test/cases/relation/where_test.rb" "test/cases/relation_test.rb" "test/cases/relations_test.rb" "test/cases/reload_models_test.rb" "test/cases/result_test.rb" "test/cases/sanitize_test.rb" "test/cases/schema_dumper_test.rb" "test/cases/scoping/default_scoping_test.rb" "test/cases/scoping/named_scoping_test.rb" "test/cases/scoping/relation_scoping_test.rb" "test/cases/serialization_test.rb" "test/cases/serialized_attribute_test.rb" "test/cases/statement_cache_test.rb" "test/cases/store_test.rb" "test/cases/tasks/database_tasks_test.rb" "test/cases/tasks/mysql_rake_test.rb" "test/cases/tasks/postgresql_rake_test.rb" "test/cases/tasks/sqlite_rake_test.rb" "test/cases/timestamp_test.rb" "test/cases/transaction_callbacks_test.rb" "test/cases/transaction_isolation_test.rb" "test/cases/transactions_test.rb" "test/cases/unconnected_test.rb" "test/cases/validations/association_validation_test.rb" "test/cases/validations/i18n_generate_message_validation_test.rb" "test/cases/validations/i18n_validation_test.rb" "test/cases/validations/presence_validation_test.rb" "test/cases/validations/uniqueness_validation_test.rb" "test/cases/validations_test.rb" "test/cases/xml_serialization_test.rb" "test/cases/yaml_serialization_test.rb"
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Using mysql2
/vagrant/rails/activerecord/lib/active_record/associations/builder/collection_association.rb:62: warning: method redefined; discarding old welcome_posts_with_comment_ids
/vagrant/rails/activerecord/lib/active_record/associations/builder/collection_association.rb:62: warning: previous definition of welcome_posts_with_comment_ids was here
/vagrant/rails/activerecord/lib/active_record/associations/builder/collection_association.rb:72: warning: method redefined; discarding old welcome_posts_with_comment_ids=
/vagrant/rails/activerecord/lib/active_record/associations/builder/collection_association.rb:72: warning: previous definition of welcome_posts_with_comment_ids= was here
Run options: --seed 18848
# Running:
.................SSS............................................................................................................................................................................................................................................................S.........S..............S..........................................................................................S.....................................S..................................................................SSSSSSS...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................S................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................S...........S......SSS........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................S...........................................S..........................................
Finished in 100.324714s, 36.5712 runs/s, 105.0589 assertions/s.
3669 runs, 10540 assertions, 0 failures, 0 errors, 23 skips
You have skipped tests. Run with --verbose for details.
sqlite3 "test/fixtures/fixture_database.sqlite3" "create table a (a integer); drop table a;"
sqlite3 "test/fixtures/fixture_database_2.sqlite3" "create table a (a integer); drop table a;"
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -I"lib:test" -I"/home/vagrant/.rvm/gems/ruby-2.0.0-p247@global/gems/rake-10.1.0/lib" "/home/vagrant/.rvm/gems/ruby-2.0.0-p247@global/gems/rake-10.1.0/lib/rake/rake_test_loader.rb" "test/cases/adapter_test.rb" "test/cases/adapters/sqlite3/copy_table_test.rb" "test/cases/adapters/sqlite3/explain_test.rb" "test/cases/adapters/sqlite3/quoting_test.rb" "test/cases/adapters/sqlite3/sqlite3_adapter_test.rb" "test/cases/adapters/sqlite3/sqlite3_create_folder_test.rb" "test/cases/adapters/sqlite3/statement_pool_test.rb" "test/cases/aggregations_test.rb" "test/cases/ar_schema_test.rb" "test/cases/associations/association_scope_test.rb" "test/cases/associations/belongs_to_associations_test.rb" "test/cases/associations/callbacks_test.rb" "test/cases/associations/cascaded_eager_loading_test.rb" "test/cases/associations/eager_load_includes_full_sti_class_test.rb" "test/cases/associations/eager_load_nested_include_test.rb" "test/cases/associations/eager_singularization_test.rb" "test/cases/associations/eager_test.rb" "test/cases/associations/extension_test.rb" "test/cases/associations/has_and_belongs_to_many_associations_test.rb" "test/cases/associations/has_many_associations_test.rb" "test/cases/associations/has_many_through_associations_test.rb" "test/cases/associations/has_one_associations_test.rb" "test/cases/associations/has_one_through_associations_test.rb" "test/cases/associations/inner_join_association_test.rb" "test/cases/associations/inverse_associations_test.rb" "test/cases/associations/join_dependency_test.rb" "test/cases/associations/join_model_test.rb" "test/cases/associations/nested_through_associations_test.rb" "test/cases/associations_test.rb" "test/cases/attribute_methods/read_test.rb" "test/cases/attribute_methods/serialization_test.rb" "test/cases/attribute_methods_test.rb" "test/cases/autosave_association_test.rb" "test/cases/base_test.rb" "test/cases/batches_test.rb" "test/cases/binary_test.rb" "test/cases/bind_parameter_test.rb" "test/cases/calculations_test.rb" "test/cases/callbacks_test.rb" "test/cases/clone_test.rb" "test/cases/coders/yaml_column_test.rb" "test/cases/column_alias_test.rb" "test/cases/column_definition_test.rb" "test/cases/column_test.rb" "test/cases/connection_adapters/abstract_adapter_test.rb" "test/cases/connection_adapters/connection_handler_test.rb" "test/cases/connection_adapters/connection_specification_test.rb" "test/cases/connection_adapters/quoting_test.rb" "test/cases/connection_adapters/schema_cache_test.rb" "test/cases/connection_management_test.rb" "test/cases/connection_pool_test.rb" "test/cases/connection_specification/resolver_test.rb" "test/cases/core_test.rb" "test/cases/counter_cache_test.rb" "test/cases/custom_locking_test.rb" "test/cases/database_statements_test.rb" "test/cases/date_time_test.rb" "test/cases/defaults_test.rb" "test/cases/dirty_test.rb" "test/cases/disconnected_test.rb" "test/cases/dup_test.rb" "test/cases/explain_subscriber_test.rb" "test/cases/explain_test.rb" "test/cases/finder_respond_to_test.rb" "test/cases/finder_test.rb" "test/cases/fixture_set/file_test.rb" "test/cases/fixtures_test.rb" "test/cases/forbidden_attributes_protection_test.rb" "test/cases/habtm_destroy_order_test.rb" "test/cases/hot_compatibility_test.rb" "test/cases/i18n_test.rb" "test/cases/inheritance_test.rb" "test/cases/integration_test.rb" "test/cases/invalid_connection_test.rb" "test/cases/invalid_date_test.rb" "test/cases/invertible_migration_test.rb" "test/cases/json_serialization_test.rb" "test/cases/locking_test.rb" "test/cases/log_subscriber_test.rb" "test/cases/migration/change_schema_test.rb" "test/cases/migration/change_table_test.rb" "test/cases/migration/column_attributes_test.rb" "test/cases/migration/column_positioning_test.rb" "test/cases/migration/columns_test.rb" "test/cases/migration/command_recorder_test.rb" "test/cases/migration/create_join_table_test.rb" "test/cases/migration/index_test.rb" "test/cases/migration/logger_test.rb" "test/cases/migration/references_index_test.rb" "test/cases/migration/references_statements_test.rb" "test/cases/migration/rename_table_test.rb" "test/cases/migration/table_and_index_test.rb" "test/cases/migration_test.rb" "test/cases/migrator_test.rb" "test/cases/mixin_test.rb" "test/cases/modules_test.rb" "test/cases/multiparameter_attributes_test.rb" "test/cases/multiple_db_test.rb" "test/cases/nested_attributes_test.rb" "test/cases/nested_attributes_with_callbacks_test.rb" "test/cases/persistence_test.rb" "test/cases/pooled_connections_test.rb" "test/cases/primary_keys_test.rb" "test/cases/query_cache_test.rb" "test/cases/quoting_test.rb" "test/cases/readonly_test.rb" "test/cases/reaper_test.rb" "test/cases/reflection_test.rb" "test/cases/relation/delegation_test.rb" "test/cases/relation/mutation_test.rb" "test/cases/relation/predicate_builder_test.rb" "test/cases/relation/where_chain_test.rb" "test/cases/relation/where_test.rb" "test/cases/relation_test.rb" "test/cases/relations_test.rb" "test/cases/reload_models_test.rb" "test/cases/result_test.rb" "test/cases/sanitize_test.rb" "test/cases/schema_dumper_test.rb" "test/cases/scoping/default_scoping_test.rb" "test/cases/scoping/named_scoping_test.rb" "test/cases/scoping/relation_scoping_test.rb" "test/cases/serialization_test.rb" "test/cases/serialized_attribute_test.rb" "test/cases/statement_cache_test.rb" "test/cases/store_test.rb" "test/cases/tasks/database_tasks_test.rb" "test/cases/tasks/mysql_rake_test.rb" "test/cases/tasks/postgresql_rake_test.rb" "test/cases/tasks/sqlite_rake_test.rb" "test/cases/timestamp_test.rb" "test/cases/transaction_callbacks_test.rb" "test/cases/transaction_isolation_test.rb" "test/cases/transactions_test.rb" "test/cases/unconnected_test.rb" "test/cases/validations/association_validation_test.rb" "test/cases/validations/i18n_generate_message_validation_test.rb" "test/cases/validations/i18n_validation_test.rb" "test/cases/validations/presence_validation_test.rb" "test/cases/validations/uniqueness_validation_test.rb" "test/cases/validations_test.rb" "test/cases/xml_serialization_test.rb" "test/cases/yaml_serialization_test.rb"
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Using sqlite3
/vagrant/rails/activerecord/lib/active_record/associations/builder/collection_association.rb:62: warning: method redefined; discarding old welcome_posts_with_comment_ids
/vagrant/rails/activerecord/lib/active_record/associations/builder/collection_association.rb:62: warning: previous definition of welcome_posts_with_comment_ids was here
/vagrant/rails/activerecord/lib/active_record/associations/builder/collection_association.rb:72: warning: method redefined; discarding old welcome_posts_with_comment_ids=
/vagrant/rails/activerecord/lib/active_record/associations/builder/collection_association.rb:72: warning: previous definition of welcome_posts_with_comment_ids= was here
Run options: --seed 3014
# Running:
........................................................................................................................................................................................................................................................................................................................SS.........S.................SSSSSSS................................................................................S.....................................S..................................................................SSSSSSS...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................S...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................S..........S.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................SSSSSS............................................S..........................................
Finished in 112.763056s, 32.5373 runs/s, 92.6279 assertions/s.
3669 runs, 10445 assertions, 0 failures, 0 errors, 29 skips
You have skipped tests. Run with --verbose for details.
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -I"lib:test" -I"/home/vagrant/.rvm/gems/ruby-2.0.0-p247@global/gems/rake-10.1.0/lib" "/home/vagrant/.rvm/gems/ruby-2.0.0-p247@global/gems/rake-10.1.0/lib/rake/rake_test_loader.rb" "test/cases/adapter_test.rb" "test/cases/adapters/postgresql/active_schema_test.rb" "test/cases/adapters/postgresql/array_test.rb" "test/cases/adapters/postgresql/bytea_test.rb" "test/cases/adapters/postgresql/connection_test.rb" "test/cases/adapters/postgresql/datatype_test.rb" "test/cases/adapters/postgresql/explain_test.rb" "test/cases/adapters/postgresql/hstore_test.rb" "test/cases/adapters/postgresql/json_test.rb" "test/cases/adapters/postgresql/ltree_test.rb" "test/cases/adapters/postgresql/postgresql_adapter_test.rb" "test/cases/adapters/postgresql/quoting_test.rb" "test/cases/adapters/postgresql/schema_authorization_test.rb" "test/cases/adapters/postgresql/schema_test.rb" "test/cases/adapters/postgresql/sql_types_test.rb" "test/cases/adapters/postgresql/statement_pool_test.rb" "test/cases/adapters/postgresql/timestamp_test.rb" "test/cases/adapters/postgresql/utils_test.rb" "test/cases/adapters/postgresql/uuid_test.rb" "test/cases/adapters/postgresql/view_test.rb" "test/cases/adapters/postgresql/xml_test.rb" "test/cases/aggregations_test.rb" "test/cases/ar_schema_test.rb" "test/cases/associations/association_scope_test.rb" "test/cases/associations/belongs_to_associations_test.rb" "test/cases/associations/callbacks_test.rb" "test/cases/associations/cascaded_eager_loading_test.rb" "test/cases/associations/eager_load_includes_full_sti_class_test.rb" "test/cases/associations/eager_load_nested_include_test.rb" "test/cases/associations/eager_singularization_test.rb" "test/cases/associations/eager_test.rb" "test/cases/associations/extension_test.rb" "test/cases/associations/has_and_belongs_to_many_associations_test.rb" "test/cases/associations/has_many_associations_test.rb" "test/cases/associations/has_many_through_associations_test.rb" "test/cases/associations/has_one_associations_test.rb" "test/cases/associations/has_one_through_associations_test.rb" "test/cases/associations/inner_join_association_test.rb" "test/cases/associations/inverse_associations_test.rb" "test/cases/associations/join_dependency_test.rb" "test/cases/associations/join_model_test.rb" "test/cases/associations/nested_through_associations_test.rb" "test/cases/associations_test.rb" "test/cases/attribute_methods/read_test.rb" "test/cases/attribute_methods/serialization_test.rb" "test/cases/attribute_methods_test.rb" "test/cases/autosave_association_test.rb" "test/cases/base_test.rb" "test/cases/batches_test.rb" "test/cases/binary_test.rb" "test/cases/bind_parameter_test.rb" "test/cases/calculations_test.rb" "test/cases/callbacks_test.rb" "test/cases/clone_test.rb" "test/cases/coders/yaml_column_test.rb" "test/cases/column_alias_test.rb" "test/cases/column_definition_test.rb" "test/cases/column_test.rb" "test/cases/connection_adapters/abstract_adapter_test.rb" "test/cases/connection_adapters/connection_handler_test.rb" "test/cases/connection_adapters/connection_specification_test.rb" "test/cases/connection_adapters/quoting_test.rb" "test/cases/connection_adapters/schema_cache_test.rb" "test/cases/connection_management_test.rb" "test/cases/connection_pool_test.rb" "test/cases/connection_specification/resolver_test.rb" "test/cases/core_test.rb" "test/cases/counter_cache_test.rb" "test/cases/custom_locking_test.rb" "test/cases/database_statements_test.rb" "test/cases/date_time_test.rb" "test/cases/defaults_test.rb" "test/cases/dirty_test.rb" "test/cases/disconnected_test.rb" "test/cases/dup_test.rb" "test/cases/explain_subscriber_test.rb" "test/cases/explain_test.rb" "test/cases/finder_respond_to_test.rb" "test/cases/finder_test.rb" "test/cases/fixture_set/file_test.rb" "test/cases/fixtures_test.rb" "test/cases/forbidden_attributes_protection_test.rb" "test/cases/habtm_destroy_order_test.rb" "test/cases/hot_compatibility_test.rb" "test/cases/i18n_test.rb" "test/cases/inheritance_test.rb" "test/cases/integration_test.rb" "test/cases/invalid_connection_test.rb" "test/cases/invalid_date_test.rb" "test/cases/invertible_migration_test.rb" "test/cases/json_serialization_test.rb" "test/cases/locking_test.rb" "test/cases/log_subscriber_test.rb" "test/cases/migration/change_schema_test.rb" "test/cases/migration/change_table_test.rb" "test/cases/migration/column_attributes_test.rb" "test/cases/migration/column_positioning_test.rb" "test/cases/migration/columns_test.rb" "test/cases/migration/command_recorder_test.rb" "test/cases/migration/create_join_table_test.rb" "test/cases/migration/index_test.rb" "test/cases/migration/logger_test.rb" "test/cases/migration/references_index_test.rb" "test/cases/migration/references_statements_test.rb" "test/cases/migration/rename_table_test.rb" "test/cases/migration/table_and_index_test.rb" "test/cases/migration_test.rb" "test/cases/migrator_test.rb" "test/cases/mixin_test.rb" "test/cases/modules_test.rb" "test/cases/multiparameter_attributes_test.rb" "test/cases/multiple_db_test.rb" "test/cases/nested_attributes_test.rb" "test/cases/nested_attributes_with_callbacks_test.rb" "test/cases/persistence_test.rb" "test/cases/pooled_connections_test.rb" "test/cases/primary_keys_test.rb" "test/cases/query_cache_test.rb" "test/cases/quoting_test.rb" "test/cases/readonly_test.rb" "test/cases/reaper_test.rb" "test/cases/reflection_test.rb" "test/cases/relation/delegation_test.rb" "test/cases/relation/mutation_test.rb" "test/cases/relation/predicate_builder_test.rb" "test/cases/relation/where_chain_test.rb" "test/cases/relation/where_test.rb" "test/cases/relation_test.rb" "test/cases/relations_test.rb" "test/cases/reload_models_test.rb" "test/cases/result_test.rb" "test/cases/sanitize_test.rb" "test/cases/schema_dumper_test.rb" "test/cases/scoping/default_scoping_test.rb" "test/cases/scoping/named_scoping_test.rb" "test/cases/scoping/relation_scoping_test.rb" "test/cases/serialization_test.rb" "test/cases/serialized_attribute_test.rb" "test/cases/statement_cache_test.rb" "test/cases/store_test.rb" "test/cases/tasks/database_tasks_test.rb" "test/cases/tasks/mysql_rake_test.rb" "test/cases/tasks/postgresql_rake_test.rb" "test/cases/tasks/sqlite_rake_test.rb" "test/cases/timestamp_test.rb" "test/cases/transaction_callbacks_test.rb" "test/cases/transaction_isolation_test.rb" "test/cases/transactions_test.rb" "test/cases/unconnected_test.rb" "test/cases/validations/association_validation_test.rb" "test/cases/validations/i18n_generate_message_validation_test.rb" "test/cases/validations/i18n_validation_test.rb" "test/cases/validations/presence_validation_test.rb" "test/cases/validations/uniqueness_validation_test.rb" "test/cases/validations_test.rb" "test/cases/xml_serialization_test.rb" "test/cases/yaml_serialization_test.rb"
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Using postgresql
/vagrant/rails/activerecord/lib/active_record/associations/builder/collection_association.rb:62: warning: method redefined; discarding old welcome_posts_with_comment_ids
/vagrant/rails/activerecord/lib/active_record/associations/builder/collection_association.rb:62: warning: previous definition of welcome_posts_with_comment_ids was here
/vagrant/rails/activerecord/lib/active_record/associations/builder/collection_association.rb:72: warning: method redefined; discarding old welcome_posts_with_comment_ids=
/vagrant/rails/activerecord/lib/active_record/associations/builder/collection_association.rb:72: warning: previous definition of welcome_posts_with_comment_ids= was here
Run options: --seed 28966
# Running:
.............................................................................................................................................................................................................................................................................................................................................S...SSSSSS.........................................................................................................................................................................................SSSSSSS.................................S...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................S......................................................................................................................................................................................................................................................................................................................................................................SSSSSS......S...SSS......S....SS..SSS....S...SS..WARNING: => is deprecated as an operator name
DETAIL: This name may be disallowed altogether in future versions of PostgreSQL.
.......WARNING: => is deprecated as an operator name
DETAIL: This name may be disallowed altogether in future versions of PostgreSQL.
......................SSSSSSSSSSSS................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................S........................................................................................
Finished in 153.968160s, 25.3689 runs/s, 72.1903 assertions/s.
3906 runs, 11115 assertions, 0 failures, 0 errors, 48 skips
You have skipped tests. Run with --verbose for details.
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/app_rails_loader_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 48858
# Running:
..............
Finished in 0.056518s, 247.7090 runs/s, 318.4830 assertions/s.
14 runs, 18 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/application/asset_debugging_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 40430
# Running:
..
Finished in 24.335025s, 0.0822 runs/s, 0.3698 assertions/s.
2 runs, 9 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/application/assets_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 22483
# Running:
..............................
Finished in 318.356068s, 0.0942 runs/s, 0.3361 assertions/s.
30 runs, 107 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/application/build_original_fullpath_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 10803
# Running:
...
Finished in 0.004017s, 746.8466 runs/s, 746.8466 assertions/s.
3 runs, 3 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/application/configuration_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 14371
# Running:
............./home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/debugger-linecache-1.2.0/lib/linecache19.rb:379: warning: assigned but unused variable - lines
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/debugger-1.6.1/lib/ruby-debug/commands/list.rb:39: warning: `-' after local variable is interpreted as binary operator
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/debugger-1.6.1/lib/ruby-debug/commands/list.rb:39: warning: even though it seems like unary operator
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/benchmark-ips-1.2.0/lib/benchmark/ips.rb:240: warning: assigned but unused variable - seconds
......................../home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/mail-2.5.4/lib/mail/network/delivery_methods/sendmail.rb:53: warning: shadowing outer local variable - to
./home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/mail-2.5.4/lib/mail/network/delivery_methods/sendmail.rb:53: warning: shadowing outer local variable - to
./home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/mail-2.5.4/lib/mail/network/delivery_methods/sendmail.rb:53: warning: shadowing outer local variable - to
./home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/mail-2.5.4/lib/mail/network/delivery_methods/sendmail.rb:53: warning: shadowing outer local variable - to
.............
Finished in 200.938032s, 0.2638 runs/s, 0.3932 assertions/s.
53 runs, 79 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/application/console_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 12287
# Running:
......
Finished in 50.238822s, 0.1194 runs/s, 0.5772 assertions/s.
6 runs, 29 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/application/generators_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 30169
# Running:
./home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/actions/file_manipulation.rb:297: warning: private attribute?
./home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/actions/file_manipulation.rb:297: warning: private attribute?
./home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/actions/file_manipulation.rb:297: warning: private attribute?
./home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/actions/file_manipulation.rb:297: warning: private attribute?
./home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/actions/file_manipulation.rb:297: warning: private attribute?
./home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/actions/file_manipulation.rb:297: warning: private attribute?
./home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/actions/file_manipulation.rb:297: warning: private attribute?
.
Finished in 32.491501s, 0.2462 runs/s, 0.4617 assertions/s.
8 runs, 15 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/application/initializers/frameworks_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 24265
# Running:
..../home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/mail-2.5.4/lib/mail/network/delivery_methods/sendmail.rb:53: warning: shadowing outer local variable - to
...../home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/mail-2.5.4/lib/mail/network/delivery_methods/sendmail.rb:53: warning: shadowing outer local variable - to
..../home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/mail-2.5.4/lib/mail/network/delivery_methods/sendmail.rb:53: warning: shadowing outer local variable - to
./vagrant/rails/activesupport/lib/active_support/dependencies.rb:228: warning: loading in progress, circular require considered harmful - /vagrant/rails/activerecord/lib/active_record/base.rb
from /home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/minitest-5.0.8/lib/minitest.rb:46:in `block in autorun'
from /home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/minitest-5.0.8/lib/minitest.rb:115:in `run'
from /vagrant/rails/activesupport/lib/active_support/test_case.rb:31:in `__run'
from /vagrant/rails/activesupport/lib/active_support/test_case.rb:31:in `map'
from /vagrant/rails/activesupport/lib/active_support/test_case.rb:31:in `block in __run'
from /home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/minitest-5.0.8/lib/minitest.rb:266:in `run'
from /home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/minitest-5.0.8/lib/minitest.rb:285:in `with_info_handler'
from /home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/minitest-5.0.8/lib/minitest.rb:296:in `on_signal'
from /home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/minitest-5.0.8/lib/minitest.rb:267:in `block in run'
from /home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/minitest-5.0.8/lib/minitest.rb:267:in `each'
from /home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/minitest-5.0.8/lib/minitest.rb:268:in `block (2 levels) in run'
from /vagrant/rails/activesupport/lib/active_support/testing/isolation.rb:33:in `run'
from /vagrant/rails/activesupport/lib/active_support/testing/isolation.rb:44:in `run_in_isolation'
from /vagrant/rails/activesupport/lib/active_support/testing/isolation.rb:44:in `fork'
from /vagrant/rails/activesupport/lib/active_support/testing/isolation.rb:46:in `block in run_in_isolation'
from /vagrant/rails/activesupport/lib/active_support/testing/isolation.rb:34:in `block in run'
from /home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/minitest-5.0.8/lib/minitest/test.rb:105:in `run'
from /home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/minitest-5.0.8/lib/minitest/test.rb:280:in `with_info_handler'
from /home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/minitest-5.0.8/lib/minitest.rb:296:in `on_signal'
from /home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/minitest-5.0.8/lib/minitest/test.rb:106:in `block in run'
from /home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/minitest-5.0.8/lib/minitest/test.rb:260:in `time_it'
from /home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/minitest-5.0.8/lib/minitest/test.rb:107:in `block (2 levels) in run'
from /home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/minitest-5.0.8/lib/minitest/test.rb:208:in `capture_exceptions'
from /home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/minitest-5.0.8/lib/minitest/test.rb:110:in `block (3 levels) in run'
from test/application/initializers/frameworks_test.rb:184:in `block in <class:FrameworksTest>'
from /vagrant/rails/activerecord/lib/active_record/base.rb:23:in `<top (required)>'
from /vagrant/rails/activerecord/lib/active_record/base.rb:324:in `<module:ActiveRecord>'
from /vagrant/rails/activesupport/lib/active_support/lazy_load_hooks.rb:44:in `run_load_hooks'
from /vagrant/rails/activesupport/lib/active_support/lazy_load_hooks.rb:44:in `each'
from /vagrant/rails/activesupport/lib/active_support/lazy_load_hooks.rb:45:in `block in run_load_hooks'
from /vagrant/rails/activesupport/lib/active_support/lazy_load_hooks.rb:38:in `execute_hook'
from /vagrant/rails/activesupport/lib/active_support/lazy_load_hooks.rb:38:in `instance_eval'
from /vagrant/rails/activerecord/lib/active_record/railtie.rb:102:in `block (3 levels) in <class:Railtie>'
from /vagrant/rails/activerecord/lib/active_record/migration.rb:810:in `current_version'
from /vagrant/rails/activerecord/lib/active_record/migration.rb:802:in `schema_migrations_table_name'
from /vagrant/rails/activerecord/lib/active_record/schema_migration.rb:3:in `<top (required)>'
from /vagrant/rails/activesupport/lib/active_support/dependencies.rb:228:in `require'
from /vagrant/rails/activesupport/lib/active_support/dependencies.rb:213:in `load_dependency'
from /vagrant/rails/activesupport/lib/active_support/dependencies.rb:228:in `block in require'
from /vagrant/rails/activesupport/lib/active_support/dependencies.rb:228:in `require'
.
Finished in 111.204387s, 0.1349 runs/s, 0.1888 assertions/s.
15 runs, 21 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/application/initializers/hooks_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 5596
# Running:
......
Finished in 28.422759s, 0.2111 runs/s, 0.2463 assertions/s.
6 runs, 7 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/application/initializers/i18n_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 677
# Running:
.............
Finished in 60.535403s, 0.2148 runs/s, 0.2973 assertions/s.
13 runs, 18 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/application/initializers/load_path_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 31287
# Running:
.....
Finished in 22.264936s, 0.2246 runs/s, 0.3593 assertions/s.
5 runs, 8 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/application/initializers/notifications_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 60466
# Running:
.
Finished in 5.144722s, 0.1944 runs/s, 0.5831 assertions/s.
1 runs, 3 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/application/loading_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 52014
# Running:
./tmp/d20130922-17288-1bfiabv/app/config/routes.rb:3: warning: possibly useless use of a constant in void context
/tmp/d20130922-17288-1bfiabv/app/config/routes.rb:3: warning: possibly useless use of a constant in void context
.../tmp/d20130922-17304-ifru89/app/config/routes.rb:4: warning: possibly useless use of a constant in void context
/tmp/d20130922-17304-ifru89/app/config/routes.rb:4: warning: possibly useless use of a constant in void context
........
Finished in 77.547174s, 0.1547 runs/s, 0.2966 assertions/s.
12 runs, 23 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/application/middleware/cache_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 19138
# Running:
........
Finished in 44.951568s, 0.1780 runs/s, 0.6451 assertions/s.
8 runs, 29 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/application/middleware/cookies_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 31344
# Running:
...
Finished in 13.296593s, 0.2256 runs/s, 0.2256 assertions/s.
3 runs, 3 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/application/middleware/exceptions_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 59929
# Running:
.......
Finished in 42.011583s, 0.1666 runs/s, 0.4047 assertions/s.
7 runs, 17 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/application/middleware/remote_ip_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 42899
# Running:
....
Finished in 13.476287s, 0.2968 runs/s, 0.2968 assertions/s.
4 runs, 4 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/application/middleware/sendfile_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 49267
# Running:
....
Finished in 13.783362s, 0.2902 runs/s, 0.3628 assertions/s.
4 runs, 5 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/application/middleware/session_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 51688
# Running:
........
Finished in 39.715640s, 0.2014 runs/s, 0.5791 assertions/s.
8 runs, 23 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/application/middleware/static_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 5776
# Running:
.
Finished in 4.458199s, 0.2243 runs/s, 0.2243 assertions/s.
1 runs, 1 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/application/middleware_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 6773
# Running:
.....................
Finished in 92.497529s, 0.2270 runs/s, 0.4108 assertions/s.
21 runs, 38 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/application/multiple_applications_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 5617
# Running:
...../vagrant/rails/activesupport/lib/active_support/core_ext/class/attribute.rb:78: warning: method redefined; discarding old assets_environment
/vagrant/rails/activesupport/lib/active_support/core_ext/class/attribute.rb:86: warning: previous definition of assets_environment was here
/vagrant/rails/activesupport/lib/active_support/core_ext/class/attribute.rb:79: warning: method redefined; discarding old assets_environment?
/vagrant/rails/activesupport/lib/active_support/core_ext/class/attribute.rb:79: warning: previous definition of assets_environment? was here
/vagrant/rails/activesupport/lib/active_support/core_ext/class/attribute.rb:83: warning: method redefined; discarding old assets_environment=
/vagrant/rails/activesupport/lib/active_support/core_ext/class/attribute.rb:83: warning: previous definition of assets_environment= was here
/vagrant/rails/activesupport/lib/active_support/core_ext/class/attribute.rb:113: warning: method redefined; discarding old assets_environment?
/vagrant/rails/activesupport/lib/active_support/core_ext/class/attribute.rb:113: warning: previous definition of assets_environment? was here
/vagrant/rails/activesupport/lib/active_support/core_ext/class/attribute.rb:116: warning: method redefined; discarding old assets_environment=
/vagrant/rails/activesupport/lib/active_support/core_ext/class/attribute.rb:78: warning: method redefined; discarding old assets_manifest
/vagrant/rails/activesupport/lib/active_support/core_ext/class/attribute.rb:86: warning: previous definition of assets_manifest was here
/vagrant/rails/activesupport/lib/active_support/core_ext/class/attribute.rb:79: warning: method redefined; discarding old assets_manifest?
/vagrant/rails/activesupport/lib/active_support/core_ext/class/attribute.rb:79: warning: previous definition of assets_manifest? was here
/vagrant/rails/activesupport/lib/active_support/core_ext/class/attribute.rb:83: warning: method redefined; discarding old assets_manifest=
/vagrant/rails/activesupport/lib/active_support/core_ext/class/attribute.rb:83: warning: previous definition of assets_manifest= was here
/vagrant/rails/activesupport/lib/active_support/core_ext/class/attribute.rb:113: warning: method redefined; discarding old assets_manifest?
/vagrant/rails/activesupport/lib/active_support/core_ext/class/attribute.rb:113: warning: previous definition of assets_manifest? was here
/vagrant/rails/activesupport/lib/active_support/core_ext/class/attribute.rb:116: warning: method redefined; discarding old assets_manifest=
/vagrant/rails/activesupport/lib/active_support/core_ext/class/attribute.rb:78: warning: method redefined; discarding old assets_prefix
/vagrant/rails/activesupport/lib/active_support/core_ext/class/attribute.rb:86: warning: previous definition of assets_prefix was here
/vagrant/rails/activesupport/lib/active_support/core_ext/class/attribute.rb:79: warning: method redefined; discarding old assets_prefix?
/vagrant/rails/activesupport/lib/active_support/core_ext/class/attribute.rb:79: warning: previous definition of assets_prefix? was here
/vagrant/rails/activesupport/lib/active_support/core_ext/class/attribute.rb:83: warning: method redefined; discarding old assets_prefix=
/vagrant/rails/activesupport/lib/active_support/core_ext/class/attribute.rb:83: warning: previous definition of assets_prefix= was here
/vagrant/rails/activesupport/lib/active_support/core_ext/class/attribute.rb:113: warning: method redefined; discarding old assets_prefix?
/vagrant/rails/activesupport/lib/active_support/core_ext/class/attribute.rb:113: warning: previous definition of assets_prefix? was here
/vagrant/rails/activesupport/lib/active_support/core_ext/class/attribute.rb:116: warning: method redefined; discarding old assets_prefix=
/vagrant/rails/activesupport/lib/active_support/core_ext/class/attribute.rb:78: warning: method redefined; discarding old digest_assets
/vagrant/rails/activesupport/lib/active_support/core_ext/class/attribute.rb:86: warning: previous definition of digest_assets was here
/vagrant/rails/activesupport/lib/active_support/core_ext/class/attribute.rb:79: warning: method redefined; discarding old digest_assets?
/vagrant/rails/activesupport/lib/active_support/core_ext/class/attribute.rb:79: warning: previous definition of digest_assets? was here
/vagrant/rails/activesupport/lib/active_support/core_ext/class/attribute.rb:83: warning: method redefined; discarding old digest_assets=
/vagrant/rails/activesupport/lib/active_support/core_ext/class/attribute.rb:83: warning: previous definition of digest_assets= was here
/vagrant/rails/activesupport/lib/active_support/core_ext/class/attribute.rb:113: warning: method redefined; discarding old digest_assets?
/vagrant/rails/activesupport/lib/active_support/core_ext/class/attribute.rb:113: warning: previous definition of digest_assets? was here
/vagrant/rails/activesupport/lib/active_support/core_ext/class/attribute.rb:116: warning: method redefined; discarding old digest_assets=
/vagrant/rails/activesupport/lib/active_support/core_ext/class/attribute.rb:78: warning: method redefined; discarding old debug_assets
/vagrant/rails/activesupport/lib/active_support/core_ext/class/attribute.rb:86: warning: previous definition of debug_assets was here
/vagrant/rails/activesupport/lib/active_support/core_ext/class/attribute.rb:79: warning: method redefined; discarding old debug_assets?
/vagrant/rails/activesupport/lib/active_support/core_ext/class/attribute.rb:79: warning: previous definition of debug_assets? was here
/vagrant/rails/activesupport/lib/active_support/core_ext/class/attribute.rb:83: warning: method redefined; discarding old debug_assets=
/vagrant/rails/activesupport/lib/active_support/core_ext/class/attribute.rb:83: warning: previous definition of debug_assets= was here
/vagrant/rails/activesupport/lib/active_support/core_ext/class/attribute.rb:113: warning: method redefined; discarding old debug_assets?
/vagrant/rails/activesupport/lib/active_support/core_ext/class/attribute.rb:113: warning: previous definition of debug_assets? was here
/vagrant/rails/activesupport/lib/active_support/core_ext/class/attribute.rb:116: warning: method redefined; discarding old debug_assets=
......
Finished in 51.016580s, 0.2156 runs/s, 0.5292 assertions/s.
11 runs, 27 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/application/paths_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 51078
# Running:
....
Finished in 17.828421s, 0.2244 runs/s, 1.4583 assertions/s.
4 runs, 26 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/application/rack/logger_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 28961
# Running:
....
Finished in 23.457913s, 0.1705 runs/s, 0.3410 assertions/s.
4 runs, 8 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/application/rackup_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 17918
# Running:
....
Finished in 14.217413s, 0.2813 runs/s, 0.4220 assertions/s.
4 runs, 6 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/application/rake/dbs_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 54100
# Running:
...........
Finished in 296.459178s, 0.0371 runs/s, 0.1383 assertions/s.
11 runs, 41 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/application/rake/migrations_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 44901
# Running:
.......
Finished in 300.866537s, 0.0233 runs/s, 0.2426 assertions/s.
7 runs, 73 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/application/rake/notes_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 35191
# Running:
....
Finished in 53.665042s, 0.0745 runs/s, 1.7330 assertions/s.
4 runs, 93 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/application/rake_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 55306
# Running:
.....................
Finished in 291.418912s, 0.0721 runs/s, 0.1476 assertions/s.
21 runs, 43 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/application/rendering_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 1566
# Running:
.
Finished in 5.322060s, 0.1879 runs/s, 0.3758 assertions/s.
1 runs, 2 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/application/routing_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 16802
# Running:
.....................
Finished in 111.039122s, 0.1891 runs/s, 0.3873 assertions/s.
21 runs, 43 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/application/runner_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 7065
# Running:
..........
Finished in 108.082922s, 0.0925 runs/s, 0.1850 assertions/s.
10 runs, 20 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/application/test_runner_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 30374
# Running:
...................
Finished in 336.696069s, 0.0564 runs/s, 0.2970 assertions/s.
19 runs, 100 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/application/test_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 57746
# Running:
..
Finished in 16.464670s, 0.1215 runs/s, 0.1215 assertions/s.
2 runs, 2 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/application/url_generation_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 22603
# Running:
.
Finished in 3.309380s, 0.3022 runs/s, 0.3022 assertions/s.
1 runs, 1 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/backtrace_cleaner_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 32737
# Running:
..
Finished in 0.004638s, 431.2190 runs/s, 431.2190 assertions/s.
2 runs, 2 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/code_statistics_calculator_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 58264
# Running:
..............
Finished in 0.035503s, 394.3305 runs/s, 1098.4922 assertions/s.
14 runs, 39 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/commands/console_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 37018
# Running:
..................
Finished in 0.027302s, 659.2969 runs/s, 3113.3464 assertions/s.
18 runs, 85 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/commands/dbconsole_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 102
# Running:
.....................
Finished in 0.072543s, 289.4824 runs/s, 827.0925 assertions/s.
21 runs, 60 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/commands/server_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 58136
# Running:
.....
Finished in 0.027041s, 184.9018 runs/s, 295.8428 assertions/s.
5 runs, 8 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/configuration/middleware_stack_proxy_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 30477
# Running:
......
Finished in 0.004798s, 1250.6099 runs/s, 0.0000 assertions/s.
6 runs, 0 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/engine_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 4433
# Running:
.
Finished in 0.005153s, 194.0651 runs/s, 194.0651 assertions/s.
1 runs, 1 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/generators/actions_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
test/generators/actions_test.rb:113: warning: unused literal ignored
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/actions/file_manipulation.rb:297: warning: private attribute?
/vagrant/rails/railties/test/generators/generators_test_helper.rb:6: warning: method redefined; discarding old root
/vagrant/rails/railties/lib/rails.rb:48: warning: previous definition of root was here
Run options: --seed 11258
# Running:
................./home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
................
Finished in 11.390454s, 2.8972 runs/s, 6.3211 assertions/s.
33 runs, 72 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/generators/app_generator_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/actions/file_manipulation.rb:297: warning: private attribute?
/vagrant/rails/railties/test/generators/generators_test_helper.rb:6: warning: method redefined; discarding old root
/vagrant/rails/railties/lib/rails.rb:48: warning: previous definition of root was here
Run options: --seed 59793
# Running:
.................../home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
........................................
Finished in 65.843986s, 0.8961 runs/s, 6.0294 assertions/s.
59 runs, 397 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/generators/assets_generator_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/actions/file_manipulation.rb:297: warning: private attribute?
/vagrant/rails/railties/test/generators/generators_test_helper.rb:6: warning: method redefined; discarding old root
/vagrant/rails/railties/lib/rails.rb:48: warning: previous definition of root was here
Run options: --seed 58521
# Running:
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
..
Finished in 0.280915s, 7.1196 runs/s, 14.2392 assertions/s.
2 runs, 4 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/generators/controller_generator_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/actions/file_manipulation.rb:297: warning: private attribute?
/vagrant/rails/railties/test/generators/generators_test_helper.rb:6: warning: method redefined; discarding old root
/vagrant/rails/railties/lib/rails.rb:48: warning: previous definition of root was here
Run options: --seed 51389
# Running:
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
..............
Finished in 5.025341s, 2.7859 runs/s, 6.7657 assertions/s.
14 runs, 34 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/generators/generated_attribute_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/actions/file_manipulation.rb:297: warning: private attribute?
/vagrant/rails/railties/test/generators/generators_test_helper.rb:6: warning: method redefined; discarding old root
/vagrant/rails/railties/lib/rails.rb:48: warning: previous definition of root was here
Run options: --seed 37890
# Running:
...........................
Finished in 0.209146s, 129.0961 runs/s, 234.2856 assertions/s.
27 runs, 49 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/generators/generator_generator_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/actions/file_manipulation.rb:297: warning: private attribute?
/vagrant/rails/railties/test/generators/generators_test_helper.rb:6: warning: method redefined; discarding old root
/vagrant/rails/railties/lib/rails.rb:48: warning: previous definition of root was here
Run options: --seed 64925
# Running:
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
....
Finished in 0.611788s, 6.5382 runs/s, 71.9204 assertions/s.
4 runs, 44 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/generators/helper_generator_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/actions/file_manipulation.rb:297: warning: private attribute?
/vagrant/rails/railties/test/generators/generators_test_helper.rb:6: warning: method redefined; discarding old root
/vagrant/rails/railties/lib/rails.rb:48: warning: previous definition of root was here
Run options: --seed 6350
# Running:
......
Finished in 0.602869s, 9.9524 runs/s, 19.9048 assertions/s.
6 runs, 12 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/generators/integration_test_generator_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/actions/file_manipulation.rb:297: warning: private attribute?
/vagrant/rails/railties/test/generators/generators_test_helper.rb:6: warning: method redefined; discarding old root
/vagrant/rails/railties/lib/rails.rb:48: warning: previous definition of root was here
Run options: --seed 65272
# Running:
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
.
Finished in 0.135713s, 7.3685 runs/s, 22.1054 assertions/s.
1 runs, 3 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/generators/mailer_generator_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/actions/file_manipulation.rb:297: warning: private attribute?
/vagrant/rails/railties/test/generators/generators_test_helper.rb:6: warning: method redefined; discarding old root
/vagrant/rails/railties/lib/rails.rb:48: warning: previous definition of root was here
Run options: --seed 40702
# Running:
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
.........
Finished in 1.486741s, 6.0535 runs/s, 32.9580 assertions/s.
9 runs, 49 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/generators/migration_generator_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/actions/file_manipulation.rb:297: warning: private attribute?
/vagrant/rails/railties/test/generators/generators_test_helper.rb:6: warning: method redefined; discarding old root
/vagrant/rails/railties/lib/rails.rb:48: warning: previous definition of root was here
Run options: --seed 60705
# Running:
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
.................
Finished in 2.118742s, 8.0236 runs/s, 59.9412 assertions/s.
17 runs, 127 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/generators/model_generator_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/actions/file_manipulation.rb:297: warning: private attribute?
/vagrant/rails/railties/test/generators/generators_test_helper.rb:6: warning: method redefined; discarding old root
/vagrant/rails/railties/lib/rails.rb:48: warning: previous definition of root was here
Run options: --seed 49925
# Running:
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
..........................................
Finished in 9.342058s, 4.4958 runs/s, 25.9044 assertions/s.
42 runs, 242 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/generators/named_base_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/actions/file_manipulation.rb:297: warning: private attribute?
/vagrant/rails/railties/test/generators/generators_test_helper.rb:6: warning: method redefined; discarding old root
/vagrant/rails/railties/lib/rails.rb:48: warning: previous definition of root was here
test/generators/named_base_test.rb:8: warning: method redefined; discarding old pluralize_table_names
/vagrant/rails/activesupport/lib/active_support/core_ext/class/attribute.rb:86: warning: previous definition of pluralize_table_names was here
test/generators/named_base_test.rb:8: warning: method redefined; discarding old pluralize_table_names=
/vagrant/rails/activesupport/lib/active_support/core_ext/class/attribute.rb:83: warning: previous definition of pluralize_table_names= was here
Run options: --seed 2004
# Running:
...........
Finished in 0.090091s, 122.0992 runs/s, 554.9962 assertions/s.
11 runs, 50 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/generators/namespaced_generators_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/actions/file_manipulation.rb:297: warning: private attribute?
/vagrant/rails/railties/test/generators/generators_test_helper.rb:6: warning: method redefined; discarding old root
/vagrant/rails/railties/lib/rails.rb:48: warning: previous definition of root was here
Run options: --seed 5558
# Running:
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
........./home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
...../home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
......../home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
......
Finished in 14.589804s, 1.9191 runs/s, 20.6308 assertions/s.
28 runs, 301 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/generators/orm_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/actions/file_manipulation.rb:297: warning: private attribute?
/vagrant/rails/railties/test/generators/generators_test_helper.rb:6: warning: method redefined; discarding old root
/vagrant/rails/railties/lib/rails.rb:48: warning: previous definition of root was here
Run options: --seed 55597
# Running:
...
Finished in 0.929910s, 3.2261 runs/s, 4.3015 assertions/s.
3 runs, 4 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/generators/plugin_generator_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/actions/file_manipulation.rb:297: warning: private attribute?
/vagrant/rails/railties/test/generators/generators_test_helper.rb:6: warning: method redefined; discarding old root
/vagrant/rails/railties/lib/rails.rb:48: warning: previous definition of root was here
Run options: --seed 40926
# Running:
............................remote: Counting objects: 13169, done.
remote: Compressing objects: 100% (8071/8071), done.
remote: Total 13169 (delta 5513), reused 12300 (delta 4717)
Receiving objects: 100% (13169/13169), 2.58 MiB | 135 KiB/s, done.
Resolving deltas: 100% (5513/5513), done.
............................
Finished in 189.573120s, 0.2954 runs/s, 1.4876 assertions/s.
56 runs, 282 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/generators/resource_generator_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/actions/file_manipulation.rb:297: warning: private attribute?
/vagrant/rails/railties/test/generators/generators_test_helper.rb:6: warning: method redefined; discarding old root
/vagrant/rails/railties/lib/rails.rb:48: warning: previous definition of root was here
Run options: --seed 38676
# Running:
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
..........
Finished in 6.810841s, 1.4682 runs/s, 7.9285 assertions/s.
10 runs, 54 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/generators/scaffold_controller_generator_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/actions/file_manipulation.rb:297: warning: private attribute?
/vagrant/rails/railties/test/generators/generators_test_helper.rb:6: warning: method redefined; discarding old root
/vagrant/rails/railties/lib/rails.rb:48: warning: previous definition of root was here
Run options: --seed 12934
# Running:
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
.............
Finished in 5.395605s, 2.4094 runs/s, 17.6069 assertions/s.
13 runs, 95 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/generators/scaffold_generator_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/actions/file_manipulation.rb:297: warning: private attribute?
/vagrant/rails/railties/test/generators/generators_test_helper.rb:6: warning: method redefined; discarding old root
/vagrant/rails/railties/lib/rails.rb:48: warning: previous definition of root was here
Run options: --seed 29157
# Running:
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
..............
Finished in 11.617040s, 1.2051 runs/s, 20.6593 assertions/s.
14 runs, 240 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/generators/task_generator_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/actions/file_manipulation.rb:297: warning: private attribute?
/vagrant/rails/railties/test/generators/generators_test_helper.rb:6: warning: method redefined; discarding old root
/vagrant/rails/railties/lib/rails.rb:48: warning: previous definition of root was here
Run options: --seed 41259
# Running:
.
Finished in 0.125443s, 7.9717 runs/s, 23.9152 assertions/s.
1 runs, 3 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/generators_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/actions/file_manipulation.rb:297: warning: private attribute?
/vagrant/rails/railties/test/generators/generators_test_helper.rb:6: warning: method redefined; discarding old root
/vagrant/rails/railties/lib/rails.rb:48: warning: previous definition of root was here
Run options: --seed 34881
# Running:
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
./home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
../home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
..../home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
..../home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
../home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
......../home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/base.rb:423: warning: instance variable @namespace not initialized
.........
Finished in 4.831142s, 6.2097 runs/s, 13.2474 assertions/s.
30 runs, 64 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/initializable_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 58408
# Running:
...........
Finished in 0.043503s, 252.8537 runs/s, 252.8537 assertions/s.
11 runs, 11 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/paths_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 51776
# Running:
..................................
Finished in 0.068389s, 497.1577 runs/s, 760.3589 assertions/s.
34 runs, 52 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/rack_logger_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 11069
# Running:
..
Finished in 0.006894s, 290.1077 runs/s, 725.2692 assertions/s.
2 runs, 5 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/rails_info_controller_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 59651
# Running:
......
Finished in 1.711022s, 3.5067 runs/s, 3.5067 assertions/s.
6 runs, 6 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/rails_info_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 31547
# Running:
.......
Finished in 1.140392s, 6.1382 runs/s, 11.3996 assertions/s.
7 runs, 13 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/railties/engine_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 58151
# Running:
.............../home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/mail-2.5.4/lib/mail/network/delivery_methods/sendmail.rb:53: warning: shadowing outer local variable - to
..........................
Finished in 247.769217s, 0.1655 runs/s, 0.3552 assertions/s.
41 runs, 88 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/railties/generators_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
/home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/actions/file_manipulation.rb:297: warning: private attribute?
/vagrant/rails/railties/test/generators/generators_test_helper.rb:6: warning: method redefined; discarding old root
/vagrant/rails/railties/lib/rails.rb:48: warning: previous definition of root was here
Run options: --seed 23754
# Running:
.......
Finished in 137.656394s, 0.0509 runs/s, 0.2179 assertions/s.
7 runs, 30 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/railties/mounted_engine_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 47135
# Running:
..
Finished in 10.472688s, 0.1910 runs/s, 1.9097 assertions/s.
2 runs, 20 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/railties/railtie_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 8843
# Running:
...../home/vagrant/.rvm/gems/ruby-2.0.0-p247/gems/thor-0.18.1/lib/thor/actions/file_manipulation.rb:297: warning: private attribute?
..........
Finished in 53.770929s, 0.2790 runs/s, 0.4463 assertions/s.
15 runs, 24 assertions, 0 failures, 0 errors, 0 skips
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -w -Itest:lib:/vagrant/rails/railties/../activesupport/lib:/vagrant/rails/railties/../actionpack/lib:/vagrant/rails/railties/../activemodel/lib test/test_info_test.rb
/home/vagrant/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
Run options: --seed 63156
# Running:
.....
Finished in 0.022999s, 217.3973 runs/s, 652.1919 assertions/s.
5 runs, 15 assertions, 0 failures, 0 errors, 0 skips
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment