diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2013-03-19 14:01:51 +1100 |
---|---|---|
committer | Matthew Landauer <matthew@openaustralia.org> | 2013-03-19 14:01:51 +1100 |
commit | 8132738c60f23d5608837d48aa0f8b3b38bc1bd1 (patch) | |
tree | 67e9303f2bb84904cf2ffc078f75dcac4102a28d /spec/controllers/request_controller_spec.rb | |
parent | 5738367d0f38627ba0227758be0433af23faefbc (diff) |
Another order dependent test issue fixed
Diffstat (limited to 'spec/controllers/request_controller_spec.rb')
-rw-r--r-- | spec/controllers/request_controller_spec.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/controllers/request_controller_spec.rb b/spec/controllers/request_controller_spec.rb index 9fda29bf8..582fb6be0 100644 --- a/spec/controllers/request_controller_spec.rb +++ b/spec/controllers/request_controller_spec.rb @@ -918,6 +918,8 @@ describe RequestController, "when searching for an authority" do end it "should return matching bodies" do + get_fixtures_xapian_index + session[:user_id] = @user.id get :select_authority, :query => "Quango" |