diff options
author | David Cabo <david@calibea.com> | 2011-09-03 15:21:04 +0200 |
---|---|---|
committer | David Cabo <david@calibea.com> | 2011-09-03 15:21:04 +0200 |
commit | 641700a371001e7c60bb100d81dec8d44189a814 (patch) | |
tree | b3b4263e0eeaf0ae59576dadc41774e887ae5f9f /spec/controllers/track_controller_spec.rb | |
parent | aebe196100a231873099744ec33d1e4c7dc0934a (diff) |
Remove hardcoded site name from test
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 c3dc98a67..8c2e19c58 100644 --- a/spec/controllers/track_controller_spec.rb +++ b/spec/controllers/track_controller_spec.rb @@ -104,7 +104,7 @@ describe TrackController, "when sending alerts for a track" do TrackMailer.alert_tracks deliveries = ActionMailer::Base.deliveries mail = deliveries[0] - mail.body.should include('el equipo de Alaveteli') + mail.body.should include('el equipo de ') end end |