Skip to content

Commit

Permalink
config: detect bundles dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yanovich committed Dec 30, 2011
1 parent 0820694 commit 2cd2a1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
BUNDLE=$(shell test -d ./vendor/bundle && echo bundle exec)
check:
# rake test
rspec spec --drb --color
$(BUNDLE) rspec spec --drb --color

PHONY: check

0 comments on commit 2cd2a1e

Please sign in to comment.