diff options
author | francis <francis> | 2008-09-04 06:19:59 +0000 |
---|---|---|
committer | francis <francis> | 2008-09-04 06:19:59 +0000 |
commit | 6fa3cf6a392569234451e72184cd5e8562294db5 (patch) | |
tree | 1eaebf014811d720bb42ebe04ecbc3d4404d2126 /spec/controllers/user_controller_spec.rb | |
parent | 12e1cea821975f93bc0706f4aaa9a20ef1f2956f (diff) |
Migration to Rails 2.1
Diffstat (limited to 'spec/controllers/user_controller_spec.rb')
-rw-r--r-- | spec/controllers/user_controller_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/user_controller_spec.rb b/spec/controllers/user_controller_spec.rb index 27b14f443..a0079ed9e 100644 --- a/spec/controllers/user_controller_spec.rb +++ b/spec/controllers/user_controller_spec.rb @@ -162,7 +162,7 @@ describe UserController, "when signing up" do deliveries = ActionMailer::Base.deliveries deliveries.size.should == 1 - deliveries[0].body.should include("when you already") # have an account + deliveries[0].body.should include("have an account") end # XXX need to do bob@localhost signup and check that sends different email |