diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2012-09-18 15:12:32 +1000 |
---|---|---|
committer | Matthew Landauer <matthew@openaustralia.org> | 2012-09-18 15:13:38 +1000 |
commit | 95f272dcc6d1bcbb5301836b012c558200159298 (patch) | |
tree | 6bcef6730a166200ccec0bde4fbdb9f33b72d9ba | |
parent | 952236ebfc2b985e26b5d40b7584de0655695a2f (diff) |
Ensure non-nil publication_scheme in fixtures so that example data works
-rw-r--r-- | spec/fixtures/public_body_translations.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/fixtures/public_body_translations.yml b/spec/fixtures/public_body_translations.yml index d705358c5..f3453e853 100644 --- a/spec/fixtures/public_body_translations.yml +++ b/spec/fixtures/public_body_translations.yml @@ -56,6 +56,7 @@ forlorn_en_public_body_translation: url_name: lonely locale: en notes: A very lonely public body that no one has corresponded with + publication_scheme: "" silly_walks_en_public_body_translation: id: 6 @@ -67,6 +68,7 @@ silly_walks_en_public_body_translation: short_name: MSW url_name: msw notes: You know the one. + publication_scheme: "" sensible_walks_en_public_body_translation: id: 7 @@ -78,3 +80,4 @@ sensible_walks_en_public_body_translation: short_name: SenseWalk url_name: sensible_walks notes: I bet you’ve never heard of it. + publication_scheme: "" |