forked from fixin.me/fixin.me
9 lines
145 B
Ruby
9 lines
145 B
Ruby
require "test_helper"
|
|
|
|
# TODO: remove model tests
|
|
class UserTest < ActiveSupport::TestCase
|
|
# test "the truth" do
|
|
# assert true
|
|
# end
|
|
end
|