Title fixed for one spec

This commit is contained in:
Vlado Cingel 2018-03-11 21:00:16 +01:00 committed by Shishir Kakaraddi
parent dfd215d3a1
commit 765eaa70d6

View File

@ -127,7 +127,7 @@ describe FastJsonapi::ObjectSerializer do
expect(BlahBlahSerializerBuilder.record_type).to be_nil
end
it 'shouldnt set default_type for a serializer that doesnt follow convention' do
it 'should set default_type for a namespaced serializer' do
module V1
class BlahSerializer
include FastJsonapi::ObjectSerializer