diff options
author | Robin Houston <robin@lenny.robin> | 2011-06-20 12:31:22 +0100 |
---|---|---|
committer | Robin Houston <robin@lenny.robin> | 2011-06-20 12:31:22 +0100 |
commit | db1136c70e1a580efd9307dce2efe421aaa63762 (patch) | |
tree | dab1b7cd06672a606d3c03dbf4038a26422dc82a /spec/controllers/general_controller_spec.rb | |
parent | 7b138ad0114c9f510e413d0aaf73bb0e6d908e63 (diff) |
Argh! Another spec that uses the :public_bodies fixture and needs
:public_body_translations to be added for it to work correctly.
Diffstat (limited to 'spec/controllers/general_controller_spec.rb')
-rw-r--r-- | spec/controllers/general_controller_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/controllers/general_controller_spec.rb b/spec/controllers/general_controller_spec.rb index 9c9ab46f6..6a48f142a 100644 --- a/spec/controllers/general_controller_spec.rb +++ b/spec/controllers/general_controller_spec.rb @@ -5,6 +5,7 @@ describe GeneralController, "when searching" do fixtures [ :info_requests, :info_request_events, :public_bodies, + :public_body_translations, :users, :raw_emails, :outgoing_messages, |