rails g rspec:request Dummyrails app:update:bin
rails generate --help
Usage: rails generate GENERATOR [args] [options]
General options:
-h, [--help] # Print generator's options and usage
-p, [--pretend] # Run but do not make any changes
-f, [--force] # Overwrite files that already exist
-s, [--skip] # Skip files that already exist
-q, [--quiet] # Suppress status output
Please choose a generator below.
Rails:
application_record
assets
channel
controller
generator
helper
integration_test
job
mailer
migration
model
resource
scaffold
scaffold_controller
system_test
task
ActiveRecord:
active_record:application_record
active_record:migration
active_record:model
Coffee:
coffee:assets
FactoryGirl:
factory_girl:model
Js:
js:assets
Rspec:
rspec:controller
rspec:feature
rspec:helper
rspec:install
rspec:integration
rspec:job
rspec:mailer
rspec:model
rspec:observer
rspec:request
rspec:scaffold
rspec:view
rails generate rspec:model Dummy
create spec/models/dummy_spec.rb
invoke factory_girl
create spec/factories/dummies.rb
rails generate --help | grep rspec
rspec:controller
rspec:feature
rspec:helper
rspec:install
rspec:integration
rspec:job
rspec:mailer
rspec:model
rspec:observer
rspec:request
rspec:scaffold
rspec:view--
You received this message because you are subscribed to a topic in the Google Groups "rspec" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/rspec/Uqmz7M5-BD4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to rspec+un...@googlegroups.com.
To post to this group, send email to rs...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rspec/dejalu-217-ed4c30a2-1014-4097-89db-6b6c3e4f31f2%40jonrowe.co.uk.
For more options, visit https://groups.google.com/d/optout.