From aabf6e5967bf24f47c8c25d638ab8ba2c2db5968 Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Tue, 8 Apr 2014 16:19:28 +0100 Subject: Annotate models Should have been run after related migrations. Could automate this to always run after migrations. --- spec/models/spam_address_spec.rb | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'spec/models/spam_address_spec.rb') diff --git a/spec/models/spam_address_spec.rb b/spec/models/spam_address_spec.rb index 79a1afd11..f28440121 100644 --- a/spec/models/spam_address_spec.rb +++ b/spec/models/spam_address_spec.rb @@ -1,3 +1,13 @@ +# == Schema Information +# +# Table name: spam_addresses +# +# id :integer not null, primary key +# email :string(255) not null +# created_at :datetime not null +# updated_at :datetime not null +# + require 'spec_helper' describe SpamAddress do -- cgit v1.2.3