specrb
Ruby library providing behaviour driven development interface for Test::Unit
Install
- All systems
-
curl cmd.cat/specrb.sh
- Debian
-
apt-get install ruby-test-spec - Ubuntu
-
apt-get install ruby-test-spec - Kali Linux
-
apt-get install ruby-test-spec - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install ruby-test-spec - Raspbian
-
apt-get install ruby-test-spec
ruby-test-spec
Ruby library providing behaviour driven development interface for Test::Unit
The test/spec library layers an RSpec-inspired interface on top of Test::Unit, so you can mix test-driven and behavior-driven development. test/spec is a clean-room implementation that maps most kinds of Test::Unit assertions to a `should'-like syntax.