Rakefile in faster_path-0.2.1 vs Rakefile in faster_path-0.2.2
- old
+ new
@@ -96,10 +96,10 @@
t.libs << "test"
t.libs << "lib"
t.test_files = FileList['test/**/*_test.rb']
end
-task test: [:cargo, :minitest, :lint] do |_t|
+task test: [:cargo, :minitest, :lint, :pbench] do |_t|
exec 'spec/mspec/bin/mspec --format spec core/file/basename core/file/extname core/file/dirname library/pathname'
end
desc "Full mspec results w/o encoding"
task :mspec_full do