Skip to content

Commit

Permalink
Merge commit '355c1cab8e13860143877aeb7b7067bf40478a5e'
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-tihon committed Oct 8, 2018
2 parents 3148db1 + 355c1ca commit 5467e87
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/content/MbUnit.fsx
Expand Up @@ -82,7 +82,7 @@ module ``LightBulb Tests`` =
(**
BowlingGame
---------
Thanks to `Keith Nicholas` and `Julian` from hubFS for [this example](http://cs.hubfs.net/forums/thread/3938.aspx)!
Thanks to `Keith Nicholas` and `Julian` from hubFS for this example!
*)
module ``BowlingGame A game of bowling`` =
open MbUnit.Framework
Expand Down Expand Up @@ -138,4 +138,4 @@ module ``BowlingGame A game of bowling`` =

[<Test>]
let ``that looks like an average bowler's game should get the expected score (example game).`` () =
scoreBowls [1;4;4;5;6;4;5;5;10;0;1;7;3;6;4;10;2;8;6] |> should equal 133
scoreBowls [1;4;4;5;6;4;5;5;10;0;1;7;3;6;4;10;2;8;6] |> should equal 133
4 changes: 2 additions & 2 deletions docs/content/MsTest.fsx
Expand Up @@ -82,7 +82,7 @@ module ``LightBulb Tests`` =
(**
BowlingGame
---------
Thanks to `Keith Nicholas` and `Julian` from hubFS for [this example](http://cs.hubfs.net/forums/thread/3938.aspx)!
Thanks to `Keith Nicholas` and `Julian` from hubFS for this example!
*)
module ``BowlingGame A game of bowling`` =
open Microsoft.VisualStudio.TestTools.UnitTesting
Expand Down Expand Up @@ -138,4 +138,4 @@ module ``BowlingGame A game of bowling`` =

[<TestMethod>]
let ``that looks like an average bowler's game should get the expected score (example game).`` () =
scoreBowls [1;4;4;5;6;4;5;5;10;0;1;7;3;6;4;10;2;8;6] |> should equal 133
scoreBowls [1;4;4;5;6;4;5;5;10;0;1;7;3;6;4;10;2;8;6] |> should equal 133
4 changes: 2 additions & 2 deletions docs/content/NUnit.fsx
Expand Up @@ -92,7 +92,7 @@ module ``LightBulb Tests`` =
(**
BowlingGame
---------
Thanks to `Keith Nicholas` and `Julian` from hubFS for [this example](http://cs.hubfs.net/forums/thread/3938.aspx)!
Thanks to `Keith Nicholas` and `Julian` from hubFS for this example!
*)
module ``BowlingGame A game of bowling`` =
open NUnit.Framework
Expand Down Expand Up @@ -152,4 +152,4 @@ module ``BowlingGame A game of bowling`` =

(**
Note: NUnit can also be utilized without specifying a type as in the examples for MbUnit and xUnit
*)
*)
4 changes: 2 additions & 2 deletions docs/content/xUnit.fsx
Expand Up @@ -80,7 +80,7 @@ module ``LightBulb Tests`` =
(**
BowlingGame
---------
Thanks to `Keith Nicholas` and `Julian` from hubFS for [this example](http://cs.hubfs.net/forums/thread/3938.aspx)!
Thanks to `Keith Nicholas` and `Julian` from hubFS for this example!
*)
module ``BowlingGame A game of bowling`` =
open Xunit
Expand Down Expand Up @@ -136,4 +136,4 @@ module ``BowlingGame A game of bowling`` =

[<Fact>]
let ``that looks like an average bowler's game should get the expected score (example game).`` () =
scoreBowls [1;4;4;5;6;4;5;5;10;0;1;7;3;6;4;10;2;8;6] |> should equal 133
scoreBowls [1;4;4;5;6;4;5;5;10;0;1;7;3;6;4;10;2;8;6] |> should equal 133

0 comments on commit 5467e87

Please sign in to comment.