class CommitLive::Strategy

Public Instance Methods

check_dependencies() click to toggle source
# File lib/commit-live/tests/strategy.rb, line 3
def check_dependencies
end
configure() click to toggle source
# File lib/commit-live/tests/strategy.rb, line 6
def configure
end
run() click to toggle source
# File lib/commit-live/tests/strategy.rb, line 9
def run
      raise NotImplementedError, 'you must implement how this strategy runs its tests'
end