Makefile in rspec-file_fixtures-0.1.2 vs Makefile in rspec-file_fixtures-0.1.3

- old
+ new

@@ -1,5 +1,8 @@ .PHONY: all -all: +all: test + +.PHONY: test +test: bundle exec rspec bundle exec rubocop bundle exec strong_versions