Constant project_init::includes::TEST [] [src]

pub const TEST: &'static str = "import           Lib\nimport           Test.Hspec\n\nmain :: IO ()\nmain = hspec $\n    describe \"head\" $\n        parallel $ it \"gets the head of an infinite list\" $\n            head [1..] `shouldBe` 1\n"