# == Schema Information
#
# Table name: commands
#
#  id         :integer          not null, primary key
#  aps        :text
#  commands   :string(255)
#  created_at :datetime
#  updated_at :datetime
#  status     :string(255)
#  result     :text
#

require 'test_helper'

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