diff options
author | tony <tony> | 2009-03-13 11:45:54 +0000 |
---|---|---|
committer | tony <tony> | 2009-03-13 11:45:54 +0000 |
commit | 987a0350240f3da0c48d8dfeebb2ad3870c11d52 (patch) | |
tree | eb19614e8b3f3ae12433400cf9d464724f1011f1 /spec/controllers/track_controller_spec.rb | |
parent | 92b0f3b4c8f62b6a3f0648ba27de11f40c247df0 (diff) |
Call rebuild_xapian_index in more tests to reduce order dependency
Diffstat (limited to 'spec/controllers/track_controller_spec.rb')
-rw-r--r-- | spec/controllers/track_controller_spec.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/controllers/track_controller_spec.rb b/spec/controllers/track_controller_spec.rb index 68064b908..bd91edf61 100644 --- a/spec/controllers/track_controller_spec.rb +++ b/spec/controllers/track_controller_spec.rb @@ -59,7 +59,8 @@ end describe TrackController, "when viewing RSS feed for a track" do integrate_views fixtures :info_requests, :outgoing_messages, :incoming_messages, :raw_emails, :info_request_events, :users, :track_things, :comments, :public_bodies - + rebuild_xapian_index + it "should get the RSS feed" do track_thing = track_things(:track_fancy_dog_request) |