spec/mock/layout.rb in teamocil-0.3.9 vs spec/mock/layout.rb in teamocil-0.4
- old
+ new
@@ -1,19 +1,15 @@
module Teamocil
module Mock
module Layout
-
- def self.included(base) # {{{
+ def self.included(base)
base.class_eval do
-
# Do not execute anything
def execute_commands(commands)
# Nothing
end
-
end
- end # }}}
-
+ end
end
end
end
Teamocil::Layout.send :include, Teamocil::Mock::Layout