mirror of
https://github.com/internetee/registry.git
synced 2025-05-21 11:49:40 +02:00
7 lines
124 B
Ruby
7 lines
124 B
Ruby
require 'test_helper'
|
|
|
|
class DeppTest < ActiveSupport::TestCase
|
|
test "truth" do
|
|
assert_kind_of Module, Depp
|
|
end
|
|
end
|