mirror of
https://github.com/beatriceo/polyglot.git
synced 2025-08-07 17:59:13 +00:00
8 lines
118 B
Ruby
8 lines
118 B
Ruby
require 'test_helper'
|
|
|
|
class UserTest < ActiveSupport::TestCase
|
|
# test "the truth" do
|
|
# assert true
|
|
# end
|
|
end
|