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

class BackupJobTest < ActiveSupport::TestCase
  def test_should_be_valid
    assert BackupJob.new.valid?
  end
end