Rakefile in camalian-0.1.1 vs Rakefile in camalian-0.2.0

- old
+ new

@@ -4,9 +4,10 @@ require 'rake/testtask' Rake::TestTask.new do |t| t.libs << 'test' + t.pattern = 'test/**/*_test.rb' end desc 'Run tests' task default: :test