module GitHubChangelogGenerator::Helper

Attributes

log[R]

Public Class Methods

test?() click to toggle source

@return true if the currently running program is a unit test

# File lib/github_changelog_generator/helper.rb, line 9
def self.test?
  defined? SpecHelper
end