Rakefile in assertion-0.2.2 vs Rakefile in assertion-0.2.3

- old
+ new

@@ -1,11 +1,7 @@ # encoding: utf-8 -begin - require "bundler/setup" -rescue LoadError - puts "You must `gem install bundler` and `bundle install` to run rake tasks" - exit -end +require "rubygems" +require "bundler/setup" # Loads bundler tasks Bundler::GemHelper.install_tasks # Loads the Hexx::RSpec and its tasks