Hi,
I'd like to present ShellSpec at the local small Chaos Computer Club meetup where I live, some time soon.
From my work account @robert-gurol-signavio, I could integrate some 2 features this year, taking ShellSpec tests a bit closer to a natural-language read.
To use those newest features, it takes these steps:
$ git clone git@github.com:shellspec/shellspec.git
$ make install PREFIX=$HOME
However, I don't know if everyone has make installed + working (e.g. Windows + Git Bash may not have it on board) - I would like to have people use a released version, so they can just
curl -fsSL https://git.io/shellspec | sh
... as described here in the docs.
Also, I'm not 100% sure about how things work out for Mac users, so it would be great if people could just do the homebrew install of the latest version as described here in he docs.
Is a release planned for the near future?
If some bits are missing, I'd gladly have a look at these issues and see if I can put in some work to speed things up 🙂
Hi,
I'd like to present ShellSpec at the local small Chaos Computer Club meetup where I live, some time soon.
From my work account @robert-gurol-signavio, I could integrate some 2 features this year, taking ShellSpec tests a bit closer to a natural-language read.
To use those newest features, it takes these steps:
However, I don't know if everyone has make installed + working (e.g. Windows + Git Bash may not have it on board) - I would like to have people use a released version, so they can just
... as described here in the docs.
Also, I'm not 100% sure about how things work out for Mac users, so it would be great if people could just do the homebrew install of the latest version as described here in he docs.
Is a release planned for the near future?
If some bits are missing, I'd gladly have a look at these issues and see if I can put in some work to speed things up 🙂