executables()
Instance Public methods
Executables included in the gem.
For example, the rake gem has rake as an executable. You donât specify the full path (as in bin/rake); all application-style files are expected to be found in bindir. These files must be executable ruby files. Files that use bash or other interpreters will not work.
Usage:
spec.executables << 'rake'
Please login to continue.