no longer validate presence of xloc/yloc
This commit is contained in:
parent
9470a23929
commit
a3788377d8
1 changed files with 0 additions and 2 deletions
|
@ -5,8 +5,6 @@ RSpec.describe Mapping, type: :model do
|
|||
it { is_expected.to belong_to :user }
|
||||
it { is_expected.to belong_to :map }
|
||||
it { is_expected.to belong_to :mappable }
|
||||
it { is_expected.to validate_presence_of :xloc }
|
||||
it { is_expected.to validate_presence_of :yloc }
|
||||
it { is_expected.to validate_presence_of :map }
|
||||
it { is_expected.to validate_presence_of :mappable }
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue