I am trying to load the test environment for unit testing and used several commands like 1. RAILS_ENV = test 2. rails console test 3. RAILS_ENV=test rails console
I am getting the same error each time(undefined method 'symbolize keys').
Can someone let me know what to do to load the test environment ?