Commit adf1eef6 by Scott Taylor

Remove require 'rubygems', gem calls (they make the gem unusable outside of…

Remove require 'rubygems', gem calls (they make the gem unusable outside of rubygems - rubygems should be in RUBY_OPT)
parent 02f07cef
require 'rubygems'
require 'rake'
require 'lib/annotate'
......
require File.dirname(__FILE__) + '/../spec_helper.rb'
require 'annotate/annotate_models'
require 'rubygems'
require 'activesupport'
require 'fakefs/spec_helpers'
......
begin
require 'spec'
rescue LoadError
require 'rubygems'
gem 'rspec'
require 'spec'
end
require 'spec'
$:.unshift(File.dirname(__FILE__) + '/../lib')
require 'annotate'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment