# == Schema Information
#
# Table name: organisations
#
#  id                :integer          not null, primary key
#  organisation_name :string(255)
#  created_at        :datetime
#  updated_at        :datetime
#  no_of_aps         :integer          default(200)
#  sms_config        :text
#

require 'test_helper'

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