Sha256: f568e0fa0b9cbff2271d84289ac23d99f6bb0cb7462b358598adc75bd3602957
Contents?: true
Size: 193 Bytes
Versions: 1
Compression:
Stored size: 193 Bytes
Contents
require 'test_helper' class AdminUserTest < ActiveSupport::TestCase # email should validate_presence_of(:email) should_not allow_value('test@test', 'test@', '@test.com').for(:email) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
woodlock-0.0.1 | test/models/admin_user_test.rb |