Commit 39c0c9ef authored by Jason Goodman's avatar Jason Goodman Committed by Heinrich Lee Yu

Move feature flag serializers into core

Move feature flag serializers spec into core
parent 246852ee
...@@ -11,7 +11,7 @@ RSpec.describe FeatureFlagsClientSerializer do ...@@ -11,7 +11,7 @@ RSpec.describe FeatureFlagsClientSerializer do
subject { serializer.represent_token(feature_flags_client).to_json } subject { serializer.represent_token(feature_flags_client).to_json }
it 'includes feature flags client token' do it 'includes feature flags client token' do
expect(subject).to match_schema('feature_flags_client_token', dir: 'ee') expect(subject).to match_schema('feature_flags_client_token')
end end
end end
end end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment