more updates
This commit is contained in:
parent
46d9cfd81e
commit
4b91f54e3e
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ module TestImport
|
|||
|
||||
import Application (makeFoundation)
|
||||
import ClassyPrelude as X hiding (Handler)
|
||||
import Database.Persist as X hiding (get)
|
||||
import Database.Persist as X hiding (get, delete, deleteBy)
|
||||
import Database.Persist.Sql (SqlPersistM, runSqlPersistMPool)
|
||||
import Foundation as X
|
||||
import Model as X
|
||||
|
|
Loading…
Reference in a new issue