Skip to content

Commit

Permalink
Merge pull request #445 from epimorphics/spike/resolve-borked-test-in…
Browse files Browse the repository at this point in the history
…vocation

test: resolving failing test invocation
  • Loading branch information
jonrandahl committed Sep 5, 2024
2 parents bd82e47 + 4baf53b commit ccf5217
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ group :test do
# gem 'minitest-spec-rails'
gem 'mocha'
gem 'selenium-webdriver'
gem 'simplecov', '0.22.0'
gem 'simplecov', '0.22.0', require: false
gem 'vcr'
end

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ tag:

test: assets
@echo "Running unit tests ..."
@./bin/bundle exec rake test
@./bin/rails test

vars:
@echo "Docker: ${REPO}:${TAG}"
Expand Down

0 comments on commit ccf5217

Please sign in to comment.