An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with tdd-ruby

A curated list of projects in awesome lists tagged with tdd-ruby .

https://github.com/tobuya/test_driven_development

TDD is a software development methodology that emphasizes writing tests for code before writing the code itself. Here we apply TDD in writing tests and then methods for reversing a string, fizzbuzz and factorial methods in Solver class using Ruby.

tdd tdd-ruby

Last synced: 14 Mar 2025

https://github.com/benhpoh/bulldozer-simulator

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.

cli-app tdd-ruby

Last synced: 13 Apr 2025

https://github.com/irvanfza/basictdd

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.

rspec rspec-testing ruby tdd tdd-ruby tdd-sample

Last synced: 18 Feb 2025

https://github.com/tsheporamantso/tdd

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.

rspec-testing ruby ruby-gem tdd-ruby

Last synced: 13 Mar 2025