From e5dc1224796b15b8343494eea3772d47f78c0c0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Lindstr=C3=B6m?= Date: Wed, 27 May 2020 14:41:59 +0700 Subject: [PATCH] Change references for bats to point to bats-core Changed all references to `sstephenson/bats` to `bats-core/bats-core`. Closes #438 --- exercises/hello-world/.meta/hints.md | 10 +++++----- exercises/hello-world/README.md | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/exercises/hello-world/.meta/hints.md b/exercises/hello-world/.meta/hints.md index f31ddab3..48a740d5 100644 --- a/exercises/hello-world/.meta/hints.md +++ b/exercises/hello-world/.meta/hints.md @@ -20,19 +20,19 @@ etc), you probably already have bash. As there isn't much of a bash ecosystem, there also isn't really a de facto leader in the bash testing area. For these examples we are using -[bats](https://github.com/sstephenson/bats). You should be able to +[bats](https://github.com/bats-core/bats-core). You should be able to install it from your favorite package manager, on OS X with homebrew this would look something like this: ``` $ brew install bats ==> Downloading -https://github.com/sstephenson/bats/archive/v0.4.0.tar.gz +https://github.com/bats-core/bats-core/archive/v1.2.0.tar.gz ==> Downloading from -https://codeload.github.com/sstephenson/bats/tar.gz/v0.4.0 +https://codeload.github.com/bats-core/bats-core/tar.gz/v1.2.0 ######################################################################## 100.0% -==> ./install.sh /opt/boxen/homebrew/Cellar/bats/0.4.0 -🍺 /opt/boxen/homebrew/Cellar/bats/0.4.0: 10 files, 60K, built in 2 +==> ./install.sh /opt/boxen/homebrew/Cellar/bats/1.2.0 +🍺 /opt/boxen/homebrew/Cellar/bats/1.2.0: 10 files, 60K, built in 2 seconds ``` diff --git a/exercises/hello-world/README.md b/exercises/hello-world/README.md index 1c2e532d..e615b6a5 100644 --- a/exercises/hello-world/README.md +++ b/exercises/hello-world/README.md @@ -36,20 +36,20 @@ etc), you probably already have bash. As there isn't much of a bash ecosystem, there also isn't really a de facto leader in the bash testing area. For these examples we are using -[bats](https://github.com/sstephenson/bats). You should be able to +[bats](https://github.com/bats-core/bats-core). You should be able to install it from your favorite package manager, on OS X with homebrew this would look something like this: ``` $ brew install bats ==> Downloading -https://github.com/sstephenson/bats/archive/v0.4.0.tar.gz +https://github.com/bats-core/bats-core/archive/v1.2.0.tar.gz ==> Downloading from -https://codeload.github.com/sstephenson/bats/tar.gz/v0.4.0 +https://codeload.github.com/bats-core/bats-core/tar.gz/v1.2.0 ######################################################################## 100.0% -==> ./install.sh /opt/boxen/homebrew/Cellar/bats/0.4.0 -🍺 /opt/boxen/homebrew/Cellar/bats/0.4.0: 10 files, 60K, built in 2 +==> ./install.sh /opt/boxen/homebrew/Cellar/bats/1.2.0 +🍺 /opt/boxen/homebrew/Cellar/bats/1.2.0: 10 files, 60K, built in 2 seconds ```