summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAbinoam P. Marques Jr <abinoam@gmail.com>2017-07-05 07:59:41 -0300
committerAbinoam P. Marques Jr <abinoam@gmail.com>2017-07-07 05:31:45 -0300
commitc61eb2098f60a4c631125bd970421de22314c313 (patch)
treee84d6721c081675469131cc777d3a344c87d17b7 /Rakefile
parentfd5de3951ad12a60da529f6e20250a2627023003 (diff)
downloadhighline-c61eb2098f60a4c631125bd970421de22314c313.tar.gz
Enforce double quotes on strings
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 084aa86..28d395a 100644
--- a/Rakefile
+++ b/Rakefile
@@ -11,7 +11,7 @@ Rake::TestTask.new do |test|
test.libs = %w[lib test]
test.verbose = true
test.warning = true
- test.test_files = FileList['test/test*.rb']
+ test.test_files = FileList["test/test*.rb"]
end
Gem::PackageTask.new(SPEC) do |package|