Skip to content

Commit

Permalink
OK, OK - remove ALL cases of Bundler.setup and just call rake with
Browse files Browse the repository at this point in the history
'bundle exec'. This seems to do the right thing all the way down to
aruba.
  • Loading branch information
dchelimsky committed Jul 10, 2010
1 parent c9d2219 commit 0750937
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions Rakefile
@@ -1,6 +1,3 @@
require "bundler"
Bundler.setup

require 'rake'
require 'rspec/mocks/version'

Expand Down
3 changes: 0 additions & 3 deletions features/support/env.rb
@@ -1,6 +1,3 @@
require 'bundler'
Bundler.setup

require 'aruba'
require 'rspec/expectations'

Expand Down
3 changes: 0 additions & 3 deletions spec/spec_helper.rb
@@ -1,6 +1,3 @@
require 'bundler'
Bundler.setup

require 'rspec/core'
require 'rspec/mocks'
require 'rspec/expectations'
Expand Down

0 comments on commit 0750937

Please sign in to comment.