Skip to content

Commit

Permalink
Add specs
Browse files Browse the repository at this point in the history
  • Loading branch information
wooster0 authored Oct 7, 2018
1 parent a144561 commit 54f7ea1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/compiler/crystal/tools/init_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -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"})
Expand All @@ -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"})
Expand Down

0 comments on commit 54f7ea1

Please sign in to comment.