March 3, 2014
Epicodus: Week3, Day1
First day of Ruby and RSpec.
Lesson:
To start off our first week of Ruby, write a method in Ruby that takes a number and returns an array of numbers and strings that correspond to the Fizzbuzz solution (i.e., fizzbuzz(7) returns [1, 2, 'fizz', 4, 'buzz', 'fizz', 7]). Use RSpec and the BDD process, of course.