From b5f886cb95fd32629e934510ba8c7da75820f1c2 Mon Sep 17 00:00:00 2001 From: Benjamin Fleischer Date: Sun, 8 Jan 2017 21:52:32 -0600 Subject: [PATCH] Randomize testing of compatibility layer against regressions --- test/fixtures/poro.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/fixtures/poro.rb b/test/fixtures/poro.rb index a362fb5a..6245ad23 100644 --- a/test/fixtures/poro.rb +++ b/test/fixtures/poro.rb @@ -1,4 +1,6 @@ class Model < ActiveModelSerializers::Model + rand(2).zero? && derive_attributes_from_names_and_fix_accessors + attr_writer :id # At this time, just for organization of intent