spec/models/project_spec.rb in patch_ruby-1.14.0 vs spec/models/project_spec.rb in patch_ruby-1.15.0
- old
+ new
@@ -49,10 +49,10 @@
technology_type: @instance.technology_type.to_hash,
sdgs: @instance.sdgs.map(&:to_hash)
}
}
let(:nullable_properties) do
- Set.new(%i[photos standard sdgs state latitude longitude tagline])
+ Set.new(%i[photos standard sdgs state latitude longitude])
end
end
describe 'test an instance of Project' do
it 'should create an instance of Project' do