Skip to content

Commit

Permalink
Remove unneeded code which was loading rake twice
Browse files Browse the repository at this point in the history
  • Loading branch information
lardawge committed Apr 25, 2011
1 parent cee2b3d commit 2cb7ae2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions Rakefile
@@ -1,11 +1,4 @@
# encoding: UTF-8
require 'rubygems'
begin
require 'bundler/setup'
rescue LoadError
puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
end

require 'bundler'
Bundler::GemHelper.install_tasks

Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
@@ -1,5 +1,5 @@
require 'rubygems'
require 'bundler/setup'
# require 'carrierwave'

RSpec.configure do |c|
c.mock_with :mocha
Expand Down

0 comments on commit 2cb7ae2

Please sign in to comment.