lib/dfect/spec.rb in dfect-1.0.0 vs lib/dfect/spec.rb in dfect-1.1.0
- old
+ new
@@ -1,12 +1,11 @@
# RSpec emulation layer.
#--
-# Copyright 2009 Suraj N. Kurapati
-# See the LICENSE file for details.
+# Copyright protects this work.
+# See LICENSE file for details.
#++
require 'dfect'
-require 'delegate'
module Kernel
def describe *args, &block
Dfect.D args.join(' '), &block
end