Skip to content
This repository was archived by the owner on Mar 16, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion features/backwards.feature
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Feature: Backwards compatibility
When I run `todotxt --file=done`
Then it should pass with exactly:
"""
ERROR: You are using an old config, which has no support for mulitple files. Please update your configuration.
ERROR: You are using an old config, which has no support for multiple files. Please update your configuration.

"""
1 change: 0 additions & 1 deletion features/support/debugger.rb

This file was deleted.

2 changes: 1 addition & 1 deletion lib/todotxt/todolist.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module Todotxt
class TodoList
include Enumerable

attr_reader :todos
attr_accessor :todos

# @INK: refactor TodoList and TodoFile
# So that TodoFile contains all IO ad List is no longer dependent on file.
Expand Down