Class: Pah::Templates::Bin

Inherits:
Pah::Template
  • Object
show all
Defined in:
lib/pah/templates/bin.rb

Instance Method Summary collapse

Methods inherited from Pah::Template

#ask_unless_test, #copy_static_file, #git_commit, #static_files, #will_you_like_to?

Instance Method Details

#callObject



4
5
6
7
8
9
# File 'lib/pah/templates/bin.rb', line 4

def call
  system 'bundle exec spring binstub --all'

  git add: 'bin/rake bin/rails bin/spring bin/bundle bin/rspec'
  git_commit 'Add spring bin files'
end