require 'test/unit'

class SmartguardTest < ActiveSupport::TestCase
  # Tests still mingled with the demoapp
  def test_true
    true
  end
end

