I am new to Ruby on Rails and I am following Michael Hartl’s Ruby on rails tutorial. I am on chapter 3 at Test Driven Development. When I run the command
rails generate integration_test static_pages
it does nothing. No error and no spec files get created. I have installed rails using railsinstaller.
What to do next?
I’m not sure why it’s not generating files for you. It worked when I tried it.
Only one file gets generated:
which goes in
test/integration/static_pages_test.rb