dbo:abstract
|
- RSpec is a computer domain-specific language (DSL) (particular application domain) 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. The RSpec tool can be used by installing the rspec gem which consists of three other gems, namely rspec-core, rspec-expectation and rspec-mock. (en)
- Rspec is een BDD-framework voor de programmeertaal Ruby. De laatste versie is 2.6.0. Rspec wordt verspreid onder de voorwaarden van de MIT-licentie. (nl)
- RSpec — предметно-орієнтований інструмент для тестування коду на Ruby, написаний на Ruby. BDD каркас широкого використання. Основна ідея інструменту — керована тестами розробка, за якої спочатку пишуться тести, а після цього — код програми. (uk)
|
dbo:genre
| |
dbo:license
| |
dbo:operatingSystem
| |
dbo:releaseDate
| |
dbo:wikiPageExternalLink
| |
dbo:wikiPageID
| |
dbo:wikiPageLength
|
- 10006 (xsd:nonNegativeInteger)
|
dbo:wikiPageRevisionID
| |
dbo:wikiPageWikiLink
| |
dbp:developer
|
- David Chelimsky, Myron Marston, Andy Lindeman, Jon Rowe, Paul Casaretto, Sam Phippen, Bradley Schaefer (en)
|
dbp:genre
|
- Behavior driven development framework / Test tool (en)
|
dbp:license
| |
dbp:name
| |
dbp:operatingSystem
| |
dbp:released
| |
dbp:website
| |
dbp:wikiPageUsesTemplate
| |
dbp:wordnet_type
| |
dcterms:subject
| |
gold:hypernym
| |
rdf:type
| |
rdfs:comment
|
- Rspec is een BDD-framework voor de programmeertaal Ruby. De laatste versie is 2.6.0. Rspec wordt verspreid onder de voorwaarden van de MIT-licentie. (nl)
- RSpec — предметно-орієнтований інструмент для тестування коду на Ruby, написаний на Ruby. BDD каркас широкого використання. Основна ідея інструменту — керована тестами розробка, за якої спочатку пишуться тести, а після цього — код програми. (uk)
- RSpec is a computer domain-specific language (DSL) (particular application domain) 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. The RSpec tool can be used by installing the rspec gem which consists of three other gems, namely rspec-core, rspec- (en)
|
rdfs:label
|
- Rspec (nl)
- RSpec (en)
- RSpec (uk)
|
owl:sameAs
| |
prov:wasDerivedFrom
| |
foaf:homepage
| |
foaf:isPrimaryTopicOf
| |
foaf:name
| |
is dbo:wikiPageRedirects
of | |
is dbo:wikiPageWikiLink
of | |
is foaf:primaryTopic
of | |