From 63e493959213426773e2191fef51d35a179c48e9 Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Fri, 18 Dec 2015 09:35:40 +0800 Subject: [PATCH] remove TODO --- spec/models/map_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/models/map_spec.rb b/spec/models/map_spec.rb index 29185753..d1486192 100644 --- a/spec/models/map_spec.rb +++ b/spec/models/map_spec.rb @@ -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 }