Advertisement
Guest User

Untitled

a guest
Aug 29th, 2013
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. $ rails generate rspec static_pages
  2.  
  3. DEPRECATION WARNING: config.whiny_nils option is deprecated and no longer works. (called from block in <top (required)> at /home/shruthi/Projects/samples/tutorials/config/environments/development.rb:10)
  4. config.eager_load is set to nil. Please update your config/environments/*.rb files accordingly:
  5.  
  6. * development - set it to false
  7. * test - set it to false (unless you use a tool that preloads your test environment)
  8. * production - set it to true
  9.  
  10. Could not find generator rspec.
  11.  
  12. rails generate rspec:model user
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement