Skip to content

Commit b5f886c

Browse files
committed
Randomize testing of compatibility layer against regressions
1 parent ec905d8 commit b5f886c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/fixtures/poro.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
class Model < ActiveModelSerializers::Model
2+
rand(2).zero? && derive_attributes_from_names_and_fix_accessors
3+
24
attr_writer :id
35

46
# At this time, just for organization of intent

0 commit comments

Comments
 (0)