Skip to content

Instantly share code, notes, and snippets.

@rShetty
Created December 27, 2014 10:47
Show Gist options
  • Save rShetty/d740955288c82ac688d7 to your computer and use it in GitHub Desktop.
Save rShetty/d740955288c82ac688d7 to your computer and use it in GitHub Desktop.
Off By One Second Errors
time = Time.now
Timecop.freeze(time) do
merchant.mark_as_review_approved_by(admin_user)
end
expect(merchant.reload.last_reviewed_at.utc.to_s).to eq(time.utc.to_s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment