summaryrefslogtreecommitdiff
path: root/spec/support/matchers.rb
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2018-06-15 19:32:49 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2018-06-15 19:56:27 +0900
commit033ed33b204ca01215c6191196be16ef9dd57682 (patch)
treedbb7ef164b2fe6b099226a4c2e4a8fc9add25e60 /spec/support/matchers.rb
parentb6d5d9d4a1724ffe220057a2771c10830239ae23 (diff)
downloadbundler-033ed33b204ca01215c6191196be16ef9dd57682.tar.gz
Diffstat (limited to 'spec/support/matchers.rb')
-rw-r--r--spec/support/matchers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/matchers.rb b/spec/support/matchers.rb
index a91b7e9e3a..0244927bdc 100644
--- a/spec/support/matchers.rb
+++ b/spec/support/matchers.rb
@@ -236,7 +236,7 @@ module Spec
end
def lockfile_should_be(expected)
- expect(bundled_app("Gemfile.lock")).to read_as(nomalize_uri_file(strip_whitespace(expected)))
+ expect(bundled_app("Gemfile.lock")).to read_as(normalize_uri_file(strip_whitespace(expected)))
end
end
end