Skip to content
Snippets Groups Projects
Commit 5ac78a23 authored by James Lopez's avatar James Lopez
Browse files

fix transient timing failure adding timecop

parent 278baa5b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -13,6 +13,14 @@ describe AnalyticsBuildEntity do
 
subject { entity.as_json }
 
before do
Timecop.freeze
end
after do
Timecop.return
end
it 'contains the URL' do
expect(subject).to include(:url)
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment