Skip to content

Instantly share code, notes, and snippets.

@roykolak
Created June 23, 2010 01:55
Show Gist options
  • Save roykolak/449377 to your computer and use it in GitHub Desktop.
Save roykolak/449377 to your computer and use it in GitHub Desktop.
finishing-a-build.rb
require 'codefumes_harvester'
include CodeFumesHarvester
# if it failed...
QuickBuild.finish('specs', 'failed');
# if it was successful...
QuickBuild.finish('specs', 'successful');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment