From 32ff813d3dccef6378361dff599eca44b05f46d4 Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Mon, 18 Sep 2017 23:18:51 -0400 Subject: Add BlocksJsonSerialization model concern and include it in User --- spec/models/user_spec.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'spec/models/user_spec.rb') diff --git a/spec/models/user_spec.rb b/spec/models/user_spec.rb index 4687d9dfa00..e58e7588df0 100644 --- a/spec/models/user_spec.rb +++ b/spec/models/user_spec.rb @@ -12,6 +12,7 @@ describe User do it { is_expected.to include_module(Referable) } it { is_expected.to include_module(Sortable) } it { is_expected.to include_module(TokenAuthenticatable) } + it { is_expected.to include_module(BlocksJsonSerialization) } end describe 'delegations' do -- cgit v1.2.1