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

class IntruderTest < ActiveSupport::TestCase
  def test_should_be_valid
    assert Intruder.new.valid?
  end
end