remove TODO
This commit is contained in:
parent
6bb8ac7e1f
commit
63e4939592
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
require 'rails_helper'
|
||||
|
||||
RSpec.describe Map, type: :model do
|
||||
# TODO: what is it important to be sure about when working with a Map?
|
||||
it { is_expected.to belong_to :user }
|
||||
it { is_expected.to validate_presence_of :name }
|
||||
it { is_expected.to validate_presence_of :permission }
|
||||
|
|
Loading…
Reference in a new issue