aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2013-04-30 14:33:13 +0100
committerLouise Crow <louise.crow@gmail.com>2013-04-30 14:33:13 +0100
commita214d90d8802fb7837e86ae477833912b63ac318 (patch)
treed2e15c85a6d8208207f1ba0067fcd2ee7c66d089
parent3812930f2fca297faa0d9ae4f5c7e06ef9c149d8 (diff)
Update reference to Configuration to reflect name change to AlaveteliConfiguration
-rw-r--r--spec/mailers/track_mailer_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/mailers/track_mailer_spec.rb b/spec/mailers/track_mailer_spec.rb
index 9537e6b14..a3b849980 100644
--- a/spec/mailers/track_mailer_spec.rb
+++ b/spec/mailers/track_mailer_spec.rb
@@ -195,7 +195,7 @@ describe TrackMailer do
context "force ssl is off" do
# Force SSL is off in the tests. Since the code that selectively switches the protocols
# is in the initialiser for Rails it's hard to test. Hmmm...
- # We could Configuration.stub!(:force_ssl).and_return(true) but the config/environment.rb
+ # We could AlaveteliConfiguration.stub!(:force_ssl).and_return(true) but the config/environment.rb
# wouldn't get reloaded
it "should have http links in the email" do