Skip to content

Commit

Permalink
Merge branch 'postgres' into simple
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Feb 8, 2015
2 parents 8e80006 + bb7897b commit 8844ec6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PROJECTNAME.cabal
Expand Up @@ -111,7 +111,7 @@ test-suite test

build-depends: base
, PROJECTNAME
, yesod-test >= 1.4.2 && < 1.5
, yesod-test >= 1.4.3 && < 1.5
, yesod-core
, yesod
, hspec >= 2.0.0
Expand Down
2 changes: 1 addition & 1 deletion test/Handler/HomeSpec.hs
Expand Up @@ -12,7 +12,7 @@ spec = withApp $ do
request $ do
setMethod "POST"
setUrl HomeR
addNonce
addToken
fileByLabel "Choose a file" "test/Spec.hs" "text/plain" -- talk about self-reference
byLabel "What's on the file?" "Some Content"

Expand Down

0 comments on commit 8844ec6

Please sign in to comment.