Skip to content

Remove unused test framework

Rafael Reggiani Manzo requested to merge remove_unused_test_files into master

These are files automatically create with the default Rails application. But those are using RSpec instead and tests are under the spec folder.

I have checked the removed files and they are all empty or already covered by a RSpec counterpart.

Part of #33 (closed). It removes files that are pointed by issues.

Merge request reports