blob: 73b5167fbefbdb6bda25488e502ac90d7c899d62 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
|