Sha256: e836997138647111806793b9cbbd40a26898d4e6bad631db7057fbdc1c3dd5d8

Contents?: true

Size: 322 Bytes

Versions: 2

Compression:

Stored size: 322 Bytes

Contents

shared_examples :holidays_in_japan_at_jan do
  its(:count){ should == 4 }
  it{ should include(date("2014-01-01") => "元日") }
  it{ should include(date("2014-01-02") => "銀行休業日") }
  it{ should include(date("2014-01-03") => "銀行休業日") }
  it{ should include(date("2014-01-13") => "成人の日") }
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
google_holiday_calendar-0.0.2 spec/support/examples/holidays_in_japan_at_jan.rb
google_holiday_calendar-0.0.1 spec/support/examples/holidays_in_japan_at_jan.rb