summaryrefslogtreecommitdiff
path: root/test/test_hoe.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_hoe.rb')
-rw-r--r--test/test_hoe.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_hoe.rb b/test/test_hoe.rb
index 2d4f3bc..5424ee0 100644
--- a/test/test_hoe.rb
+++ b/test/test_hoe.rb
@@ -271,7 +271,7 @@ class TestHoe < Minitest::Test
deps = spec.dependencies.sort_by { |dep| dep.name }
expected = [
- ["hoe", :development, "~> #{Hoe::VERSION.sub(/\.\d+$/, '')}"],
+ ["hoe", :development, "~> #{Hoe::VERSION.sub(/\.\d+$/, "")}"],
["rdoc", :development, "~> 4.0"],
]