Fixing a problem where the metaid gem isn't running on my system.

This commit is contained in:
Austin Ziegler 2010-03-20 23:07:16 -04:00
parent c0cd1911ea
commit a1078808ce
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,5 @@
require 'net/ldap'
require 'rubygems'
Spec::Runner.configure do |config|
config.mock_with :flexmock

View file

@ -1,5 +1,4 @@
require 'spec_helper'
require 'metaid'
describe String, "when extended with BER core extensions" do