Project

General

Profile

Download (242 Bytes) Statistics
| Branch: | Tag: | Revision:
require 'test_helper'

module Host
class ManagedTest < ActiveSupport::TestCase
describe 'validations' do
subject do
FactoryGirl.build(:host, :managed)
end
should validate_uniqueness_of(:uuid)
end
end
end
(2-2/2)