Blob Blame History Raw
From b25bed0459096892192ff89773d9c7cf5da8a662 Mon Sep 17 00:00:00 2001
From: Lukas Zapletal <lzap+git@redhat.com>
Date: Thu, 18 Jul 2013 09:17:52 +0200
Subject: [PATCH] fixing spec - was failing

---
 spec/bundler_ext/bundler_ext_spec.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/spec/bundler_ext/bundler_ext_spec.rb b/spec/bundler_ext/bundler_ext_spec.rb
index 07f322b..131f553 100644
--- a/spec/bundler_ext/bundler_ext_spec.rb
+++ b/spec/bundler_ext/bundler_ext_spec.rb
@@ -72,6 +72,7 @@
       it "non-strict mode should load the libraries using env var list" do
         ENV['BUNDLER_EXT_GROUPS'] = 'test development blah'
         ENV['BUNDLER_EXT_NOSTRICT'] = 'true'
+        BundlerExt.system_require(@gemfile)
         defined?(Gem::Command).should be_true
       end
     end
-- 
1.8.1.6