lib/pah/templates/bin.rb in pah-0.0.20 vs lib/pah/templates/bin.rb in pah-0.0.21
- old
+ new
@@ -2,10 +2,10 @@
module Templates
class Bin < Pah::Template
def call
system 'bundle exec spring binstub --all'
- git add: 'bin/rake bin/rails bin/spring'
+ git add: 'bin/rake bin/rails bin/spring bin/bundle bin/rspec'
git_commit 'Add spring bin files'
end
end
end
end