hspec-example icon indicating copy to clipboard operation
hspec-example copied to clipboard

A Haskell/Hspec skeleton project

Results 3 hspec-example issues
Sort by recently updated
recently updated
newest added

Before PR: ``` dewi@DewiJones:~/code/hspec-example$ git clean -xdf; stack clean && stack build && stack test ++ pwd + current_dir=/home/dewi/code/hspec-example + [[ /home/dewi/code/hspec-example == \/\m\n\t\/\c* ]] + /usr/bin/git config alias.clean ++...

While trying to replicate this setup in an existing Stack project, I noticed `stack exec sensei test/Spec.hs` fails to find the test modules. Then I noticed that I didn't have...