Rakefile in plezi-0.8.3 vs Rakefile in plezi-0.8.4

- old
+ new

@@ -1,6 +1,12 @@ require "bundler/gem_tasks" + +# create a default task +desc "Not yet implemented: Tests most of the basic features for the Plezi framework." +task :test do + load "./test/plezi_tests.rb" +end