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