mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
stupid typos
This commit is contained in:
parent
589ee75168
commit
a92317f0b5
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ class ProjectFromTodoTest < ActiveSupport::TestCase
|
|||
todo = todos(:upgrade_rails)
|
||||
project = ProjectFromTodo.new(todo).create
|
||||
assert_equal project.name, todo.description
|
||||
if project.desription.nil?
|
||||
if project.description.nil?
|
||||
assert_nil todo.notes
|
||||
else
|
||||
assert_equal project.description, todo.notes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue