Skip to content

Instantly share code, notes, and snippets.

@jgp
Created August 24, 2009 12:59
Show Gist options
  • Save jgp/173852 to your computer and use it in GitHub Desktop.
Save jgp/173852 to your computer and use it in GitHub Desktop.
# Do NOT use this
require "cucumber"
task :features do
end
# This is much better
task :features do
require "cucumber"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment