git-gurus-itu-devops / itu-minitwit

0 stars 0 forks source link

Rewrite tests to a Ruby framework #32

Open duckth opened 7 months ago

duckth commented 7 months ago

It would be cool to have our test suite rewritten to Ruby using a framework like RSpec or Capybara (for user interface test). https://sinatrarb.com/testing.html

This would remove our dependency on python and make it easier to run the test suite and write new tests.