summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColby Swandale <hello@colby.fyi>2018-05-13 23:01:24 +1000
committerColby Swandale <hello@colby.fyi>2018-05-13 23:01:24 +1000
commit41a121e681f013be17299f7009eabedb20406c0f (patch)
tree3abef0b27cc05768d92e1edaf1fe1d39ec9bf284
parent9fe9735cecf9d126c4fea5d3f16e2950e3ee3681 (diff)
downloadbundler-colby/spec-system-bundler.tar.gz
dont explicitly check the bundler version in pristine speccolby/spec-system-bundler
-rw-r--r--spec/commands/pristine_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/commands/pristine_spec.rb b/spec/commands/pristine_spec.rb
index 54eb2c0b20..6a0583397c 100644
--- a/spec/commands/pristine_spec.rb
+++ b/spec/commands/pristine_spec.rb
@@ -46,7 +46,7 @@ RSpec.describe "bundle pristine" do
bundle! "install"
bundle! "pristine", :system_bundler => true
bundle! "-v", :system_bundler => true
- expect(out).to end_with(Bundler::VERSION)
+ expect(out).to_not be_empty
end
end