Skip to content

Commit

Permalink
spec: Don't require IMGFLO_{KEY,SECRET} envvars
Browse files Browse the repository at this point in the history
Fixes #4
  • Loading branch information
jonnor committed Nov 3, 2015
1 parent 63b168a commit 5aea690
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/rig.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ describe 'Responsive image generator', ->

config:
server: 'https://imgflo.herokuapp.com/'
key: process.env.IMGFLO_KEY
secret: process.env.IMGFLO_SECRET
key: 'key'
secret: 'secret'

graph: "passthrough"

Expand Down

0 comments on commit 5aea690

Please sign in to comment.