Commit 6d8133bb authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

Fix vsa project models spec

parent 2e170d4b
......@@ -33,6 +33,6 @@ RSpec.describe CycleAnalytics::ProjectLevelStageAdapter, type: :model do
end
it 'presents the data as json' do
expect(subject.as_json).to include({ title: 'Review', value: 'about 1 hour' })
expect(subject.as_json).to include({ title: 'Review', value: 1.hour })
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