category_test.rb revision a13177a0178ce13049f8e10b30f516970e24b3ab
require 'test_helper'
class CategoryTest < ActiveSupport::TestCase
context 'Migrations' do
%w( ontology_id ).each do |column|
should have_db_column(column).of_type(:integer)
end
end
end