aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers/comment_controller_spec.rb
diff options
context:
space:
mode:
authorRobin Houston <robin.houston@gmail.com>2012-02-01 22:04:40 +0000
committerRobin Houston <robin.houston@gmail.com>2012-02-01 22:04:40 +0000
commita76010c99459559a29901ed75b847384248c7c6e (patch)
treef199e3f4187091a7a7c78f7fd6901529658174f7 /spec/controllers/comment_controller_spec.rb
parent9f9befeba613deff85c2325f629e77099d44af6f (diff)
parent18c9436ba00574d44dc258a2f231d4758b378eae (diff)
Merge branch 'wdtk' into release/0.5
Conflicts: locale/app.pot
Diffstat (limited to 'spec/controllers/comment_controller_spec.rb')
-rw-r--r--spec/controllers/comment_controller_spec.rb1
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,