aruba icon indicating copy to clipboard operation
aruba copied to clipboard

Fix getting started with minitest framework feature

Open nando opened this issue 4 years ago • 2 comments

Summary

I followed the Getting Started with Aruba feature in order to use Aruba in my Minitest build and discovered a typo in the Aruba's setup method name, and also the reason why it wasn't detected by Aruba's current build: the test method name in the feature didn't start with "test_", so it never runs.

Details

  • I add "test_" to the test method name
  • I update the Aruba's setup call (from aruba_setup to setup_aruba)
  • I use assert_equal instead of #must_equal in the test implementation to avoid Minitest error.

nando avatar Nov 17 '20 18:11 nando

Thanks @nando! That looks good. Can you please rebase this on current master and combine commits to get rid of the 'oops' commits?

mvz avatar Dec 04 '20 08:12 mvz

@nando do you need any help rebasing this?

mvz avatar Jan 02 '21 11:01 mvz

Superseded by #921.

mvz avatar Apr 01 '24 14:04 mvz