summaryrefslogtreecommitdiff
path: root/test/unit/pager_group_destination_test.rb
blob: cc98606f65513e12c90cf9d7b13d551cc55cb9b6 (plain)
1
2
3
4
5
6
7
require 'test_helper'

class PagerGroupDestinationTest < ActiveSupport::TestCase
  def test_should_be_valid
    assert PagerGroupDestination.new.valid?
  end
end