summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAustin Ziegler <austin@zieglers.ca>2021-12-23 10:45:50 -0500
committerAustin Ziegler <austin@zieglers.ca>2022-07-04 20:26:10 -0400
commitcb9bebb30477e815cdbe8f8460f227f0940599a1 (patch)
treec35dad52daf925d9e05396969c23c946aeff45fc /Rakefile
parentf85ec381137c6838600b16c353ff9dba3a05452c (diff)
downloaddiff-lcs-cb9bebb30477e815cdbe8f8460f227f0940599a1.tar.gz
standardrb --only Style/PercentLiteralDelimiters --fix
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 18c1304..3924134 100644
--- a/Rakefile
+++ b/Rakefile
@@ -85,7 +85,7 @@ end
desc "Run all specifications"
RSpec::Core::RakeTask.new(:spec) do |t|
- rspec_dirs = %w(spec lib).join(":")
+ rspec_dirs = %w[spec lib].join(":")
t.rspec_opts = ["-I#{rspec_dirs}"]
end