Skip to content
This repository has been archived by the owner on Mar 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #95 from vjpr/fix-dev
Browse files Browse the repository at this point in the history
Fixes #92 - `script/newb` rake command
  • Loading branch information
matschaffer committed Aug 21, 2012
2 parents ef68328 + 7fede71 commit 73e985b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/newb
Expand Up @@ -21,7 +21,7 @@ TXT
setup() {
gem install bundler
bundle --binstubs=b
rake
bundle exec rake
if [[ ! -e test/support/config.yml ]]; then
cp test/support/config.yml{.example,}
fi
Expand Down

0 comments on commit 73e985b

Please sign in to comment.