Skip to content

Instantly share code, notes, and snippets.

@adkron
Created May 1, 2009 02:46
Show Gist options
  • Save adkron/104831 to your computer and use it in GitHub Desktop.
Save adkron/104831 to your computer and use it in GitHub Desktop.
gem 'test-unit', '1.2.3' if RUBY_VERSION.to_f >= 1.9
# Don't load rspec if running "rake gems:*"
unless ARGV.any? {|a| a =~ /^gems/}
begin
require 'spec/rake/spectask'
rescue MissingSourceFile
module Spec
module Rake
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment