diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-02-02 12:30:36 +0000 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-02-02 12:30:36 +0000 |
commit | 53d249b2c500dae07e934c0009d0813181092702 (patch) | |
tree | 7797047ccfa54e5ac05fb8689821ab80694dd225 /spec/controllers/comment_controller_spec.rb | |
parent | cd77da0c7ea166b8cdd9ecc5a8d2055515027ad8 (diff) | |
parent | 2eac4bef8d73f47bbe579b6f787ef54b8d782d7a (diff) |
Merge branch 'release/0.5' of github.com:sebbacon/alaveteli into release/0.5
Diffstat (limited to 'spec/controllers/comment_controller_spec.rb')
-rw-r--r-- | spec/controllers/comment_controller_spec.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/controllers/comment_controller_spec.rb b/spec/controllers/comment_controller_spec.rb index 4c14b8d24..93752537c 100644 --- a/spec/controllers/comment_controller_spec.rb +++ b/spec/controllers/comment_controller_spec.rb @@ -2,7 +2,6 @@ require File.expand_path(File.dirname(__FILE__) + '/../spec_helper') describe CommentController, "when commenting on a request" do integrate_views - fixtures :users, :public_bodies, :public_body_translations, :public_body_versions, :info_requests, :incoming_messages, :outgoing_messages, :comments, :info_request_events, :track_things it "should give an error and render 'new' template when body text is just some whitespace" do post :new, :url_title => info_requests(:naughty_chicken_request).url_title, |