Repository navigation
RSpec
Created by Andy Lindeman, Jon Rowe, Sam Phippen, Bradley Schaefer, Steven Baker, Dave Astels, Aslak Hellesøy
发布于 May 18, 2007
相关主题
Test-driven developmentBehavior-driven developmentCucumberRuby
rspec is a computer domain-specific language (DSL) testing tool written in the programming language Ruby to test Ruby code. It is a behavior-driven development (BDD) framework which is extensively used in production applications. The basic idea behind this concept is that of test-driven development (TDD) where the tests are written first and the development is based on writing just enough code that will fulfill those tests followed by refactoring. It contains its own mocking framework that is fully integrated into the framework based upon JMock. The simplicity in the RSpec syntax makes it one of the popular testing tools for Ruby applications.
Automated code reviews via mutation testing - semantic code coverage.
Free, open source mental health communication web app to share experiences with loved ones
Collection of RSpec/MiniTest matchers and Cucumber steps for testing email in a ruby app using ActionMailer or Pony
This project has moved to GitLab! Please check there for the latest updates.
Best practices for writing your specs!
Performance testing matchers for RSpec