openSUSE / gitarro

run all your test against a GitHub Pull request
https://opensuse.github.io/gitarro
MIT License
15 stars 20 forks source link

Move 2 units tests to rspec #74

Closed MalloZup closed 7 years ago

MalloZup commented 7 years ago

https://github.com/openSUSE/gitarro/blob/master/tests/unit_tests/t_backend.rb#L54 and https://github.com/openSUSE/gitarro/blob/master/tests/unit_tests/t_backend.rb#L61

This tests use the github api in travis. We need to move this to rspec

MalloZup commented 7 years ago

fixed by #77