diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-09-18 12:05:33 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-09-18 12:05:33 +0100 |
commit | 657ee9a22db2ee0b15dfca257164759238af9e1e (patch) | |
tree | 17d6df3dcc3fd7b1224f36b5cb649362a4d0a85f | |
parent | dc2bab9bddc08316fe6d92674aeb02777fc2b3be (diff) | |
parent | 95f272dcc6d1bcbb5301836b012c558200159298 (diff) |
Merge remote-tracking branch 'mlandauer_github/publication_scheme_fix' into develop
-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: "" |