diff options
author | francis <francis> | 2008-04-04 14:50:50 +0000 |
---|---|---|
committer | francis <francis> | 2008-04-04 14:50:50 +0000 |
commit | 317ac76256bafa6f4f27918da56c5d1b1abdafbc (patch) | |
tree | 8126a1e9cdd7c8edee4f80454cb206dc7f695120 /spec/controllers/track_controller_spec.rb | |
parent | 5c8a492636160bb46d583556420487375c522927 (diff) |
Remove silly index
Diffstat (limited to 'spec/controllers/track_controller_spec.rb')
-rw-r--r-- | spec/controllers/track_controller_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/track_controller_spec.rb b/spec/controllers/track_controller_spec.rb index 295f9353a..7ab9f5b7f 100644 --- a/spec/controllers/track_controller_spec.rb +++ b/spec/controllers/track_controller_spec.rb @@ -37,7 +37,7 @@ end describe TrackController, "when sending alerts for a track" do integrate_views - fixtures :info_requests, :outgoing_messages, :incoming_messages, :info_request_events, :users, :track_things + fixtures :info_requests, :outgoing_messages, :incoming_messages, :info_request_events, :users, :track_things, :track_things_sent_emails it "should send alerts" do TrackMailer.alert_tracks |