Randomize testing of compatibility layer against regressions

This commit is contained in:
Benjamin Fleischer 2017-01-08 21:52:32 -06:00
parent ec905d8179
commit b5f886cb95

View File

@ -1,4 +1,6 @@
class Model < ActiveModelSerializers::Model class Model < ActiveModelSerializers::Model
rand(2).zero? && derive_attributes_from_names_and_fix_accessors
attr_writer :id attr_writer :id
# At this time, just for organization of intent # At this time, just for organization of intent