class ContextTest::Context

Public Class Methods

new(&block) click to toggle source
# File test/context_test.rb, line 7
def initialize(&block)
  @git_reader = Hub::Context::GitReader.new('git', &block)
end