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 trial

Ruby Build a Todo List Application with Rails 4 Build a Todo List Application with Rails 4 Deleting Todo Lists

Josiah Schaefer
Josiah Schaefer
7,489 Points

Errors with rake

<body>

C:\Users\penna_000\Desktop\RubyOnRailsClass\odot>rake spec
DL is deprecated, please use Fiddle
C:/RailsInstaller/Ruby2.1.0/bin/ruby.exe -S rspec ./spec/controllers/todo_lists_
controller_spec.rb ./spec/features/todo_lists/create_spec.rb ./spec/features/tod
o_lists/destroy_spec.rb ./spec/features/todo_lists/edit_spec.rb ./spec/helpers/t
odo_lists_helper_spec.rb ./spec/models/todo_list_spec.rb ./spec/requests/todo_li
sts_spec.rb ./spec/routing/todo_lists_routing_spec.rb ./spec/views/todo_lists/ed
it.html.erb_spec.rb ./spec/views/todo_lists/index.html.erb_spec.rb ./spec/views/
todo_lists/new.html.erb_spec.rb ./spec/views/todo_lists/show.html.erb_spec.rb
DL is deprecated, please use Fiddle
C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/rspec-core-2.99.2/lib/rspec
/core/formatters/deprecation_formatter.rb:187:in `puts': -----------------------
--------------------------------------------------------- (RSpec::Core::Deprecat
ionError)
The semantics of `RSpec::Core::ExampleGroup.pending` are changing in RSpec 3.
In RSpec 2.x, it caused the example to be skipped. In RSpec 3, the example will
still be run but is expected to fail, and will be marked as a failure (rather
than as pending) if the example passes, just like how `pending` with a block
from within an example already works.

To keep the same skip semantics, change `pending` to `skip`.  Otherwise, if you
want the new RSpec 3 behavior, you can safely ignore this warning and continue
to upgrade to RSpec 3 without addressing it.

Called from C:/Users/penna_000/Desktop/RubyOnRailsClass/odot/spec/helpers/todo_l
ists_helper_spec.rb:14:in `block in <top (required)>'.

--------------------------------------------------------------------------------

        from C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/rspec-core-2.9
9.2/lib/rspec/core/formatters/deprecation_formatter.rb:124:in `print_deprecation
_message'
        from C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/rspec-core-2.9
9.2/lib/rspec/core/formatters/deprecation_formatter.rb:32:in `deprecation'
        from C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/rspec-core-2.9
9.2/lib/rspec/core/reporter.rb:130:in `block in notify'
        from C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/rspec-core-2.9
9.2/lib/rspec/core/reporter.rb:129:in `each'
        from C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/rspec-core-2.9
9.2/lib/rspec/core/reporter.rb:129:in `notify'
        from C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/rspec-core-2.9
9.2/lib/rspec/core/reporter.rb:101:in `deprecation'
        from C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/rspec-core-2.9
9.2/lib/rspec/core/deprecation.rb:20:in `warn_deprecation'
        from C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/rspec-core-2.9
9.2/lib/rspec/core/example_group.rb:77:in `pending'
        from C:/Users/penna_000/Desktop/RubyOnRailsClass/odot/spec/helpers/todo_
lists_helper_spec.rb:14:in `block in <top (required)>'
        from C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/rspec-core-2.9
9.2/lib/rspec/core/example_group.rb:369:in `module_eval'
        from C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/rspec-core-2.9
9.2/lib/rspec/core/example_group.rb:369:in `subclass'
        from C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/rspec-core-2.9
9.2/lib/rspec/core/example_group.rb:342:in `describe'
        from C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/rspec-core-2.9
9.2/lib/rspec/core/dsl.rb:18:in `describe'
        from C:/Users/penna_000/Desktop/RubyOnRailsClass/odot/spec/helpers/todo_
lists_helper_spec.rb:13:in `<top (required)>'
        from C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/activesupport-
4.2.0/lib/active_support/dependencies.rb:268:in `load'
        from C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/activesupport-
4.2.0/lib/active_support/dependencies.rb:268:in `block in load'
        from C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/activesupport-
4.2.0/lib/active_support/dependencies.rb:240:in `load_dependency'
        from C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/activesupport-
4.2.0/lib/active_support/dependencies.rb:268:in `load'
        from C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/rspec-core-2.9
9.2/lib/rspec/core/configuration.rb:1065:in `block in load_spec_files'
        from C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/rspec-core-2.9
9.2/lib/rspec/core/configuration.rb:1065:in `each'
        from C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/rspec-core-2.9
9.2/lib/rspec/core/configuration.rb:1065:in `load_spec_files'
        from C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/rspec-core-2.9
9.2/lib/rspec/core/command_line.rb:18:in `run'
        from C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/rspec-core-2.9
9.2/lib/rspec/core/runner.rb:103:in `run'
        from C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/rspec-core-2.9
9.2/lib/rspec/core/runner.rb:17:in `block in autorun'
C:/RailsInstaller/Ruby2.1.0/bin/ruby.exe -S rspec ./spec/controllers/todo_lists_
controller_spec.rb ./spec/features/todo_lists/create_spec.rb ./spec/features/tod
o_lists/destroy_spec.rb ./spec/features/todo_lists/edit_spec.rb ./spec/helpers/t
odo_lists_helper_spec.rb ./spec/models/todo_list_spec.rb ./spec/requests/todo_li
sts_spec.rb ./spec/routing/todo_lists_routing_spec.rb ./spec/views/todo_lists/ed
it.html.erb_spec.rb ./spec/views/todo_lists/index.html.erb_spec.rb ./spec/views/
todo_lists/new.html.erb_spec.rb ./spec/views/todo_lists/show.html.erb_spec.rb fa
iled

C:\Users\penna_000\Desktop\RubyOnRailsClass\odot>
</body>