# == Schema Information
#
# Table name: config_mappings
#
#  id                :integer          not null, primary key
#  configurable_id   :integer
#  configurable_type :string(255)
#  resourceable_id   :integer
#  resourceable_type :string(255)
#  created_at        :datetime
#  updated_at        :datetime
#

require 'test_helper'

class ConfigMappingTest < ActiveSupport::TestCase
  # test "the truth" do
  #   assert true
  # end
end
