Sha256: 222be2a9e03a749193dc666db9c5f7c57d3c87ae492d13776fb4109244055d8c
Contents?: true
Size: 511 Bytes
Versions: 79
Compression:
Stored size: 511 Bytes
Contents
// This file was auto-generated based on version 1.2.0 of the canonical data. module TwoFerTest open FsUnit.Xunit open Xunit open TwoFer [<Fact>] let ``No name given`` () = twoFer None |> should equal "One for you, one for me." [<Fact(Skip = "Remove to run test")>] let ``A name given`` () = twoFer (Some "Alice") |> should equal "One for Alice, one for me." [<Fact(Skip = "Remove to run test")>] let ``Another name given`` () = twoFer (Some "Bob") |> should equal "One for Bob, one for me."
Version data entries
79 entries across 79 versions & 1 rubygems