Sha256: 8c2d6ca1bd32343bdb93cb4b3929eb8af87872c86425d0d617e32cc0e29d9ed1

Contents?: true

Size: 314 Bytes

Versions: 6

Compression:

Stored size: 314 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

6 entries across 6 versions & 1 rubygems

Version Path
teamocil-0.4.5 spec/mock/layout.rb
teamocil-0.4.4 spec/mock/layout.rb
teamocil-0.4.3 spec/mock/layout.rb
teamocil-0.4.2 spec/mock/layout.rb
teamocil-0.4.1 spec/mock/layout.rb
teamocil-0.4 spec/mock/layout.rb