I go through a tutorial that suggested using rspec , but I already went through a lot of default settings. I really don't want to redo the installation at all. Anyway, when I run
$ rails g integration_test named
I get
invoke test_unit create test/integration/named_test.rb
When I run bundle , various rspec gems are listed, but test_unit not. The tutorial seems to have rails calling rspec instead of test_unit without doing anything extra. How to get rails for using rspec using the test integrator generator command?
ruby-on-rails gem rspec testunit
Explosion Pills Mar 27 2018-12-12T00: 00Z
source share