aboutsummaryrefslogtreecommitdiffstats
path: root/spec/models/holiday_import_spec.rb
Commit message (Collapse)AuthorAgeLines
* Rescue from Holidays::UnknownRegionErrorhotfix/0.21.0.24Gareth Rees2015-04-29-0/+7
| | | | | If you run an Alaveteli in a region where we can’t show holiday suggestions the holiday import page breaks. This commit rescues from an unavailable region so that we display a friendly error message.
* Remove confusing before blockGareth Rees2015-04-29-4/+11
| | | | | | Next commit adds a new spec; this before block was affecting the behaviour of the new spec. https://robots.thoughtbot.com/lets-not
* Fix assumption of current year as 2014 in holiday import specsLouise Crow2015-01-05-3/+5
|
* Allow import of holidays from feed or built-in suggestionsLouise Crow2014-12-15-0/+155