Makefile in rspec-file_fixtures-0.1.6 vs Makefile in rspec-file_fixtures-0.1.7
- old
+ new
@@ -1,8 +1,17 @@
+project=rspec-file_fixtures
+
.PHONY: all
all: test
.PHONY: test
test:
bundle exec rspec
bundle exec rubocop
bundle exec strong_versions
+ bundle exec rspec-documentation
+
+.PHONY: publish
+publish:
+ @RSPEC_DOCUMENTATION_URL_ROOT='/$(project)' bundle exec rspec-documentation
+ @rsync --delete -r rspec-documentation/bundle/ docs01.bob.frl:/mnt/docs/$(project)/
+ @echo 'Published.'