Sha256: 0f419657314e2afd7889cee7f9693afd74def02e905a17d2759824e359d7a9f2

Contents?: true

Size: 357 Bytes

Versions: 11

Compression:

Stored size: 357 Bytes

Contents

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
desc "Leaves the testing server open for 1 minute after most of the tests are complete, delaying shutdown testing."
task :slowtest do
	PLEZI_TEST_TIME = 60
	load "./test/plezi_tests.rb"
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
plezi-0.10.5 Rakefile
plezi-0.10.4 Rakefile
plezi-0.10.3 Rakefile
plezi-0.10.2 Rakefile
plezi-0.10.1 Rakefile
plezi-0.9.2 Rakefile
plezi-0.9.1 Rakefile
plezi-0.9.0 Rakefile
plezi-0.8.7 Rakefile
plezi-0.8.6 Rakefile
plezi-0.8.5 Rakefile