Created
July 1, 2011 21:13
-
-
Save leemcalilly/1059409 to your computer and use it in GitHub Desktop.
rake errors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[AchieveX] (master) $ rake | |
/Users/lee/.rvm/rubies/ruby-1.9.2-p180/bin/ruby -S bundle exec rspec ./spec/abilities/ability_spec.rb ./spec/controllers/admin/base_controller_spec.rb ./spec/controllers/admin/blog/base_controller_spec.rb ./spec/controllers/admin/blog/comments_controller_spec.rb ./spec/controllers/admin/blog/images_controller_spec.rb ./spec/controllers/admin/blog/posts_controller_spec.rb ./spec/controllers/admin/partner_pages/admins_controller_spec.rb ./spec/controllers/admin/partner_pages_controller_spec.rb ./spec/controllers/autocomplete/blog_tags_controller_spec.rb ./spec/controllers/autocomplete/company_names_controller_spec.rb ./spec/controllers/autocomplete/partner_page_names_controller_spec.rb ./spec/controllers/autocomplete/user_names_controller_spec.rb ./spec/controllers/blog/comments_controller_spec.rb ./spec/controllers/blog/posts_controller_spec.rb ./spec/controllers/events_controller_spec.rb ./spec/controllers/job_titles_controller_spec.rb ./spec/controllers/knowledges_controller_spec.rb ./spec/controllers/memberships_controller_spec.rb ./spec/controllers/partner_pages/admins_controller_spec.rb ./spec/controllers/partner_pages_controller_spec.rb ./spec/controllers/questions_controller_spec.rb ./spec/controllers/registrations_controller_spec.rb ./spec/controllers/settings_controller_spec.rb ./spec/controllers/users_controller_spec.rb ./spec/controllers/welcome_controller_spec.rb ./spec/helpers/application_helper_spec.rb ./spec/helpers/blog/posts_helper_spec.rb ./spec/helpers/knowledges_helper_spec.rb ./spec/helpers/memberships_helper_spec.rb ./spec/helpers/partner_pages_helper_spec.rb ./spec/helpers/registrations_helper_spec.rb ./spec/lib/achieve_next/geocoder_spec.rb ./spec/lib/extensions/devise/models/achieve_next_validatable_spec.rb ./spec/models/address_spec.rb ./spec/models/blog/comment_spec.rb ./spec/models/blog/post_spec.rb ./spec/models/blog_spec.rb ./spec/models/educational_experience_spec.rb ./spec/models/event_spec.rb ./spec/models/job_title_spec.rb ./spec/models/knowledge_spec.rb ./spec/models/partner_page_admin_spec.rb ./spec/models/partner_page_spec.rb ./spec/models/position_spec.rb ./spec/models/question_spec.rb ./spec/models/user_spec.rb ./spec/requests/admin/blog_spec.rb ./spec/requests/admin/partner_pages/admins_spec.rb ./spec/requests/admin/partners_spec.rb ./spec/requests/blog_spec.rb ./spec/requests/events_spec.rb ./spec/requests/knowledges_spec.rb ./spec/requests/partners/partners_admins_spec.rb ./spec/requests/partners_spec.rb ./spec/requests/profiles_spec.rb ./spec/requests/questions_spec.rb ./spec/requests/session_spec.rb ./spec/requests/settings_spec.rb ./spec/requests/welcome_spec.rb | |
DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from searchable at /Users/lee/.rvm/gems/ruby-1.9.2-p180@achievex/bundler/gems/sunspot-1fa3bfe73197/sunspot_rails/lib/sunspot/rails/searchable.rb:70) | |
DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from searchable at /Users/lee/.rvm/gems/ruby-1.9.2-p180@achievex/bundler/gems/sunspot-1fa3bfe73197/sunspot_rails/lib/sunspot/rails/searchable.rb:70) | |
DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from searchable at /Users/lee/.rvm/gems/ruby-1.9.2-p180@achievex/bundler/gems/sunspot-1fa3bfe73197/sunspot_rails/lib/sunspot/rails/searchable.rb:70) | |
DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from searchable at /Users/lee/.rvm/gems/ruby-1.9.2-p180@achievex/bundler/gems/sunspot-1fa3bfe73197/sunspot_rails/lib/sunspot/rails/searchable.rb:70) | |
DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from searchable at /Users/lee/.rvm/gems/ruby-1.9.2-p180@achievex/bundler/gems/sunspot-1fa3bfe73197/sunspot_rails/lib/sunspot/rails/searchable.rb:70) | |
DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from searchable at /Users/lee/.rvm/gems/ruby-1.9.2-p180@achievex/bundler/gems/sunspot-1fa3bfe73197/sunspot_rails/lib/sunspot/rails/searchable.rb:70) | |
DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from searchable at /Users/lee/.rvm/gems/ruby-1.9.2-p180@achievex/bundler/gems/sunspot-1fa3bfe73197/sunspot_rails/lib/sunspot/rails/searchable.rb:70) | |
DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from searchable at /Users/lee/.rvm/gems/ruby-1.9.2-p180@achievex/bundler/gems/sunspot-1fa3bfe73197/sunspot_rails/lib/sunspot/rails/searchable.rb:70) | |
DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from searchable at /Users/lee/.rvm/gems/ruby-1.9.2-p180@achievex/bundler/gems/sunspot-1fa3bfe73197/sunspot_rails/lib/sunspot/rails/searchable.rb:70) | |
DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from searchable at /Users/lee/.rvm/gems/ruby-1.9.2-p180@achievex/bundler/gems/sunspot-1fa3bfe73197/sunspot_rails/lib/sunspot/rails/searchable.rb:70) | |
1) KnowledgesController GET :show rendering should render a different template for each type of knowledge | |
Failure/Error: get :show, :id => knowledge.id | |
undefined method `model_name' for NilClass:Class | |
undefined method `model_name' for NilClass:Class | |
# ./app/views/knowledges/_complementary_content.html.erb:4:in `_app_views_knowledges__complementary_content_html_erb___3853862035594235085_2218304260' | |
# ./app/views/application/_complementary.html.erb:2:in `_app_views_application__complementary_html_erb__2126595660823751614_2218316420' | |
# ./app/views/layouts/application.html.erb:22:in `_app_views_layouts_application_html_erb__3063009656229328126_2217082840' | |
# ./spec/controllers/knowledges_controller_spec.rb:90:in `block (5 levels) in <top (required)>' | |
# ./spec/controllers/knowledges_controller_spec.rb:88:in `each' | |
# ./spec/controllers/knowledges_controller_spec.rb:88:in `block (4 levels) in <top (required)>' | |
2) Events GET /events/the-event should properly route to /events/the-event | |
Failure/Error: visit event_path(event.reload.friendly_id) | |
undefined method `model_name' for NilClass:Class | |
undefined method `model_name' for NilClass:Class | |
# ./app/views/events/_complementary_content.html.erb:4:in `_app_views_events__complementary_content_html_erb___478265096179431265_2225993820' | |
# ./app/views/application/_complementary.html.erb:2:in `_app_views_application__complementary_html_erb__2126595660823751614_2218316420' | |
# ./app/views/layouts/application.html.erb:22:in `_app_views_layouts_application_html_erb__3063009656229328126_2217082840' | |
# ./spec/requests/events_spec.rb:55:in `block (3 levels) in <top (required)>' | |
3) Events GET /events/the-event should show the event's information | |
Failure/Error: visit event_path(event) | |
undefined method `model_name' for NilClass:Class | |
undefined method `model_name' for NilClass:Class | |
# ./app/views/events/_complementary_content.html.erb:4:in `_app_views_events__complementary_content_html_erb___478265096179431265_2225993820' | |
# ./app/views/application/_complementary.html.erb:2:in `_app_views_application__complementary_html_erb__2126595660823751614_2218316420' | |
# ./app/views/layouts/application.html.erb:22:in `_app_views_layouts_application_html_erb__3063009656229328126_2217082840' | |
# ./spec/requests/events_spec.rb:73:in `block (3 levels) in <top (required)>' | |
4) Knowledges GET /knowledge/yours should properly route to /knowledge/yours | |
Failure/Error: visit yours_knowledges_path | |
undefined method `model_name' for NilClass:Class | |
undefined method `model_name' for NilClass:Class | |
# ./app/views/knowledges/_complementary_content.html.erb:4:in `_app_views_knowledges__complementary_content_html_erb___3853862035594235085_2218304260' | |
# ./app/views/application/_complementary.html.erb:2:in `_app_views_application__complementary_html_erb__2126595660823751614_2218316420' | |
# ./app/views/layouts/application.html.erb:22:in `_app_views_layouts_application_html_erb__3063009656229328126_2217082840' | |
# ./spec/requests/knowledges_spec.rb:17:in `block (3 levels) in <top (required)>' | |
5) Knowledges GET /knowledge/yours should only show display the knowledges the user has created | |
Failure/Error: visit yours_knowledges_path | |
undefined method `model_name' for NilClass:Class | |
undefined method `model_name' for NilClass:Class | |
# ./app/views/knowledges/_complementary_content.html.erb:4:in `_app_views_knowledges__complementary_content_html_erb___3853862035594235085_2218304260' | |
# ./app/views/application/_complementary.html.erb:2:in `_app_views_application__complementary_html_erb__2126595660823751614_2218316420' | |
# ./app/views/layouts/application.html.erb:22:in `_app_views_layouts_application_html_erb__3063009656229328126_2217082840' | |
# ./spec/requests/knowledges_spec.rb:24:in `block (3 levels) in <top (required)>' | |
6) Knowledges GET /knowledge/new should properly route to /knowledge/new | |
Failure/Error: visit new_knowledge_path | |
undefined method `model_name' for NilClass:Class | |
undefined method `model_name' for NilClass:Class | |
# ./app/views/knowledges/_complementary_content.html.erb:4:in `_app_views_knowledges__complementary_content_html_erb___3853862035594235085_2218304260' | |
# ./app/views/application/_complementary.html.erb:2:in `_app_views_application__complementary_html_erb__2126595660823751614_2218316420' | |
# ./app/views/layouts/application.html.erb:22:in `_app_views_layouts_application_html_erb__3063009656229328126_2217082840' | |
# ./spec/requests/knowledges_spec.rb:34:in `block (3 levels) in <top (required)>' | |
7) Knowledges GET /knowledge/new should show the the new form | |
Failure/Error: within("#new_knowledge") do | |
Unable to find '#new_knowledge' | |
# ./spec/requests/knowledges_spec.rb:39:in `block (3 levels) in <top (required)>' | |
8) Knowledges GET /knowledge/:id text-type should render the template without escaping the HTML content | |
Failure/Error: visit knowledge_path(@knowledge) | |
undefined method `model_name' for NilClass:Class | |
undefined method `model_name' for NilClass:Class | |
# ./app/views/knowledges/_complementary_content.html.erb:4:in `_app_views_knowledges__complementary_content_html_erb___3853862035594235085_2218304260' | |
# ./app/views/application/_complementary.html.erb:2:in `_app_views_application__complementary_html_erb__2126595660823751614_2218316420' | |
# ./app/views/layouts/application.html.erb:22:in `_app_views_layouts_application_html_erb__3063009656229328126_2217082840' | |
# ./spec/requests/knowledges_spec.rb:55:in `block (4 levels) in <top (required)>' | |
9) Knowledges GET /knowledge/:id/edit should properly route to /knowledge/:id/edit | |
Failure/Error: visit edit_knowledge_path(@knowledge) | |
undefined method `model_name' for NilClass:Class | |
undefined method `model_name' for NilClass:Class | |
# ./app/views/knowledges/_complementary_content.html.erb:4:in `_app_views_knowledges__complementary_content_html_erb___3853862035594235085_2218304260' | |
# ./app/views/application/_complementary.html.erb:2:in `_app_views_application__complementary_html_erb__2126595660823751614_2218316420' | |
# ./app/views/layouts/application.html.erb:22:in `_app_views_layouts_application_html_erb__3063009656229328126_2217082840' | |
# ./spec/requests/knowledges_spec.rb:69:in `block (3 levels) in <top (required)>' | |
10) Knowledges GET /knowledge/:id/edit should show the the edit form | |
Failure/Error: within(".edit_knowledge") do | |
Unable to find '.edit_knowledge' | |
# ./spec/requests/knowledges_spec.rb:74:in `block (3 levels) in <top (required)>' | |
11) Knowledges POST /knowledge should create a new knowledge | |
Failure/Error: visit new_knowledge_path | |
undefined method `model_name' for NilClass:Class | |
undefined method `model_name' for NilClass:Class | |
# ./app/views/knowledges/_complementary_content.html.erb:4:in `_app_views_knowledges__complementary_content_html_erb___3853862035594235085_2218304260' | |
# ./app/views/application/_complementary.html.erb:2:in `_app_views_application__complementary_html_erb__2126595660823751614_2218316420' | |
# ./app/views/layouts/application.html.erb:22:in `_app_views_layouts_application_html_erb__3063009656229328126_2217082840' | |
# ./spec/requests/knowledges_spec.rb:86:in `block (3 levels) in <top (required)>' | |
12) Knowledges POST /knowledge should show errors if the request is invalid | |
Failure/Error: visit new_knowledge_path | |
undefined method `model_name' for NilClass:Class | |
undefined method `model_name' for NilClass:Class | |
# ./app/views/knowledges/_complementary_content.html.erb:4:in `_app_views_knowledges__complementary_content_html_erb___3853862035594235085_2218304260' | |
# ./app/views/application/_complementary.html.erb:2:in `_app_views_application__complementary_html_erb__2126595660823751614_2218316420' | |
# ./app/views/layouts/application.html.erb:22:in `_app_views_layouts_application_html_erb__3063009656229328126_2217082840' | |
# ./spec/requests/knowledges_spec.rb:86:in `block (3 levels) in <top (required)>' | |
13) Questions GET /knowledge/new should properly route to /questions/new | |
Failure/Error: visit new_question_path | |
undefined method `model_name' for NilClass:Class | |
undefined method `model_name' for NilClass:Class | |
# ./app/views/questions/_complementary_content.html.erb:4:in `_app_views_questions__complementary_content_html_erb___2473875787834805064_2240684160' | |
# ./app/views/application/_complementary.html.erb:2:in `_app_views_application__complementary_html_erb__2126595660823751614_2218316420' | |
# ./app/views/layouts/application.html.erb:22:in `_app_views_layouts_application_html_erb__3063009656229328126_2217082840' | |
# ./spec/requests/questions_spec.rb:17:in `block (3 levels) in <top (required)>' | |
14) Questions GET /knowledge/new should show the the new form | |
Failure/Error: within("#new_question") do | |
Unable to find '#new_question' | |
# ./spec/requests/questions_spec.rb:22:in `block (3 levels) in <top (required)>' | |
15) Questions GET /questions/:id should properly route to /questions/:id | |
Failure/Error: visit question_path(@question) | |
undefined method `model_name' for NilClass:Class | |
undefined method `model_name' for NilClass:Class | |
# ./app/views/questions/_complementary_content.html.erb:4:in `_app_views_questions__complementary_content_html_erb___2473875787834805064_2240684160' | |
# ./app/views/application/_complementary.html.erb:2:in `_app_views_application__complementary_html_erb__2126595660823751614_2218316420' | |
# ./app/views/layouts/application.html.erb:22:in `_app_views_layouts_application_html_erb__3063009656229328126_2217082840' | |
# ./spec/requests/questions_spec.rb:35:in `block (3 levels) in <top (required)>' | |
16) Questions GET /questions/:id should have the question title | |
Failure/Error: visit question_path(@question) | |
undefined method `model_name' for NilClass:Class | |
undefined method `model_name' for NilClass:Class | |
# ./app/views/questions/_complementary_content.html.erb:4:in `_app_views_questions__complementary_content_html_erb___2473875787834805064_2240684160' | |
# ./app/views/application/_complementary.html.erb:2:in `_app_views_application__complementary_html_erb__2126595660823751614_2218316420' | |
# ./app/views/layouts/application.html.erb:22:in `_app_views_layouts_application_html_erb__3063009656229328126_2217082840' | |
# ./spec/requests/questions_spec.rb:40:in `block (3 levels) in <top (required)>' | |
17) Questions GET /questions/:id/edit should properly route to /questions/:id/edit | |
Failure/Error: visit edit_question_path(@question) | |
undefined method `model_name' for NilClass:Class | |
undefined method `model_name' for NilClass:Class | |
# ./app/views/questions/_complementary_content.html.erb:4:in `_app_views_questions__complementary_content_html_erb___2473875787834805064_2240684160' | |
# ./app/views/application/_complementary.html.erb:2:in `_app_views_application__complementary_html_erb__2126595660823751614_2218316420' | |
# ./app/views/layouts/application.html.erb:22:in `_app_views_layouts_application_html_erb__3063009656229328126_2217082840' | |
# ./spec/requests/questions_spec.rb:53:in `block (3 levels) in <top (required)>' | |
18) Questions GET /questions/:id/edit should show the the edit form | |
Failure/Error: within(".edit_question") do | |
Unable to find '.edit_question' | |
# ./spec/requests/questions_spec.rb:58:in `block (3 levels) in <top (required)>' | |
19) Questions POST /questions should create a new question | |
Failure/Error: visit new_question_path | |
undefined method `model_name' for NilClass:Class | |
undefined method `model_name' for NilClass:Class | |
# ./app/views/questions/_complementary_content.html.erb:4:in `_app_views_questions__complementary_content_html_erb___2473875787834805064_2240684160' | |
# ./app/views/application/_complementary.html.erb:2:in `_app_views_application__complementary_html_erb__2126595660823751614_2218316420' | |
# ./app/views/layouts/application.html.erb:22:in `_app_views_layouts_application_html_erb__3063009656229328126_2217082840' | |
# ./spec/requests/questions_spec.rb:68:in `block (3 levels) in <top (required)>' | |
20) Questions POST /questions should show errors if the request is invalid | |
Failure/Error: visit new_question_path | |
undefined method `model_name' for NilClass:Class | |
undefined method `model_name' for NilClass:Class | |
# ./app/views/questions/_complementary_content.html.erb:4:in `_app_views_questions__complementary_content_html_erb___2473875787834805064_2240684160' | |
# ./app/views/application/_complementary.html.erb:2:in `_app_views_application__complementary_html_erb__2126595660823751614_2218316420' | |
# ./app/views/layouts/application.html.erb:22:in `_app_views_layouts_application_html_erb__3063009656229328126_2217082840' | |
# ./spec/requests/questions_spec.rb:68:in `block (3 levels) in <top (required)>' | |
496/496: 100% |==========================================| Time: 00:01:24 | |
Pending: | |
Blog::Post slug should have an author name | |
# author name | |
# ./spec/models/blog/post_spec.rb:68 | |
PartnerPage class methods self.search(opts) should find partner pages by either occurrences on the title or name | |
# special search for partner_pages#index | |
# ./spec/models/partner_page_spec.rb:178 | |
Events GET /events should show the events a user have attended | |
# implement events you've attended | |
# ./spec/requests/events_spec.rb:47 | |
Welcomes GET /welcome should dinamically show your membership information | |
# should be implemented when we get the memberships working | |
# ./spec/requests/welcome_spec.rb:30 | |
Finished in 84.82 seconds | |
496 examples, 20 failures, 4 pending | |
Failed examples: | |
rspec ./spec/controllers/knowledges_controller_spec.rb:86 # KnowledgesController GET :show rendering should render a different template for each type of knowledge | |
rspec ./spec/requests/events_spec.rb:53 # Events GET /events/the-event should properly route to /events/the-event | |
rspec ./spec/requests/events_spec.rb:59 # Events GET /events/the-event should show the event's information | |
rspec ./spec/requests/knowledges_spec.rb:16 # Knowledges GET /knowledge/yours should properly route to /knowledge/yours | |
rspec ./spec/requests/knowledges_spec.rb:21 # Knowledges GET /knowledge/yours should only show display the knowledges the user has created | |
rspec ./spec/requests/knowledges_spec.rb:33 # Knowledges GET /knowledge/new should properly route to /knowledge/new | |
rspec ./spec/requests/knowledges_spec.rb:38 # Knowledges GET /knowledge/new should show the the new form | |
rspec ./spec/requests/knowledges_spec.rb:54 # Knowledges GET /knowledge/:id text-type should render the template without escaping the HTML content | |
rspec ./spec/requests/knowledges_spec.rb:68 # Knowledges GET /knowledge/:id/edit should properly route to /knowledge/:id/edit | |
rspec ./spec/requests/knowledges_spec.rb:73 # Knowledges GET /knowledge/:id/edit should show the the edit form | |
rspec ./spec/requests/knowledges_spec.rb:89 # Knowledges POST /knowledge should create a new knowledge | |
rspec ./spec/requests/knowledges_spec.rb:97 # Knowledges POST /knowledge should show errors if the request is invalid | |
rspec ./spec/requests/questions_spec.rb:16 # Questions GET /knowledge/new should properly route to /questions/new | |
rspec ./spec/requests/questions_spec.rb:21 # Questions GET /knowledge/new should show the the new form | |
rspec ./spec/requests/questions_spec.rb:34 # Questions GET /questions/:id should properly route to /questions/:id | |
rspec ./spec/requests/questions_spec.rb:39 # Questions GET /questions/:id should have the question title | |
rspec ./spec/requests/questions_spec.rb:52 # Questions GET /questions/:id/edit should properly route to /questions/:id/edit | |
rspec ./spec/requests/questions_spec.rb:57 # Questions GET /questions/:id/edit should show the the edit form | |
rspec ./spec/requests/questions_spec.rb:71 # Questions POST /questions should create a new question | |
rspec ./spec/requests/questions_spec.rb:79 # Questions POST /questions should show errors if the request is invalid | |
rake aborted! | |
ruby -S bundle exec rspec ./spec/abilities/ability_spec.rb ./spec/controllers/admin/base_controller_spec.rb ./spec/controllers/admin/blog/base_controller_spec.rb ./spec/controllers/admin/blog/comments_controller_spec.rb ./spec/controllers/admin/blog/images_controller_spec.rb ./spec/controllers/admin/blog/posts_controller_spec.rb ./spec/controllers/admin/partner_pages/admins_controller_spec.rb ./spec/controllers/admin/partner_pages_controller_spec.rb ./spec/controllers/autocomplete/blog_tags_controller_spec.rb ./spec/controllers/autocomplete/company_names_controller_spec.rb ./spec/controllers/autocomplete/partner_page_names_controller_spec.rb ./spec/controllers/autocomplete/user_names_controller_spec.rb ./spec/controllers/blog/comments_controller_spec.rb ./spec/controllers/blog/posts_controller_spec.rb ./spec/controllers/events_controller_spec.rb ./spec/controllers/job_titles_controller_spec.rb ./spec/controllers/knowledges_controller_spec.rb ./spec/controllers/memberships_controller_spec.rb ./spec/controllers/partner_pages/admins_controller_spec.rb ./spec/controllers/partner_pages_controller_spec.rb ./spec/controllers/questions_controller_spec.rb ./spec/controllers/registrations_controller_spec.rb ./spec/controllers/settings_controller_spec.rb ./spec/controllers/users_controller_spec.rb ./spec/controllers/welcome_controller_spec.rb ./spec/helpers/application_helper_spec.rb ./spec/helpers/blog/posts_helper_spec.rb ./spec/helpers/knowledges_helper_spec.rb ./spec/helpers/memberships_helper_spec.rb ./spec/helpers/partner_pages_helper_spec.rb ./spec/helpers/registrations_helper_spec.rb ./spec/lib/achieve_next/geocoder_spec.rb ./spec/lib/extensions/devise/models/achieve_next_validatable_spec.rb ./spec/models/address_spec.rb ./spec/models/blog/comment_spec.rb ./spec/models/blog/post_spec.rb ./spec/models/blog_spec.rb ./spec/models/educational_experience_spec.rb ./spec/models/event_spec.rb ./spec/models/job_title_spec.rb ./spec/models/knowledge_spec.rb ./spec/models/partner_page_admin_spec.rb ./spec/models/partner_page_spec.rb ./spec/models/position_spec.rb ./spec/models/question_spec.rb ./spec/models/user_spec.rb ./spec/requests/admin/blog_spec.rb ./spec/requests/admin/partner_pages/admins_spec.rb ./spec/requests/admin/partners_spec.rb ./spec/requests/blog_spec.rb ./spec/requests/events_spec.rb ./spec/requests/knowledges_spec.rb ./spec/requests/partners/partners_admins_spec.rb ./spec/requests/partners_spec.rb ./spec/requests/profiles_spec.rb ./spec/requests/questions_spec.rb ./spec/requests/session_spec.rb ./spec/requests/settings_spec.rb ./spec/requests/welcome_spec.rb failed | |
Tasks: TOP => default => spec | |
(See full trace by running task with --trace) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment