mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-14 16:02:14 +00:00
remove (probably) unused completeDaily code from dailies tests
This commit is contained in:
parent
fd0176f4fc
commit
a53625aafb
1 changed files with 0 additions and 4 deletions
|
|
@ -151,8 +151,6 @@ describe 'daily/weekly that repeats everyday (default)', ->
|
|||
expect(weekly_due_on_start_date).to.be true
|
||||
|
||||
describe 'when startDate is in the past', ->
|
||||
completeDaily = null
|
||||
|
||||
beforeEach ->
|
||||
user = newUser()
|
||||
user.dailys = [
|
||||
|
|
@ -235,8 +233,6 @@ describe 'daily/weekly that repeats everyday (default)', ->
|
|||
expect(box.completed).to.be false
|
||||
|
||||
describe 'when startDate is today', ->
|
||||
completeDaily = null
|
||||
|
||||
beforeEach ->
|
||||
user = newUser()
|
||||
user.dailys = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue