19 lines
292 B
Ruby
19 lines
292 B
Ruby
|
# == Schema Information
|
||
|
#
|
||
|
# Table name: headers
|
||
|
#
|
||
|
# id :integer not null, primary key
|
||
|
# name :string(255)
|
||
|
# value :string(255)
|
||
|
# created_at :datetime
|
||
|
# updated_at :datetime
|
||
|
# thinghttp_id :integer
|
||
|
#
|
||
|
|
||
|
require 'spec_helper'
|
||
|
|
||
|
describe Header do
|
||
|
|
||
|
end
|
||
|
|