Sha256: 225f21565eb9518c421b619a15611877c79bb43694a36ad85737e008aa723c26

Contents?: true

Size: 254 Bytes

Versions: 5

Compression:

Stored size: 254 Bytes

Contents

module Vedeu

  module RepositoryTestModule

    extend self

    # The real repository stores the model and returns it.
    def store(model)
      model
    end

    private

    def in_memory
      {}
    end

  end # RepositoryTestModule

end # Vedeu

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
vedeu-0.3.4 test/support/helpers/repository_test_module.rb
vedeu-0.3.3 test/support/helpers/repository_test_module.rb
vedeu-0.3.2 test/support/helpers/repository_test_module.rb
vedeu-0.3.1 test/support/helpers/repository_test_module.rb
vedeu-0.3.0 test/support/helpers/repository_test_module.rb