require 'test_helper' class ApplicationTest < ActiveSupport::TestCase should belong_to :user should validate_presence_of(:domain) should validate_presence_of(:application_id) end