+ Upgrades our code to a recent rspec

This commit is contained in:
Kaspar Schiess 2010-12-30 13:46:06 +01:00
parent 36904e208a
commit 9a0da07f73
4 changed files with 7 additions and 7 deletions

View file

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