From a1078808ce81f32deaf8d840791d103d97422977 Mon Sep 17 00:00:00 2001 From: Austin Ziegler Date: Sat, 20 Mar 2010 23:07:16 -0400 Subject: [PATCH] Fixing a problem where the metaid gem isn't running on my system. --- spec/spec_helper.rb | 3 ++- spec/unit/ber/core_ext/string_spec.rb | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 9e4a19f..f6c63bc 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,5 +1,6 @@ require 'net/ldap' +require 'rubygems' Spec::Runner.configure do |config| config.mock_with :flexmock -end \ No newline at end of file +end diff --git a/spec/unit/ber/core_ext/string_spec.rb b/spec/unit/ber/core_ext/string_spec.rb index eec9a5e..6eebe05 100644 --- a/spec/unit/ber/core_ext/string_spec.rb +++ b/spec/unit/ber/core_ext/string_spec.rb @@ -1,5 +1,4 @@ require 'spec_helper' - require 'metaid' describe String, "when extended with BER core extensions" do @@ -49,4 +48,4 @@ describe String, "when extended with BER core extensions" do end end end -end \ No newline at end of file +end