Makefile in patch_ruby-1.10.1 vs Makefile in patch_ruby-1.10.2

- old
+ new

@@ -1,9 +1,9 @@ SHELL = /bin/bash build: - rubocop -a && \ - bundle install + bundle install && \ + rubocop -a test: bundle exec rspec .PHONY: build test \ No newline at end of file