Rakefile in basic_tree-1.0.0 vs Rakefile in basic_tree-1.0.1

- old
+ new

@@ -1,3 +1,8 @@ require 'bundler' -Bundler::GemHelper.install_tasks +Bundler::GemHelper.install_tasks + +desc "Run tests" +task :test do + system 'rspec spec' +end \ No newline at end of file