executables

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'
doc_ruby_on_rails
2015-04-10 18:13:15
Comments
Leave a Comment

Please login to continue.