convert_to_should_syntax
context framework for Test::Unit
Install
- All systems
-
curl cmd.cat/convert_to_should_syntax.sh
- Debian
-
apt-get install ruby-shoulda-context
- Ubuntu
-
apt-get install ruby-shoulda-context
- Kali Linux
-
apt-get install ruby-shoulda-context
- Fedora
-
dnf install rubygem-shoulda-context
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ruby-shoulda-context
- Raspbian
-
apt-get install ruby-shoulda-context
- Dockerfile
- dockerfile.run/convert_to_should_syntax
ruby-shoulda-context
context framework for Test::Unit
Shoulda??s contexts make it easy to write understandable and maintainable tests for Test::Unit. It??s fully compatible with your existing tests in Test::Unit, and requires no retooling to use. This package provides shoulda-context, a context framework for Test::Unit that was extracted from (and is used by) shoulda.