HomePhorge

(maint) Standardize on /usr/bin/env ruby -S rspec
edc3ddf60ea3Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(maint) Standardize on /usr/bin/env ruby -S rspec

Without this patch some spec files are using ruby -S rspec and others
are using rspec.

We should standardize on a single form of the interpreter used for spec
files.

ruby -S rspec is the best choice because it correctly informs editors
such as Vim with Syntastic that the file is a Ruby file rather than an
Rspec file.

Details

Provenance
Jeff McCune <jeff@puppetlabs.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPUc7e01e1010f5: (maint) Add trailing newlines to all files
Branches
Unknown
Tags
Unknown

Event Timeline

Jeff McCune <jeff@puppetlabs.com> committed rPUedc3ddf60ea3: (maint) Standardize on /usr/bin/env ruby -S rspec (authored by Jeff McCune <jeff@puppetlabs.com>).Jul 3 2012, 2:22 AM