mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-30 14:42:12 +02:00
5 lines
99 B
Ruby
5 lines
99 B
Ruby
require 'rails_helper'
|
|
|
|
RSpec.describe User, :type => :model do
|
|
# TODO: specs for user model
|
|
end
|