From 54f7ea19971217ff024861ae821d9df941cb658b Mon Sep 17 00:00:00 2001 From: r00ster <35064754+r00ster91@users.noreply.github.com> Date: Sun, 7 Oct 2018 15:55:29 +0200 Subject: [PATCH] Add specs --- spec/compiler/crystal/tools/init_spec.cr | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec/compiler/crystal/tools/init_spec.cr b/spec/compiler/crystal/tools/init_spec.cr index 83ceb59ea674..ac065d140d42 100644 --- a/spec/compiler/crystal/tools/init_spec.cr +++ b/spec/compiler/crystal/tools/init_spec.cr @@ -99,6 +99,7 @@ dependencies: github: jsmith/example ```}) + readme.should contain(%{and run `shards install`.}) readme.should contain(%{TODO: Write a description here}) readme.should_not contain(%{TODO: Write installation instructions here}) readme.should contain(%{require "example"}) @@ -115,6 +116,7 @@ dependencies: github: jsmith/example ```}) + readme.should_not contain(%{and run `shards install`.}) readme.should contain(%{TODO: Write a description here}) readme.should contain(%{TODO: Write installation instructions here}) readme.should_not contain(%{require "example"})