Skip to content

Commit

Permalink
Remove bundler setup from Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
lautis committed Feb 27, 2015
1 parent a121fa1 commit fa7d59a
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
# encoding: utf-8

require 'rubygems'
require 'bundler'
require 'bundler/gem_tasks'

begin
Bundler.setup(:default, :development)
rescue Bundler::BundlerError => e
$stderr.puts e.message
$stderr.puts "Run `bundle install` to install missing gems"
exit e.status_code
end

require 'rake'

require 'rspec/core'
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec) do |spec|
spec.pattern = FileList['spec/**/*_spec.rb']
Expand Down

0 comments on commit fa7d59a

Please sign in to comment.