require "bundler/gem_tasks" # create a default task desc "Tests most of the basic features for the Plezi framework." task :test do load "./test/plezi_tests.rb" end