You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although we brew install bats-aassert bats-file we don't actually load them properly, so they're not available for use. brew info bats-assert for example tells us:
==> Caveats
To load the bats-assert lib in your bats test:
load '/home/linuxbrew/.linuxbrew/lib/bats-support/load.bash'
load '/home/linuxbrew/.linuxbrew/lib/bats-assert/load.bash'
==> Caveats
To load the bats-file lib in your bats test:
load '/home/linuxbrew/.linuxbrew/lib/bats-support/load.bash'
load '/home/linuxbrew/.linuxbrew/lib/bats-file/load.bash'
The text was updated successfully, but these errors were encountered:
Although we
brew install bats-aassert bats-file
we don't actually load them properly, so they're not available for use.brew info bats-assert
for example tells us:The text was updated successfully, but these errors were encountered: