Skip to content

Commit c29606f

Browse files
liberaldevsorah
authored andcommitted
Rename test-html-lang-filter task and related files to test-html-lang-plugin for consistency with plugin naming.
1 parent 335bc70 commit c29606f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Rakefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ CONFIG = "_config.yml"
1414
task default: [:build]
1515

1616
desc "Run tests (test-linter, lint, build)"
17-
task test: %i[test-news-plugin test-html-lang-filter test-linter lint build]
17+
task test: %i[test-news-plugin test-html-lang-plugin test-linter lint build]
1818

1919
desc "Build the Jekyll site"
2020
task :build do
@@ -131,9 +131,9 @@ Rake::TestTask.new(:"test-news-plugin") do |t|
131131
end
132132

133133
require "rake/testtask"
134-
Rake::TestTask.new(:"test-html-lang-filter") do |t|
135-
t.description = "Run tests for the HTML language filter"
134+
Rake::TestTask.new(:"test-html-lang-plugin") do |t|
135+
t.description = "Run tests for the HTML language plugin"
136136
t.libs = ["test"]
137-
t.test_files = FileList['test/test_html_lang_filter.rb']
137+
t.test_files = FileList['test/test_plugin_html_lang.rb']
138138
t.verbose = true
139139
end

0 commit comments

Comments
 (0)