Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert from "old" bats to bats-core #9

Closed
NicMcPhee opened this issue Dec 3, 2019 · 2 comments
Closed

Convert from "old" bats to bats-core #9

NicMcPhee opened this issue Dec 3, 2019 · 2 comments

Comments

@NicMcPhee
Copy link
Contributor

It looks like the original bats project has been abandoned, the currently active one is bats-core. (See, for example, the bats-core README and this issue on the original bats repo.

Given this, we should probably move the lab over from bats to bats-core, and make any necessary updates to these Practicum labs.

@NicMcPhee
Copy link
Contributor Author

NicMcPhee commented Jul 3, 2020

Following the git submodule approach recommend by the bats-core folks will require that every time a student clones the repo they will need to do:

  • git submodule init
  • git submodule update

to load up the dependencies.

Alternatively, and simpler, git checkout --recurse-submodules will do all this in one step.

@NicMcPhee
Copy link
Contributor Author

Closed by #12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant