Skip to content

Commit e6821f1

Browse files
committed
Add test task for news archives plugin
1 parent 40e9c36 commit e6821f1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Rakefile

+8
Original file line numberDiff line numberDiff line change
@@ -136,3 +136,11 @@ Rake::TestTask.new(:"test-linter") do |t|
136136
t.test_files = FileList['test/test_linter_*.rb']
137137
t.verbose = true
138138
end
139+
140+
require "rake/testtask"
141+
Rake::TestTask.new(:"test-news-plugin") do |t|
142+
t.description = "Run tests for the news archive plugin"
143+
t.libs = ["test"]
144+
t.test_files = FileList['test/test_plugin_news.rb']
145+
t.verbose = true
146+
end

0 commit comments

Comments
 (0)