aboutsummaryrefslogtreecommitdiffstats
path: root/spec/models/info_request_batch_spec.rb
diff options
context:
space:
mode:
authorGareth Rees <gareth@mysociety.org>2014-04-14 17:13:02 +0100
committerGareth Rees <gareth@mysociety.org>2014-04-14 17:13:02 +0100
commitfb0742f39fc9f5ba9e45ef08a4e4312ea10660f1 (patch)
treee07392141eebad88109b5e7ad62910a5bfdc4f1e /spec/models/info_request_batch_spec.rb
parent4e74160d372fd4bca170c056944708b7cfdd2dba (diff)
parent77eba1956f318510247163133197b64f08b9c1e1 (diff)
Merge branch 'issues/1416-csv-update-public-bodies' into rails-3-develop
Diffstat (limited to 'spec/models/info_request_batch_spec.rb')
-rw-r--r--spec/models/info_request_batch_spec.rb13
1 files changed, 13 insertions, 0 deletions
diff --git a/spec/models/info_request_batch_spec.rb b/spec/models/info_request_batch_spec.rb
index 53158ebe2..2881e7745 100644
--- a/spec/models/info_request_batch_spec.rb
+++ b/spec/models/info_request_batch_spec.rb
@@ -1,3 +1,16 @@
+# == Schema Information
+#
+# Table name: info_request_batches
+#
+# id :integer not null, primary key
+# title :text not null
+# user_id :integer not null
+# created_at :datetime not null
+# updated_at :datetime not null
+# body :text
+# sent_at :datetime
+#
+
require File.expand_path(File.dirname(__FILE__) + '/../spec_helper')
describe InfoRequestBatch, "when validating" do