Skip to content
#

RSpec

rspec logo

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.

Here are 47 public repositories matching this topic...

Silicon Valley is known as the tech hub of the world, and naturally it attracts some of the world top tech talent. Most of the Tier 1 tech companies globally have set not only the hiring standards, but also project delivery and coding standards. Qwasar Silicon Valley is one of the only platforms that trains learners to Silicon Valley standards.

  • Updated Aug 5, 2022
  • JavaScript

Silicon Valley is known as the tech hub of the world, and naturally it attracts some of the world top tech talent. Most of the Tier 1 tech companies globally have set not only the hiring standards, but also project delivery and coding standards. Qwasar Silicon Valley is one of the only platforms that trains learners to Silicon Valley standards.

  • Updated Apr 14, 2022
  • JavaScript

Created by Andy Lindeman, Jon Rowe, Sam Phippen, Bradley Schaefer, Steven Baker, Dave Astels, Aslak Hellesøy

Released May 18, 2007

Followers
14 followers
Organization
rspec
Wikipedia
Wikipedia

Related Topics

bdd capybara cucumber domain-specific-language gherkin jmock minitest relish ruby tdd