Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #282 from hone/remove_bundler
Browse files Browse the repository at this point in the history
remove hardcoding of bundler
  • Loading branch information
Wesley Beary committed Apr 4, 2012
2 parents f4b78b9 + ec4f5a5 commit ed7d6e4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Rakefile
@@ -1,5 +1,4 @@
require "rubygems"
require "bundler/setup"

PROJECT_ROOT = File.expand_path("..", __FILE__)
$:.unshift "#{PROJECT_ROOT}/lib"
Expand Down
1 change: 0 additions & 1 deletion spec/spec_helper.rb
@@ -1,7 +1,6 @@
$stdin = File.new("/dev/null")

require "rubygems"
Bundler.setup(:default, :test)

require "simplecov"
SimpleCov.start do
Expand Down

0 comments on commit ed7d6e4

Please sign in to comment.