Skip to content

Instantly share code, notes, and snippets.

@ignacio-chiazzo
Last active April 1, 2022 00:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ignacio-chiazzo/2ecc14c856ae341b679202afd7f52bf6 to your computer and use it in GitHub Desktop.
Save ignacio-chiazzo/2ecc14c856ae341b679202afd7f52bf6 to your computer and use it in GitHub Desktop.
class B < Minitest::Test
test "test 1" do
#.... # runs twice
end
class A < B
test "test 2" do
#....
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment