This commit is contained in:
Rohan Mitchell
2015-07-03 10:46:31 +10:00
parent 5f8826533d
commit e5c42c0e54

View File

@@ -1,12 +1,8 @@
describe 'filtering by active', ->
filterByActive = null
objects = [
{
active: true
}
{
active: false
}
{active: true}
{active: false}
]