cleanup test branch

This commit is contained in:
gregwebs 2012-03-16 21:18:41 -07:00
parent 7803cbb10e
commit 494b2be299
3 changed files with 5 additions and 8 deletions

View File

@ -10,5 +10,4 @@ pkgs=( ./yesod-routes
./yesod-auth
./yesod-sitemap
./yesod-default
./yesod
./yesod-test )
./yesod )

View File

@ -23,10 +23,10 @@ library
build-depends: base >= 4 && < 4.3
build-depends: hxt >= 9.1.6
, parsec >= 2.1 && < 4
, persistent >= 0.7 && < 0.8
, persistent >= 0.8 && < 0.9
, transformers >= 0.2.2 && < 0.3
, wai >= 1.0 && < 1.1
, wai-test >= 1.0 && < 1.1
, wai >= 1.1 && < 1.2
, wai-test >= 1.0 && < 2.0
, network >= 2.2 && < 2.4
, http-types >= 0.6 && < 0.7
, HUnit >= 1.2 && < 1.3

View File

@ -84,9 +84,7 @@ scaffold = do
backendLower = uncapitalize $ show backend
upper = show backend
puts $(codegenDir "input" "use-tests")
useTestsC <- prompt $ flip elem $ [return 'y', return 'n']
let useTests = useTestsC == "y"
let useTests = True
let testsDep = if useTests then ", yesod-test" else ""
let runMigration =