Skip to content

Instantly share code, notes, and snippets.

@thijsc
Created May 10, 2012 10:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thijsc/2652300 to your computer and use it in GitHub Desktop.
Save thijsc/2652300 to your computer and use it in GitHub Desktop.
Professional delete this code after date x spec
scenario "make sure this feature is removed after July 1st" do
raise('Remove this feature!') if Time.now > Time.parse('2012-07-01')
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment