Problem It’s an exercise from a RSpec-course, which I’m currently doing. Task: Create a compound expectation, which asserts the string […]

Problem This is one of the first RSpec tests I’ve written, and I’m not really sure what the best practices […]

Problem I have this (working) code: class CalendarDay attr_accessor :from_month, :to_month, :year def self.line_of_day_numbers(month,year,start,offset) @line=” @offset=offset finish = (start+6)-@offset self.first_line_padding(start) […]

Problem I’ve just completed the WordWrap Kata in the Ruby Kata gem and I’d love some feedback. Thanks! Here’s the […]

Problem The Setup This kata is a spin on the old backpack problem. Please give feedback on both the kata […]