Fictional oscar voting rails 7 API
-
Updated
May 1, 2022 - Ruby
Fictional oscar voting rails 7 API
System to automate the calculation of merchants’ disbursements. Uses rake tasks to parse and validate large .csv files, workers to run background cron tasks and services for business logic. All provided code covered with RSpec tests.
Simple MVC Rails app with users and posts (one to many). Fully tested with Validation tests and Integration tests. System tests to be added later.
Workbench for the Udemy course - https://www.udemy.com/course/complete-tdd-course-ruby-rspec/
In this project we will implement a class with some methods, but we will do it by doing test-driven development (TDD). The idea is to write tests first and then the code.
An application that helps to open bank account and manage that.
CLI game to practice Test Driven Development
Workbench for Udemy course - https://www.udemy.com/course/testing-ruby-with-rspec/
This is a project where I implement a class with methods, it's done with test-driven development (TDD). The idea was to learn to write tests first and then the code.
Process of Test-Driven Development (TDD) step-by-step. FizzBuzz word game is used as the main problem to solve. Ruby is the programming language used with RSpec as the test framework.
simple tutorial to build REST api's using tdd and rails 5
Coding challenge for a CLI app simulating a bulldozer clearing a site. User provides a txt file with the map information, and commands the bulldozer through the steps in clearing the land. Outputs an itemised list of costs associated with the commands at the end of the simulation.
Automação de Testes utilizando Ruby com RSpec
Basic Ruby practice exercise that returns a string of words in title case, returns T/F if a year is a leap year or not in leap year, and uses a tool called RSpec for TDD testing.
🖥 👩🏼💻 🏡 This application mocks the functionality of Airbnb
Add a description, image, and links to the tdd-ruby topic page so that developers can more easily learn about it.
To associate your repository with the tdd-ruby topic, visit your repo's landing page and select "manage topics."