Project

General

Profile

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

class NotificationBlueprintTest < ActiveSupport::TestCase
should validate_presence_of(:message)
should validate_presence_of(:level)
should validate_presence_of(:group)
should validate_presence_of(:name)
end
(34-34/64)