Tech Glossary

What is RSpec?

RSpec is a tool for testing Ruby code. It allows developers to write tests for their Ruby programs and get feedback on how the code works. RSpec is one of several tools for testing Ruby code, and it is usually compared to other tools such as JUnit and Test::Unit.