diff options
Diffstat (limited to 'spec/bundler/env_spec.rb')
-rw-r--r-- | spec/bundler/env_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/env_spec.rb b/spec/bundler/env_spec.rb index 99d89fd4d6..1c38ca87df 100644 --- a/spec/bundler/env_spec.rb +++ b/spec/bundler/env_spec.rb @@ -67,7 +67,7 @@ describe Bundler::Env do it "prints the gemspec" do output = env.report(:print_gemspecs => true).gsub(/^\s+/, "") - expect(output).to include("foo.gemspec:") + expect(output).to include("foo.gemspec") expect(output).to include(gemspec) end end |