We have application which uses REST API service as backend. Hence we do not need database at our end. Now I stuck with testing the controller as by default it needs database to load the fixtures and then runs the test. Any one have any idea how to test the controller with Minitest and without database. Is there any other testing framework I can use to test the controllers?
Rails version 4.2.1 and ruby 2.2.1.
Thanks in advance.