fix deletes again (reloading issues this time)
This commit is contained in:
@ -16,7 +16,7 @@ module Merged
|
||||
section = first.section
|
||||
index = first.index
|
||||
first.delete_and_reset_index
|
||||
assert_equal index , section.cards.second.index
|
||||
assert_equal index , section.cards.first.index
|
||||
end
|
||||
|
||||
def test_adds
|
||||
@ -25,6 +25,5 @@ module Merged
|
||||
assert_equal "NEW" , card.header
|
||||
end
|
||||
|
||||
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user