Skip to content

Commit

Permalink
Re-ordering spec_helper.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
winton committed Nov 24, 2010
1 parent 1d33544 commit b58301a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/spec_helper.rb
Expand Up @@ -3,12 +3,12 @@

GemTemplate::Gems.require(:spec)

require "#{$root}/lib/gem_template"
require 'pp'

Spec::Runner.configure do |config|
end

require "#{Bundler.root}/lib/gem_template"
require 'pp'

# For use with rspec textmate bundle
def debug(object)
puts "<pre>"
Expand Down

0 comments on commit b58301a

Please sign in to comment.