Method: GitTest::Test#initialize

Defined in:
lib/git_test/test.rb

#initialize(options = {}, notify = Notify.new) ⇒ Test

Returns a new instance of Test.



4
5
6
7
8
# File 'lib/git_test/test.rb', line 4

def initialize(options = {}, notify = Notify.new)
  self.notify     = notify
  self.created_at = Time.now
  self.command    = options[:cmd]
end