Fixing a problem where the metaid gem isn't running on my system.
This commit is contained in:
parent
c0cd1911ea
commit
a1078808ce
|
@ -1,4 +1,5 @@
|
|||
require 'net/ldap'
|
||||
require 'rubygems'
|
||||
|
||||
Spec::Runner.configure do |config|
|
||||
config.mock_with :flexmock
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
require 'spec_helper'
|
||||
|
||||
require 'metaid'
|
||||
|
||||
describe String, "when extended with BER core extensions" do
|
||||
|
|
Loading…
Reference in a new issue