paulpessoa / caffeinate

This project was developed to implement fundamentals of behavior-driven development (BDD) The language used is Ruby, Bundler and Cucumber and its specification language, Gherkin. Providing sample requirements specification writing, defining scenarios, setting up failing tests, and optimizing your code to emphasize domain-oriented design and object-oriented design. Keep philosophy as your focus: behavior over function.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Caffeinate - BDD Cucumber, Ruby, Bundle

Card Minimum 2 Scenarios

bundle install

cucumber --init

gem 'cucumber', '> 8.0.0' gem 'rspec', '> 5.0.0'

About

This project was developed to implement fundamentals of behavior-driven development (BDD) The language used is Ruby, Bundler and Cucumber and its specification language, Gherkin. Providing sample requirements specification writing, defining scenarios, setting up failing tests, and optimizing your code to emphasize domain-oriented design and object-oriented design. Keep philosophy as your focus: behavior over function.


Languages

Language:Ruby 72.7%Language:Gherkin 27.3%