Sha256: db0fd6363335d7a3ef054442d291236eec6c48702286798af2e8b8a39480cde8

Contents?: true

Size: 375 Bytes

Versions: 31

Compression:

Stored size: 375 Bytes

Contents

.PHONY: features

dep:
	bin/setup

outdated:
	bundle outdated --only-explicit

features: clean
	bundle exec cucumber --profile report --fail-fast $(feature)

lint:
	bundle exec rubocop

fix-lint:
	bundle exec rubocop -A

clean-logs:
	rm -rf features/logs/*.log

clean-reports:
	rm -rf reports

clean-coverage:
	rm -rf coverage

clean: clean-logs clean-reports clean-coverage

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
nonnative-1.64.0 Makefile
nonnative-1.63.0 Makefile
nonnative-1.62.0 Makefile
nonnative-1.61.0 Makefile
nonnative-1.60.0 Makefile
nonnative-1.59.1 Makefile
nonnative-1.59.0 Makefile
nonnative-1.58.2 Makefile
nonnative-1.58.1 Makefile
nonnative-1.58.0 Makefile
nonnative-1.57.1 Makefile
nonnative-1.57.0 Makefile
nonnative-1.56.1 Makefile
nonnative-1.56.0 Makefile
nonnative-1.55.0 Makefile
nonnative-1.54.0 Makefile
nonnative-1.53.0 Makefile
nonnative-1.51.1 Makefile
nonnative-1.48.0 Makefile
nonnative-1.47.0 Makefile