summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2015-01-27 01:43:41 -0800
committerRyan Davis <ryand@zenspider.com>2015-01-27 01:43:41 -0800
commitf866b88c8a656ba87ffe3582d6757e39f8d786df (patch)
treeb9bfa163809cb7db9a3794238c7f52492ba79ce2 /test
parentc24dc9b10a24cc6c78ebb1f2ccb9a2129dd83a42 (diff)
downloadhoe-f866b88c8a656ba87ffe3582d6757e39f8d786df.tar.gz
interpolated strings
[git-p4: depot-paths = "//src/hoe/dev/": change = 9956]
Diffstat (limited to 'test')
-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"],
]