Skip to content

Commit

Permalink
Merge pull request #14 from pikesley/full-api
Browse files Browse the repository at this point in the history
Now with Fish
  • Loading branch information
Sam Pikesley committed Jan 18, 2016
2 parents 11dd5a5 + 4d6be04 commit e995249
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/lookups.yml
Expand Up @@ -23,3 +23,8 @@ snake:
special-fields:
- Eaten
- Food

fish:
url: /fish
title: Fish
repo: pikesley/fish-data
1 change: 1 addition & 0 deletions dump.rdb
@@ -0,0 +1 @@
REDIS0006�ܳC�Z��V
7 changes: 7 additions & 0 deletions spec/javascripts/dashboardSpec.js
Expand Up @@ -30,4 +30,11 @@ describe('dashboard', function () {
})
})
})

describe('latestCell', function() {
it('generates a cell with the latest value', function() {
pending()
expect(latestCell(json)).toEqual()
})
})
})

0 comments on commit e995249

Please sign in to comment.