RSpec command line
Given we have the following Person class: class Persondef initialize(age:)@age = ageend def [email protected] > 17endendAnd equally simple test in […]
Given we have the following Person class: class Persondef initialize(age:)@age = ageend def [email protected] > 17endendAnd equally simple test in […]
RSpec installation RSpec is available as a gem, but it’s a meta-gem, which means that it depends on other gems. […]