Sha256: b91e6c230fc925e486b6573b97553124583eca18ac82c4b7092104c1a8017c36

Contents?: true

Size: 292 Bytes

Versions: 2

Compression:

Stored size: 292 Bytes

Contents

require File.expand_path(File.dirname(__FILE__) + '/spec_helper')

describe "EasterCalendar" do
  it "should say '24 Apr 2011' when it receives the find(2011) message" do
    easter_calendar = EasterCalendar.new
    date = easter_calendar.find(2011)
    date.should == "24 Apr 2011"
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
when_easter-0.3.1 spec/when_easter_spec.rb
when_easter-0.3.0 spec/when_easter_spec.rb