Sha256: 9dc5194d2103b8373e8e0213f849e9e8e8869c911399f25a5caa24736ea7ed50

Contents?: true

Size: 264 Bytes

Versions: 1

Compression:

Stored size: 264 Bytes

Contents

GEM_VERSION = $(shell cat ../BBQ_VERSION)
GEM_NAME    = bbq-rspec
REQUIRE     = $(GEM_NAME)

include ../support/make/install.mk
include ../support/make/gem.mk
include ../support/make/help.mk

test: ## Run unit tests
	@echo "Running unit tests"
	@bundle exec rspec

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bbq-rspec-0.4.0 Makefile