module Test.Hspec.Core.Extension.Spec {-# WARNING "This API is experimental." #-} (
  mapItems
) where

import           Prelude ()

import           Test.Hspec.Core.Spec

mapItems :: (Item a -> Item b) -> SpecWith a -> SpecWith b
mapItems :: forall a b. (Item a -> Item b) -> SpecWith a -> SpecWith b
mapItems = (Item a -> Item b) -> SpecWith a -> SpecWith b
forall a b. (Item a -> Item b) -> SpecWith a -> SpecWith b
mapSpecItem_