Skip to content

Commit 936f011

Browse files
committed
Use %i for array of symbols
1 parent d71d9fc commit 936f011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
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: [:"test-linter", :lint, :build]
17+
task test: %i[test-linter lint build]
1818

1919
desc "Build the Jekyll site"
2020
task :build do

0 commit comments

Comments
 (0)