aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2015-02-26 10:54:33 +0000
committerLouise Crow <louise.crow@gmail.com>2015-02-26 10:54:33 +0000
commit06043da04c7307190bdb825dc5c0a36525b7203a (patch)
tree9dc46f15c1a53fa43e24a53041722d7e97ad41ca /lib
parent3963b7bd2f9e9516b638003a28bdd0d549428de1 (diff)
parent049af6c6dafb5ee031240c724ab0759d9f1600ef (diff)
Merge branch 'runnable-tests' into develop
Diffstat (limited to 'lib')
-rw-r--r--lib/public_body_categories_en.rb16
1 files changed, 0 insertions, 16 deletions
diff --git a/lib/public_body_categories_en.rb b/lib/public_body_categories_en.rb
deleted file mode 100644
index a8969ba..0000000
--- a/lib/public_body_categories_en.rb
+++ /dev/null
@@ -1,16 +0,0 @@
-# The PublicBodyCategories structure works like this:
-# [
-# "Main category name",
-# [ "tag_to_use_as_category", "Sub category title", "sentence that can describes things in this subcategory" ],
-# [ "another_tag", "Second sub category title", "another descriptive sentence for things in this subcategory"],
-# "Another main category name",
-# [ "another_tag_2", "Another sub category title", "another descriptive sentence"]
-# ])
-
-PublicBodyCategories.add(:en, [
- "Silly ministries",
- [ "useless_agency", "Useless ministries", "a useless ministry" ],
- [ "lonely_agency", "Lonely agencies", "a lonely agency"],
- "Popular agencies",
- [ "popular_agency", "Popular agencies", "a lonely agency"]
-])