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

master
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,5 +1,6 @@
require 'net/ldap'
require 'rubygems'
Spec::Runner.configure do |config|
config.mock_with :flexmock
end
end

View File

@ -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
end