File: SpecHook.hs

package info (click to toggle)
haskell-hpack 0.38.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 552 kB
  • sloc: haskell: 8,407; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 188 bytes parent folder | download
1
2
3
4
5
6
7
8
{-# LANGUAGE OverloadedStrings #-}
module SpecHook where

import           Test.Hspec
import qualified VCR

hook :: Spec -> Spec
hook = aroundAll_ (VCR.with "test/fixtures/vcr-tape.yaml")