Rakefile in matrices_p9-0.0.1 vs Rakefile in matrices_p9-1.0.0

- old
+ new

@@ -3,13 +3,9 @@ require 'rspec/core/rake_task' RSpec::Core::RakeTask.new task :default => :spec -desc "Run spec" -task :spec do - sh "cd spec \n rspec -I. matrices_spec.rb" -end desc "Run UnitTest" task :test do sh "ruby -Ilib -Itest test/tc_MatrizDispersa.rb \n ruby -Ilib -Itest test/tc_MatrizDensa.rb" end