diff options
Diffstat (limited to 'spec/models/public_body_heading_spec.rb')
-rw-r--r-- | spec/models/public_body_heading_spec.rb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/spec/models/public_body_heading_spec.rb b/spec/models/public_body_heading_spec.rb new file mode 100644 index 000000000..73b5167fb --- /dev/null +++ b/spec/models/public_body_heading_spec.rb @@ -0,0 +1,13 @@ +# == Schema Information +# +# Table name: public_body_headings +# +# id :integer not null, primary key +# locale :string +# name :text not null +# + +require 'spec_helper' + +describe PublicBodyHeading do +end |