add example.org as handled domain for fixtures (default of Rack::Test)
arnaud sellenet
committed Jun 03, 2014
commit 98578f023d147a4e452f019f53f45c4a68796384
Showing 1
changed file with
2 additions
and 2 deletions
spec/fixtures/default/config/site.yml
+2
-2
| @@ | @@ -2,7 +2,7 @@ name: Sample website |
| subdomain: sample | |
| - | domains: ['sample.example.com'] |
| + | domains: ['example.org', 'sample.example.com'] |
| locales: ['en', 'fr', 'nb'] | |
| @@ | @@ -12,4 +12,4 @@ seo_title: |
| meta_keywords: | |
| en: some meta keywords | |
| fr: quelques mots cles | |
| - | meta_description: some meta description |
| \ No newline at end of file | |
| + | meta_description: some meta description |