diff options
author | francis <francis> | 2008-02-25 11:55:42 +0000 |
---|---|---|
committer | francis <francis> | 2008-02-25 11:55:42 +0000 |
commit | e9d3e9cf500594654afb9b13377859f1a6124be5 (patch) | |
tree | 89bfbd28cf278870f6dc11c63e22abd577c14896 /spec/controllers/request_controller_spec.rb | |
parent | f0e82f7c01209e9e7c2dca17bee593166b849d3f (diff) |
Spell checking
Diffstat (limited to 'spec/controllers/request_controller_spec.rb')
-rw-r--r-- | spec/controllers/request_controller_spec.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/controllers/request_controller_spec.rb b/spec/controllers/request_controller_spec.rb index b97cfcf12..22f354cae 100644 --- a/spec/controllers/request_controller_spec.rb +++ b/spec/controllers/request_controller_spec.rb @@ -120,6 +120,8 @@ describe RequestController, "when creating a new request" do # post_redirect.post_params.should == params # XXX get this working. there's a : vs '' problem amongst others end + # XXX preview stuff not covered here + it "should create the request and outgoing message, and send the outgoing message by email, and redirect to request page when input is good and somebody is logged in" do session[:user_id] = users(:bob_smith_user).id post :new, :info_request => { :public_body_id => public_bodies(:geraldine_public_body).id, |