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

class GsClusterSyncLogEntryTest < ActiveSupport::TestCase
  def test_should_be_valid
    assert GsClusterSyncLogEntry.new.valid?
  end
end