aboutsummaryrefslogtreecommitdiffstats
path: root/spec/models/track_things_sent_email_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/models/track_things_sent_email_spec.rb')
-rw-r--r--spec/models/track_things_sent_email_spec.rb13
1 files changed, 13 insertions, 0 deletions
diff --git a/spec/models/track_things_sent_email_spec.rb b/spec/models/track_things_sent_email_spec.rb
index 6166f42ab..4675d0847 100644
--- a/spec/models/track_things_sent_email_spec.rb
+++ b/spec/models/track_things_sent_email_spec.rb
@@ -1,3 +1,16 @@
+# == Schema Information
+#
+# Table name: track_things_sent_emails
+#
+# id :integer not null, primary key
+# track_thing_id :integer not null
+# info_request_event_id :integer
+# user_id :integer
+# public_body_id :integer
+# created_at :datetime
+# updated_at :datetime
+#
+
require File.expand_path(File.dirname(__FILE__) + '/../spec_helper')
describe TrackThingsSentEmail, "when tracking things sent email" do