/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.

Primary LanguageRuby

Caffeinate - BDD Cucumber, Ruby, Bundle

Card Minimum 2 Scenarios

bundle install

cucumber --init

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