Scully87 / FizzBuzz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fizzbuzz

###Creating a simple TDD Fizzbuzz Kata in Ruby

####Technologies Used:

  • Ruby
  • Rspec

#####To do list:

  • A number is/not divisible by three and says "Fizz"
  • A number is/not divisible by five and says "Buzz"
  • A number is/not divisible by fifteen and says "FizzBuzz"

How to use

Clone the repository:

$ git clone git@github.com:scully87/fizzbuzz.git

Change into the directory:

$ cd fizzbuzz

To run tests:

$ rspec

Play in irb:

$ irb
 > require './lib/fizzbuzz.rb'

Fizzbuzz created in other languages:

About


Languages

Language:Ruby 100.0%