0

Sorry guys as I'm quite new to Rails. What command can I input to the terminal to add test framework to my app?

I previously generated my app with the rails new appname -T option

Thanks guys.

  • add generators in your `application.rb` config file ([documentation here](http://guides.rubyonrails.org/configuring.html#configuring-generators)) – Sovalina May 12 '18 at 21:33
  • I did, restarted my webserver. test folders are still not appearing for my models and what nots. –  May 12 '18 at 22:12
  • My question is related to https://stackoverflow.com/questions/37644619/test-folder-does-not-exist-using-rspec where I want to install the default test framework. what command can I type into my terminal to effect this? Thanks again –  May 12 '18 at 23:12
  • 1
    maybe [this topic](https://stackoverflow.com/questions/29325977/how-to-re-enable-testunit-in-rails-4-after-rails-new-app-skip-test-unit) can help you – Sovalina May 12 '18 at 23:21

0 Answers0