aboutsummaryrefslogtreecommitdiffstats
path: root/spec/integration/localisation_spec.rb
Commit message (Collapse)AuthorAgeLines
* Use factories, not fixtures, in integration spec.Louise Crow2014-10-28-7/+22
| | | | Removes the dependency on fixtures having been loaded.
* Move some more config into AlaveteliLocalization so that it can be called ↵Louise Crow2013-07-24-8/+3
| | | | outside initialization e.g. in tests.
* Extract code for setting locales in FastGettext and I18nLouise Crow2013-07-18-6/+3
|
* Switch routing-filter (which takes locale out of the params and puts it in ↵Louise Crow2013-07-18-0/+96
the URL) off by default in model, controller, and helper tests. This means we can supply the locale as a param. Turn it on specifically for a couple of controller tests that test routing, and change other url localization tests into integration tests.