Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialDavid Ho
1,482 PointsRake Spec ... Error
HI All, I still stuck with this issue even I had upgrade the Rspec Ver. Please help.
位 rake spec DL is deprecated, please use Fiddle C:/Ruby21/bin/ruby.exe -I'C:/Ruby21/lib/ruby/gems/2.1.0/gems/rspec-core-3.2.3/lib';'C:/Ruby21/lib/ruby/gems/2.1.0/gems/rspec-support-3.2.2/lib' 'C:/Ruby21/lib/ruby/gems/2.1.0/gems/rspec-core-3.2.3/exe/rspec' --pattern 'spec/{,/*/}/_spec.rb' DL is deprecated, please use Fiddle *.***************............
Pending: (Failures listed here are expected and do not affect your suite's status)
1) TodoListsController GET #index assigns all todo_lists as @todo_lists # Add a hash of attributes valid for your model # ./spec/controllers/todo_lists_controller_spec.rb:40
2) TodoListsController GET #show assigns the requested todo_list as @todo_list # Add a hash of attributes valid for your model # ./spec/controllers/todo_lists_controller_spec.rb:48
3) TodoListsController GET #edit assigns the requested todo_list as @todo_list # Add a hash of attributes valid for your model # ./spec/controllers/todo_lists_controller_spec.rb:63
4) TodoListsController POST #create with valid params creates a new TodoList # Add a hash of attributes valid for your model # ./spec/controllers/todo_lists_controller_spec.rb:72
5) TodoListsController POST #create with valid params assigns a newly created todo_list as @todo_list # Add a hash of attributes valid for your model # ./spec/controllers/todo_lists_controller_spec.rb:78
6) TodoListsController POST #create with valid params redirects to the created todo_list # Add a hash of attributes valid for your model # ./spec/controllers/todo_lists_controller_spec.rb:84
7) TodoListsController POST #create with invalid params assigns a newly created but unsaved todo_list as @todo_list # Add a hash of attributes invalid for your model # ./spec/controllers/todo_lists_controller_spec.rb:91
8) TodoListsController POST #create with invalid params re-renders the 'new' template # Add a hash of attributes invalid for your model # ./spec/controllers/todo_lists_controller_spec.rb:96
9) TodoListsController PUT #update with valid params updates the requested todo_list # Add a hash of attributes valid for your model # ./spec/controllers/todo_lists_controller_spec.rb:109
10) TodoListsController PUT #update with valid params assigns the requested todo_list as @todo_list # Add a hash of attributes valid for your model # ./spec/controllers/todo_lists_controller_spec.rb:116
11) TodoListsController PUT #update with valid params redirects to the todo_list # Add a hash of attributes valid for your model # ./spec/controllers/todo_lists_controller_spec.rb:122
12) TodoListsController PUT #update with invalid params assigns the todo_list as @todo_list # Add a hash of attributes valid for your model # ./spec/controllers/todo_lists_controller_spec.rb:130
13) TodoListsController PUT #update with invalid params re-renders the 'edit' template # Add a hash of attributes valid for your model # ./spec/controllers/todo_lists_controller_spec.rb:136
14) TodoListsController DELETE #destroy destroys the requested todo_list # Add a hash of attributes valid for your model # ./spec/controllers/todo_lists_controller_spec.rb:145
15) TodoListsController DELETE #destroy redirects to the todo_lists list # Add a hash of attributes valid for your model # ./spec/controllers/todo_lists_controller_spec.rb:152
16) TodoListsHelper add some examples to (or delete) C:/Treehouse/Project/odot/spec/helpers/todo_lists_helper_spec.rb # Not yet implemented # ./spec/helpers/todo_lists_helper_spec.rb:14
17) TodoList add some examples to (or delete) C:/Treehouse/Project/odot/spec/models/todo_list_spec.rb # Not yet implemented # ./spec/models/todo_list_spec.rb:4
Finished in 0.68904 seconds (files took 17.04 seconds to load) 30 examples, 0 failures, 17 pending
1 Answer
Maciej Czuchnowski
36,441 Points30 examples, 0 failures, 17 pending
I don't see any issues, just pending tests that were not written yet. No failures.