Sha256: 58ed943e62046980b3d92d63befeb1115217ab5a1d24e87a414ba2a80a409779

Contents?: true

Size: 330 Bytes

Versions: 9

Compression:

Stored size: 330 Bytes

Contents

module Teamocil
  module Mock
    module Layout

      def self.included(base) # {{{
        base.class_eval do

          # Do not execute anything
          def execute_commands(commands)
            # Nothing
          end

        end
      end # }}}

    end
  end
end

Teamocil::Layout.send :include, Teamocil::Mock::Layout

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
teamocil-0.3.9 spec/mock/layout.rb
teamocil-0.3.8 spec/mock/layout.rb
teamocil-0.3.7 spec/mock/layout.rb
teamocil-0.3.6 spec/mock/layout.rb
teamocil-0.3.5 spec/mock/layout.rb
teamocil-0.3.4 spec/mock/layout.rb
teamocil-0.3.3 spec/mock/layout.rb
teamocil-0.3.2 spec/mock/layout.rb
teamocil-0.3.1 spec/mock/layout.rb