RSpec
From Wikipedia, the free encyclopedia
| Developer(s) | Dave Astels, Steven Baker, David Chelimsky, Aslak Hellesøy, Brian Takita, Dan North, Pat Maddox |
|---|---|
| Stable release | 2.8.0 [1] / January 5, 2012 |
| Operating system | Cross-platform |
| Type | Behavior driven development framework / Test Tool |
| License | MIT License |
| Website | rspec.info |
RSpec is a behavior driven development (BDD) framework for the Ruby programming language, inspired by JBehave.[2] It contains its own mocking framework that is fully integrated into the framework based upon JMock. The framework can be considered a domain-specific language (DSL) and resembles a natural language specification.
[edit] External links
- RSpec
- RSpec-2
- Behavior-driven testing with RSpec - A comprehensive approach to test-driven development. Article by Bruce Tate.
- Beyond Test Driven Development - Behaviour Driven Development. A Google TechTalk by Dave Astels on BDD using RSpec.
- RSpec Best Practices Article by Jared Carroll, retrieved April 24 2011.
- Behavior-driven testing with RSpec Article by Bruce Tate, retrieved July 21 2011.
[edit] References
- ^ http://rubygems.org/gems/rspec/versions/2.8.0
- ^ Ed Gibbs, JBehave and RSpec History (Blog entry)
| This programming tool-related article is a stub. You can help Wikipedia by expanding it. |