We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac3a3d4 commit 1d3ff27Copy full SHA for 1d3ff27
1 file changed
spec/serializers/alchemy/json_api/page_serializer_spec.rb
@@ -32,6 +32,7 @@
32
expect(attributes[:language_code]).to eq("en")
33
expect(attributes[:meta_keywords]).to eq("Meta Keywords")
34
expect(attributes[:meta_description]).to eq("Meta Description")
35
+ expect(attributes[:public_on]).to eq(page.public_on)
36
expect(attributes[:created_at]).to eq(page.created_at)
37
expect(attributes[:updated_at]).to eq(page.updated_at)
38
expect(attributes[:legacy_urls]).to eq(["/other"])
0 commit comments