rspec
Behavior-driven development testing framework written in Ruby to test Ruby code. More information: <https://rspec.info>.
RUN apt-get update && \
apt-get install -y ruby-rspec-core
RUN apt-get update && \
apt-get install -y ruby-rspec-core
RUN apk add ruby-rspec-core
RUN pacman -S --noconfirm ruby-rspec-core
RUN apt-get update && \
apt-get install -y ruby-rspec-core
RUN dnf install -y ruby-rspec-core
RUN apt-get update && \
apt-get install -y ruby-rspec-core